[JBoss-user] [HTTPD, Servlets & JSP] - Re: Sessions serialization

2004-11-17 Thread jde
You are right, that's what I said in my first post. The xml file is called like the webapp and placed in conf/Catalina/localhost/ instead of putting all in server.xml. It was my question, where to place this file in JBoss 4.0 ? View the original post : http://www.jboss.org/index.html?module=bb&

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Sessions serialization

2004-11-17 Thread jde
Thanks for the tip, but I don't want to put it in my war archive. How can I do it like in Tomcat standalone ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855487#3855487 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=

[JBoss-user] [HTTPD, Servlets & JSP] - Sessions serialization

2004-11-16 Thread jde
Hello, I am trying to desactivate sessions serialization for a webapp in Tomcat (JBoss 4.0). I found how to do it in Tomcat standalone by creating a tomcat/conf/Catalina/localhost/myapp.xml : | | | | But I can't find how to do it in JBoss. I tried to put the same file in jboss/ser