Re: Virtual Hosting Questions

2004-11-23 Thread Bill Winspur
Yoav, Thanks for your feedback. My findings are interleaved below. Bill. Question 1: Is this hosts-file approach feasible? Does tomcat care HOW domain names are mapped to IP addresses? It's more of a Java networking question that Tomcat question. I'm not sure how java's InetAddress class

Re: Virtual Hosting Questions

2004-11-23 Thread karjera
Laba diena. Dkojame, kad mums parate. Js atsista inut isaugota ms duomen bazje. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Virtual Hosting Questions

2004-11-23 Thread Shapira, Yoav
Hi, The mapping of domain names to ip's is done (as usual) in the IP stack. Thus, using the /hosts /files on tomcat client and server boxes works fine for development scenarios where you do not want to expose you production domain names to the Internet via DNS. I originally asked the question

Virtual Hosting Questions

2004-11-17 Thread Bill Winspur
I need to set up a few virtual hosts for a development project, and being new to Tomcat virtual hosts, have a couple of questions: --- 1. In development, the clients and tomcat will be on an intranet. I plan to use the hosts files of the client and tomcat boxes to map domain

RE: Virtual Hosting Questions

2004-11-17 Thread Shapira, Yoav
Hi, 1. In development, the clients and tomcat will be on an intranet. I plan to use the hosts files of the client and tomcat boxes to map domain names to IP addresses, thereby preempting invocation of DNS, and thus exposure of our product-specific domain names to the Internet at-large, until the

RE: Virtual Hosting Questions

2004-11-17 Thread Didier McGillis
names defined seperatly, server.xml has those names in each host area (they are setup as seperate tomcat instances). From: Bill Winspur [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Virtual Hosting Questions Date: Wed, 17 Nov 2004

RE: Virtual Hosting Questions

2004-11-17 Thread Caldarale, Charles R
From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Subject: RE: Virtual Hosting Questions It's more of a Java networking question that Tomcat question. I'm not sure how java's InetAddress class likes hosts files: my guess is they're ignored. Using the hosts file is the responsibility

RE: Virtual Hosting Questions

2004-11-17 Thread Steven Lister
you can see it in the logs too  .. INFO   | jvm 1    | 2004/11/17 15:09:03 | Nov 17, 2004 3:09:03 PM org.apache.jk.common.ChannelSocket init INFO   | jvm 1    | 2004/11/17 15:09:03 | INFO: JK2: ajp13 listening on /0.0.0.0:9009 I seem to recall seeing code in some component of Tomcat that

Re: Virtual Hosting Questions

2004-11-17 Thread Justin Jaynes
Bill, I believe I know what you are trying to do. I have done the a smiliar thing. Let me answer your questions one at a time. I need to set up a few virtual hosts for a development project, and being new to Tomcat virtual hosts, have a couple of questions: By virtual hosts, I assume you

AW: virtual hosting questions

2002-07-30 Thread Ralph Einfeldt
Nachricht- Von: Guenther Starnberger [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 30. Juli 2002 02:15 An: Tomcat Users List Betreff: Re: virtual hosting questions according to the docs (haven't tried it out yet) i can set a security policy in catalina.policy. is this enough to prevent

Re: virtual hosting questions

2002-07-29 Thread Guenther Starnberger
Nikola Milutinovic [EMAIL PROTECTED] writes: hello, If you're running Tomcat-standalone, then you need Host elements, but in Warp it should work without them. I think Warp Engine should ignore Host elements. Or maybe it doesn't. Maybe it is used to setup different appBase-s for each of the

virtual hosting questions

2002-07-25 Thread Guenther Starnberger
hello list, i am having trouble to configure tomcat (on linux) to support several vhosts for untrusted users. (i can't find any good documentation on this topic). currently i am using the mod_webapp apache module. in server.xml i did configure one engine: Engine