> From: siranjeevi krishnan [mailto:siranjee...@gmail.com]
> Subject: Re: Need to share JVM for both tomcat and RMI server
>
> But it search the server.xml in "C:\Program Files\myApp\conf\server.xml"
> instead of tomcat\conf\server.xml.
You need to set the value
olver.java:269)
> > ... 35 more
> >
> > ERROR 04/16 11:07:00 Stderr 700100 Apr 16, 2009 11:07:00
> AM
> > org.apache.catalina.core.StandardContext start
> > SEVERE: Error listenerStart
> >
> > But if i start tomcat using startup.sh then e
oader-howto.html
- Verify your Spring configuration file
-Original Message-
From: siranjeevi krishnan [mailto:siranjee...@gmail.com]
Sent: Friday, April 17, 2009 4:40 AM
To: Tomcat Users List
Subject: Re: Need to share JVM for both tomcat and RMI server
Sorry I called main method of Boot
r what direction you
>> choose.
>>
>> If you can package your RMI server as a "webapp", just could start your
>> RMI server from a context listener.
>>
>> If you prefer to start Tomcat from your RMI server, just look at the
>> catalina.sh script, starting Tom
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
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, April 15, 2009 1:49 AM
To: users@tomcat.apache.org
Subject: Need to share JVM for both tomcat and
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