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 :

  | <Context path="/myapp" docBase="myapp.war">
  |  <Manager className="org.apache.catalina.session.StandardManager" 
pathname=""/>
  | </Context>
  | 
But I can't find how to do it in JBoss. I tried to put the same file in 
jboss/server/standard/conf/jboss.web/localhost but it does not work (yes I am 
running jboss with "-c standard" :-).

Any idea ?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855396#3855396

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855396


-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to