Sharing session between different webapps under same tomcat

2011-08-02 Thread Jany Jose
Hi, We are using tomcat 6.0.26. For one use case we want to re-use the session objects created in one web application in another web application which are running under the same tomcat. Please let me know is it supported and if yes how to achieve that. Thanks Jany

Re: Tomcat 6.0.26 startup issue

2011-01-17 Thread Jany Jose
at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:261) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413) at com.proactivenet.server.StartTomcat.run(StartTomcat.java:33) Found 1 deadlock. *Thanks Jany On Sun, Jan 16, 2011 at 1

Tomcat 6.0.26 startup issue

2011-01-16 Thread Jany Jose
Hi, In our application we are starting tomcat as a thread by calling the bootstrap class. Please find the code used: *String[] mArgs = {"start"}; Bootstrap.main(mArgs); *After starting the tomcat we are only getting the following message in * catalina.out* file and after that nothing is happening