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
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

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
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

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

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

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

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