Re: tomcat start/stop

2006-04-11 Thread eoghan
David Smith wrote: Actually, configured in this way, 'service tomcat55 start' and 'service tomcat55 stop' should be able to start and stop the service. --David Thanks. I will try this today. Eoghan François Conil wrote: eoghan a écrit : Hi Im using tomcat 5.5 on freeBSD 6.0. I have enab

Re: tomcat start/stop

2006-04-11 Thread David Smith
Actually, configured in this way, 'service tomcat55 start' and 'service tomcat55 stop' should be able to start and stop the service. --David François Conil wrote: > eoghan a écrit : > >> Hi >> Im using tomcat 5.5 on freeBSD 6.0. I have enabled tomcat in my rc.conf: >> tomcat_enable="YES" >> I am

Re: tomcat start/stop

2006-04-11 Thread François Conil
eoghan a écrit : Hi Im using tomcat 5.5 on freeBSD 6.0. I have enabled tomcat in my rc.conf: tomcat_enable="YES" I am trying to stop and start the server when I make some changes to some sample jsp files, but I cant figure out how to do this. I have tried in my /usr/loca/rc.d/tomcat55.sh stop B

tomcat start/stop

2006-04-11 Thread eoghan
Hi Im using tomcat 5.5 on freeBSD 6.0. I have enabled tomcat in my rc.conf: tomcat_enable="YES" I am trying to stop and start the server when I make some changes to some sample jsp files, but I cant figure out how to do this. I have tried in my /usr/loca/rc.d/tomcat55.sh stop But it tells me tom