RE: Adding/removing hosts dynamically?

2010-01-25 Thread Jeffrey Janner
Chuck said: Try the HTML version of host-manager to get familiar with it: http://localhost:8080/host-manager/html Note that the updates made by the HTML and plain text servlets are not persistent, so will be lost upon Tomcat restart. You'll need some additional means to preserve the added

Re: Adding/removing hosts dynamically?

2010-01-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jeffrey, On 1/25/2010 1:28 PM, Jeffrey Janner wrote: Chuck said: Try the HTML version of host-manager to get familiar with it: http://localhost:8080/host-manager/html Note that the updates made by the HTML and plain text servlets are not

Re: Adding/removing hosts dynamically?

2010-01-22 Thread Jordan Michaels
, Charles R wrote: From: Jordan Michaels [mailto:jor...@viviotech.net] Subject: Re: Adding/removing hosts dynamically? I'm extremely interested in this. Any chance anyone who has used this before could provide some direction (example implementation)? Try the HTML version of host-manager to get

Adding/removing hosts dynamically?

2010-01-21 Thread richard42
this message in context: http://old.nabble.com/Adding-removing-hosts-dynamically--tp27261390p27261390.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

RE: Adding/removing hosts dynamically?

2010-01-21 Thread Caldarale, Charles R
From: richard42 [mailto:tom...@webcogs.com] Subject: Adding/removing hosts dynamically? Is it possible to dynamically add/remove hosts through code without restarting Tomcat (6.0)? Yes - use the supplied host-manager webapp. It's mostly undocumented, so you'll need to poke around

Re: Adding/removing hosts dynamically?

2010-01-21 Thread Filip Hanik - Dev Lists
answer is yes, it is possible. Others have done it successfully. If you want a place to start, take a look at host manager servlet http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/catalina/manager/host/HostManagerServlet.java?view=annotate Note, this doesn't imply that you have

Re: Adding/removing hosts dynamically?

2010-01-21 Thread richard42
you want to fit your environment -- View this message in context: http://old.nabble.com/Adding-removing-hosts-dynamically--tp27261390p27266255.html Sent from the Tomcat - User mailing list archive at Nabble.com

Re: Adding/removing hosts dynamically?

2010-01-21 Thread richard42
more. Cheers, Richard. -- View this message in context: http://old.nabble.com/Adding-removing-hosts-dynamically--tp27261390p27266468.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail

Re: Adding/removing hosts dynamically?

2010-01-21 Thread Jordan Michaels
I'm extremely interested in this. Any chance anyone who has used this before could provide some direction (example implementation)? Bare-bones documentation - if you will? Thank you! -Jordan richard42 wrote: richard42 wrote: ...it appears to add it successfully, but only empty pages are

RE: Adding/removing hosts dynamically?

2010-01-21 Thread Caldarale, Charles R
From: Jordan Michaels [mailto:jor...@viviotech.net] Subject: Re: Adding/removing hosts dynamically? I'm extremely interested in this. Any chance anyone who has used this before could provide some direction (example implementation)? Try the HTML version of host-manager to get familiar