2 Replies Latest reply on Jan 28, 2003 6:57 PM by jkenens

    Deploy WAR with servlet on JBossWeb

    jkenens

      Maybe off-topic, but no answer in the beginners corner, so I try it here

      I could not deploy a war file on the JBoss 3.0.4 JBossWeb combination that deployed correctly on JBoss 3.0.4 Tomcat 4.1.12 combination.

      The error :

      java.lang.ClassNotFoundException: org.mortbay.j2ee.session.JGStore

      What is going wrong ? Any help appreciated ?

      Here is part of the console log

      12:33:39,154 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=2,context=/TestEmployeeServlet
      12:33:39,234 INFO [jbossweb] Extract jar:file:/C:/jboss-3.0.4/server/default/tmp/deploy/server/default/deploy/TestEmployeeServlet.w
      ar/61.TestEmployeeServlet.war!/ to C:\DOCUME~1\johkene\LOCALS~1\Temp\Jetty_0_0_0_0_8080__TestEmployeeServlet\webapp
      12:33:39,495 ERROR [Manager] could not create Store: org.mortbay.j2ee.session.JGStore
      java.lang.ClassNotFoundException: org.mortbay.j2ee.session.JGStore
      at java.net.URLClassLoader$1.run(URLClassLoader.java:198)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.net.URLClassLoader.findClass(URLClassLoader.java:186)
      at org.mortbay.http.ContextLoader.loadClass(ContextLoader.java:227)