Re: starting and stoppping tomcat

2009-02-14 Thread paybackorfail
y tomcat provides a way of processing requests received from > remote web clients and arranges for the requests to be processed by a > web application. Your application may have state which can be controlled > by the request. This shouldn't normally affect tomcat's normal

Re: starting and stoppping tomcat

2009-02-14 Thread paybackorfail
That's a good point, what if it was just an html page? Mark Thomas-18 wrote: > > paybackorfail wrote: >> Hi, I have written a web application in netbeans using java and jsp, and >> i am >> hosting it on a server using tomcat, i need help on finding a way to >&

starting and stoppping tomcat

2009-02-14 Thread paybackorfail
Hi, I have written a web application in netbeans using java and jsp, and i am hosting it on a server using tomcat, i need help on finding a way to start and stop the server by the user clicking a button on a jsp page, do i have to use the org.apache.catalina.ant.StartTask of the tomcat api? can an