2 Replies Latest reply on Dec 7, 2001 2:12 PM by pctj101

    Interest Example Application in JBoss 3.0

    pctj101

      Okay this seems quite strange, but I get "messages" that don't seem to mean much, but seem bad when I use the JBoss3.0.

      I compiled the example interest application, added the line
      <!DOCTYPE web-app
      PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
      "http://java.sun.com/dtd/web-app_2_3.dtd">

      So that JBoss 3.0 wouldn't complain about web-app not defined. But I still get these messages and I want to know if I should be concerned.


      [10:58:58,080,Default] Did not find the UCL resource org/mortbay/http/mime_en.properties
      [10:58:58,387,Default] Did not find the UCL resource org/mortbay/http/mime_en_US.properties
      [10:58:58,838,Default] Did not find the UCL resource org/mortbay/http/encoding_en.properties
      [10:58:59,127,Default] Did not find the UCL resource org/mortbay/http/encoding_en_US.properties
      [10:58:59,132,Jetty] WARNING: Unsuitable contextPathSpec /interest, Assuming: /interest/*
      [10:58:59,919,Default] Did not find the UCL resource org/mortbay/jetty/jmx/mbean_en_US.properties
      [10:59:00,108,Jetty] Registered Jetty:Jetty=0,context=/interest,WebApplicationContext=0
      [10:59:00,145,Jetty] resolving -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN : http://java.sun.com/dtd/web-app_2_3.dtd
      [10:59:00,146,Jetty] no resolution for -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN
      [10:59:02,249,Jetty] +++ Created JBossUserRealm, realmName=null
      [10:59:02,253,Jetty] Started SetupHandler in WebApplicationContext[/interest,file:/home/mirage/jboss/jboss-3.0.0alpha/deploy/Default/interest.ear/web1003/]
      [10:59:02,255,Jetty] Started SecurityHandler in WebApplicationContext[/interest,file:/home/mirage/jboss/jboss-3.0.0alpha/deploy/Default/interest.ear/web1003/]
      [10:59:03,102,Default] Did not find the UCL resource javax/servlet/http/LocalStrings_en.properties
      [10:59:03,399,Default] Did not find the UCL resource javax/servlet/http/LocalStrings_en_US.properties
      [10:59:03,405,Jetty] JSP: init
      [10:59:03,911,Default] Did not find the UCL resource org/apache/jasper/resources/messages_en.properties
      [10:59:04,210,Default] Did not find the UCL resource org/apache/jasper/resources/messages_en_US.properties

      Let mek now what you can. Thanks