Re: tomcat stand alone and multiple ips.

2001-11-01 Thread Prasanna Uppaladadium
Hello. I had asked exactly the same question before and I had requested that the documentation be updated for Tomcat 3.2.3 (in the 3.2.3 docs, the inet option isn't even mentioned). I strongly support the idea that this should be part of a FAQ. Prasanna. Ilya Goldin wrote: That's actually

tomcat stand alone and multiple ips.

2001-10-31 Thread mwhitman
I am running tomcat by itself to do some java development work. I want to have a couple development sites refrenced by seperate ips. How can I attach an instance of tomcat to a specific ip? Right now it monitors port 80 on all ips on the box. Can I have one instance of tomcat host multiple

tomcat stand alone and multiple ips.

2001-10-31 Thread mwhitman
I am running tomcat by itself to do some java development work. I want to have a couple development sites refrenced by seperate ips. How can I attach an instance of tomcat to a specific ip? Right now it monitors port 80 on all ips on the box. Can I have one instance of tomcat host multiple

RE: tomcat stand alone and multiple ips.

2001-10-31 Thread Ilya Goldin
To: Tomcat Users List Subject: tomcat stand alone and multiple ips. I am running tomcat by itself to do some java development work. I want to have a couple development sites refrenced by seperate ips. How can I attach an instance of tomcat to a specific ip? Right now it monitors

Re: tomcat stand alone and multiple ips.

2001-10-31 Thread Chase
- Original Message - From: [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, October 31, 2001 4:19 PM Subject: tomcat stand alone and multiple ips. How can I attach an instance of tomcat to a specific ip? Right now it monitors port 80 on all ips on the box

RE: tomcat stand alone and multiple ips.

2001-10-31 Thread Ilya Goldin
How can I attach an instance of tomcat to a specific ip? Right now it monitors port 80 on all ips on the box. Can I have one instance of tomcat host multiple 'virtual' sites or do I need to run seperate instances of tomcat listening to different ips?

RE: tomcat stand alone and multiple ips.

2001-10-31 Thread Craig R. McClanahan
On Wed, 31 Oct 2001, Ilya Goldin wrote: Date: Wed, 31 Oct 2001 20:00:17 -0500 From: Ilya Goldin [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: RE: tomcat stand alone and multiple ips. How can I attach an instance

RE: tomcat stand alone and multiple ips.

2001-10-31 Thread Ilya Goldin
That's actually possible as well (with Tomcat 4) -- it just takes a little more work. Let's assume that you want the following: * Host a.mycompany.com answers only on IP address 10.0.0.1 port 8080 * Host b.mycompany.com answers only on IP address 10.0.0.2 port 8080 snip Craig, thank