Managing WebApplications

2002-04-04 Thread Dieter Kaltenbach
Hi, the question is about managing WebApplications from a Java Application without using the ManagerServlet. I'm starting Tomcat by invoking the process-Method of the Catalina class. Is there any way to get access to managing the WebApplications (starting, stopping etc) within this context

Re: Managing WebApplications

2002-04-04 Thread Dominic Parry
Subject: Managing WebApplications Hi, the question is about managing WebApplications from a Java Application without using the ManagerServlet. I'm starting Tomcat by invoking the process-Method of the Catalina class. Is there any way to get access to managing the WebApplications (starting, stopping