[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-developers] Re-Starting Individual Instances of Tomcat
- Subject: [cobalt-developers] Re-Starting Individual Instances of Tomcat
 
- From: "Joseph Annam" <joseph.annam@xxxxxxxxxxxxxxxxx>
 
- Date: Tue Feb 19 01:52:01 2002
 
- Organization: Tech Valley
 
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
 
Jeff, many thanks indeed for your suggestion.
This may well be the best solution and I shall be giving it a try shortly.
Regards
Joseph Annam
The Tech Valley
Premier House
112 Station Road
Edgware
Middlesex
HA8 7BJ
info@xxxxxxxxxxxxxxxxx
Tel: 020 8952-7395
Fax: 020 8951 1556
Jeff Lasman wrote:
> If you do an
> 
> # /etc/rc.d/init.d/httpd reload
> 
> from the command line as root, you'll gracefully restart apache.  What
> that means is that no one currently browsing any sites on your system
> will see the difference.
> 
> To shut down a site you can either completely disable a site from the
> gui, or just comment out all the virtual site stuff for that site in
> /etc/httpd/conf/httpd.conf, then do the reload (as above).  Then to
> restart that site you just un-comment those lines, and do it again.
> 
> I don't know of any other easy way to do it, since apache is only
> running once for all your sites.