hello,
how do i make an instance of the tomcat server and run its ?start?
method? Is it possible to do something like this...(just an example...i
don't know the real class and method names!):

class TestTomcat{
        void StartTomcat(){
                Tomcat server=new Tomcat(8080);
                server.start();
        }
}

Thanks for any help.
-Joseph.

Reply via email to