3 Replies Latest reply on Mar 21, 2005 4:10 PM by amessick

    Unable to start webserver in Jboss3.2.3

    pravs

      I downloaded Jboss-3.2.3 and executed the run.bat file.
      The server started but I am unable to send any request to http://localhost:8080/. I am getting a 'Page cannot be displayed' error.

      When I checked the server log, I can see the following error:

      WARN [org.jboss.system.ServiceController] Problem starting service jboss.web:service=WebServer
      java.lang.NoClassDefFoundError: org/apache/log4j/Layout
      at org.apache.commons.logging.impl.Log4jFactory.getInstance(Log4jFactory.java:153)
      at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:285)
      at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:409)
      at org.apache.commons.digester.Digester.(Digester.java:346)
      at org.jboss.web.tomcat.tc4.LoggedXmlMapper.(LoggedXmlMapper.java:35)
      at org.jboss.web.tomcat.tc4.ConfigHandler.applyHostConfig(ConfigHandler.java:55)
      ...........
      ...........

      The log4j.jar is present in the JBOSS_DIST/server/default/lib directory and it contains the Layout class.

      Please help me resolve this problem.
      Thanking in advance.
      Praveen.