I am using Tomcat 3.2.1 on Solairs.

I have some Java code to start a RMI registry that I want to make
available
to all webapps.  In stead of having to run yet another process, I want
it
to run inside Tomcat's JVM.  What is the best way to do this?  Can I add

an entry in server.xml to cause Tomcat to run my code at startup?
Since I am not sure if that can be done, currently, I am thinking of
puting
my code inside a servlet and use the load-on-startup feature.

Bill


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to