> 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
09 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 Bootstrap class with "start" as argument
> to start tomcat.
> >>>I used Bootstrap.start() in my code to start tomcat
>
>
> On
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
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() in my code to start tomcat.
Hi Jorge
Thanks for your reply.
I used Bootstrap.start() in my code to start tomcat. But i get the following
exception in the spring frame work.
ERROR 04/16 11:06:58 Stderr 700100 Apr 16, 2009 11:06:58 AM
org.apache.catalina.core.ApplicationContext log
INFO: Loading Spring root WebAp
I guess you can start one from the other no matter 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 Tomcat is ju