Re: Tomcat stops suddenly without any errors

2010-03-19 Thread siranjeevi krishnan
: >> From: siranjeevi krishnan [mailto:siranjee...@gmail.com] >> Subject: Re: Tomcat stops suddenly without any errors >> >> I am starting tomcat under a thread inside another JVM by calling >> Bootstrap.main("start"); > > You're not running Tomcat in &

Re: Tomcat stops suddenly without any errors

2010-03-19 Thread siranjeevi krishnan
Hi Warnier Thanks for your help. I am running tomcat in Windows platform. I am starting tomcat under a thread inside another JVM by calling Bootstrap.main("start"); Thanks Siranjeevi On Fri, Mar 19, 2010 at 4:53 PM, André Warnier wrote: > siranjeevi krishnan wrote: >> &

Tomcat stops suddenly without any errors

2010-03-19 Thread siranjeevi krishnan
Hi All I am using Tomcat 6.0.18. It's running fine for past two months. Suddenly it stops and i couldn't find any errors. The messages i got in catalina .log are Mar 16, 2010 5:48:00 PM org.apache.catalina.core.StandardService stop INFO: Stopping service Catalina Mar 16, 2010 5:48:00 PM org.apac

Re: Need to share JVM for both tomcat and RMI server

2009-04-18 Thread siranjeevi krishnan
to be loaded by your Web Apps only. > > http://tomcat.apache.org/tomcat-6.0-doc/class-loader-howto.html > > - Verify your Spring configuration file > > > -----Original Message- > From: siranjeevi krishnan [mailto:siranjee...@gmail.com] > Sent: Friday, April 17, 20

Re: Need to share JVM for both tomcat and RMI server

2009-04-17 Thread siranjeevi krishnan
Sorry I called main method of Bootstrap class with "start" as argument to start tomcat. >>>I used Bootstrap.start() in my code to start tomcat On Fri, Apr 17, 2009 at 10:45 AM, siranjeevi krishnan wrote: > Hi Jorge > Thanks for your reply. > I used Bootstrap.start(

Re: Need to share JVM for both tomcat and RMI server

2009-04-16 Thread siranjeevi krishnan
m your RMI server, just look at the > catalina.sh script, starting Tomcat is just a matter of calling the > bootstraping class. Use the same class within your code. > > > -Original Message- > From: siranjeevi krishnan [mailto:siranjee...@gmail.com] > Sent: Wednesday, Apr

Need to share JVM for both tomcat and RMI server

2009-04-14 Thread siranjeevi krishnan
Hi I want to know about the possibility of sharing JVM for both tomcat and RMI server. Any ways to start tomcat from my RMI server. How to programatically start tomcat like how startup.sh is doing? Is it possible to start my RMI server inside tomcat? Regards Siranjeevi