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

2009-04-19 Thread Caldarale, Charles R
> 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

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

2009-04-18 Thread siranjeevi krishnan
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

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

2009-04-17 Thread Jorge Medina
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

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() in my code to start tomcat.

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

2009-04-16 Thread siranjeevi krishnan
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

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

2009-04-15 Thread Jorge Medina
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