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
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
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