stop apache web server for tomcat 6

2008-04-10 Thread Angelo Chen
Hi, I have a ubuntu server which has apache web server 2 pre - configured, it is port 80, now I install tomcat 6 and I'd like to use port 80 as well, how can i stop apache2 in this machine? i don't need apache 2. thanks. -- View this message in context: http://www.nabble.com/stop-apache-web

Re: stop apache web server for tomcat 6

2008-04-10 Thread Alan Chaney
something like: sudo apt-get remove apache2 - if you have problems see the ubuntu users list HTH Angelo Chen wrote: Hi, I have a ubuntu server which has apache web server 2 pre - configured, it is port 80, now I install tomcat 6 and I'd like to use port 80 as well, how can i stop apache2