:
>> 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 &
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:
>>
&
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
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
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(
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
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