Bugs item #643740, was opened at 2002-11-25 20:05 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=643740&group_id=22866
Category: JBossWeb Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: James Manning (jmm) Assigned to: Nobody/Anonymous (nobody) Summary: 3.0.4 - distributable tag breaks deploy Initial Comment: This may be user error - it's kind of hard for me to follow the servlet 2.3 specification in terms of what exactly the distributable tag in a web-app means in terms of the application. However, AFAICT an empty webapp with only a distributable tag shouldn't break anything, but just such a web-app causes lots of problems. Even if the .war is to blame in this case, JBoss (IMHO) should handle it much more elegantly than current. When distributable was specified in a normal webapp I was trying to deploy, the error I got was bizarre: 2002-11-25 14:55:01,736 ERROR [org.mortbay.j2ee.session.Manager] could not create Store: org.mortbay.j2ee.session.JGStore java.lang.ClassNotFoundException: org.mortbay.j2ee.session.JGStore tons others, but that as my exception made it very hard to figure out what was going on :) Looks like the JGStore path may be because of a use of the mortbay stuff as the httpsession manager for the distributable case. 2002-11-25 15:04:15,299 INFO [org.jboss.jetty.JBossWebApplicationContext#/dummy] using Distributable HttpSession Manager: org.mortbay.j2ee.session.Manager@73a ---------------------------------------------------------------------- >Comment By: James Manning (jmm) Date: 2002-11-25 20:08 Message: Logged In: YES user_id=11485 take 2 at attaching the dummy war file ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=643740&group_id=22866 ------------------------------------------------------- This SF.net email is sponsored by: Get the new Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
