Hello..8).. I use in a development environment JBOSS 3.2.5, Windows 2003 and JDK 1.4.2. For development convenience, my server configuration use a specific URL to deploy the EAR (in an external CVS directory)
<attribute name="URLs"> | deploy/,@APPLICATION_URL@ | </attribute> All works great except when the server is shutdown with some sessions still running. The standard manager store them into SESSIONS.ser and bring them on in startup, generating errors. I would like to disable this feature. I tried to add a new Manager configuration in the DefaultContext tag (server.xml) without success. I tried to create a context.xml in the META-INF/. Now i use a custom run.bat that deletes the SESSIONS.ser files at startup. It works but i would like to know if there is a way to disable the session persistence. Thanks, View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841178#3841178 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841178 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
