Re: can tomcat do dynamic virtual hosts?

2003-01-05 Thread Joseph Shraibman
Turner, John wrote: Tomcat has an Alias element in server.xml. It goes under Host. OK thanks for pointing that out. Tomcat needs to do what it needs to do because a web app is more than just a directory that has content in it. Right, but sometimes you might want to lump

RE: can tomcat do dynamic virtual hosts?

2003-01-05 Thread Turner, John
-Original Message- From: Joseph Shraibman [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 05, 2003 3:58 PM To: Tomcat Users List Subject: Re: can tomcat do dynamic virtual hosts? Sorry, I have no idea what that means. Somtimes you want a.host.com and b.host.com to be in the same

RE: can tomcat do dynamic virtual hosts?

2003-01-03 Thread Turner, John
: Thursday, January 02, 2003 11:09 PM To: Tomcat Users List Subject: RE: can tomcat do dynamic virtual hosts? My production servers are using Jserv, but I wouldn't think of using a single Tomcat instance for all of my virtual hosts. Same here, in most cases, and me neither. Just out of curiousity

RE: can tomcat do dynamic virtual hosts?

2003-01-03 Thread Turner, John
-Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 02, 2003 2:22 PM To: Tomcat Users List Subject: RE: can tomcat do dynamic virtual hosts? In principle, it would be pretty straightforward to extend the manager webapp to do things

RE: can tomcat do dynamic virtual hosts?

2003-01-03 Thread Turner, John
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, January 03, 2003 3:42 PM To: Tomcat Users List Subject: RE: can tomcat do dynamic virtual hosts? webapps are like document roots. That's my point. The only way you can do a JkMount is by giving

RE: can tomcat do dynamic virtual hosts?

2003-01-03 Thread Noel J. Bergman
: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Friday, January 03, 2003 4:22 To: 'Tomcat Users List' Subject: RE: can tomcat do dynamic virtual hosts? Fairly soon here, as well. Definitely by mid-year. It will be a chore, though. We have a lot of sites (one site = one client = one app), so planning

RE: can tomcat do dynamic virtual hosts?

2003-01-03 Thread jks
On Thu, 2 Jan 2003, Turner, John wrote: I think you're overthinking it. Tomcat != Apache. Webapps != Document Roots. webapps are like document roots. That's my point. The only way you can do a JkMount is by giving a worker, and the worker can only only serve from a webapp based on the

RE: can tomcat do dynamic virtual hosts?

2003-01-02 Thread Turner, John
would have better answers, suggestions or guidance. John -Original Message- From: Jason Pyeron [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 01, 2003 8:15 PM To: Tomcat Users List Subject: Re: can tomcat do dynamic virtual hosts? I find this a VERY IMPORTANT issue. I have

RE: can tomcat do dynamic virtual hosts?

2003-01-02 Thread Craig R. McClanahan
On Thu, 2 Jan 2003, Turner, John wrote: Date: Thu, 2 Jan 2003 08:05:18 -0500 From: Turner, John [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: RE: can tomcat do dynamic virtual hosts? Since a virtual host in Tomcat

RE: can tomcat do dynamic virtual hosts?

2003-01-02 Thread Turner, John
dynamic virtual hosts? On Thu, 2 Jan 2003, Turner, John wrote: Date: Thu, 2 Jan 2003 08:05:18 -0500 From: Turner, John [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: RE: can tomcat do dynamic virtual hosts

RE: can tomcat do dynamic virtual hosts?

2003-01-02 Thread Craig R. McClanahan
On Thu, 2 Jan 2003, Turner, John wrote: Date: Thu, 2 Jan 2003 13:51:42 -0500 From: Turner, John [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: RE: can tomcat do dynamic virtual hosts? H...interesting point. What

Re: can tomcat do dynamic virtual hosts?

2003-01-02 Thread Joseph Shraibman
Apache already supports dynamic virtual hosting. See http://httpd.apache.org/docs-2.0/vhosts/mass.html. That's what I'm talking about. The problem is that when connecting apache to tomcat you can't map into a contect directly, you only pass the request along to tomcat so somcat has to find the

RE: can tomcat do dynamic virtual hosts?

2003-01-02 Thread Turner, John
hosts. On the Apache side, what more does there need to be? John -Original Message- From: Joseph Shraibman [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 02, 2003 3:10 PM To: Tomcat Users List Subject: Re: can tomcat do dynamic virtual hosts? Apache already supports dynamic

Re: can tomcat do dynamic virtual hosts?

2003-01-02 Thread Joseph Shraibman
Sorry, having a bad keyboard day. 'contect' should be context and 'somcat' should be tomcat. Joseph Shraibman wrote: Apache already supports dynamic virtual hosting. See http://httpd.apache.org/docs-2.0/vhosts/mass.html. That's what I'm talking about. The problem is that when connecting apache

RE: can tomcat do dynamic virtual hosts?

2003-01-02 Thread Turner, John
does virtual hosting just fine, using separate instances, provided you have the resources. John -Original Message- From: Joseph Shraibman [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 02, 2003 4:49 PM To: Tomcat Users List Subject: Re: can tomcat do dynamic virtual hosts? Turner

RE: can tomcat do dynamic virtual hosts?

2003-01-02 Thread Noel J. Bergman
My production servers are using Jserv, but I wouldn't think of using a single Tomcat instance for all of my virtual hosts. Same here, in most cases, and me neither. Just out of curiousity, when do you think you'll finally get off of JServ? We're thinking of doing it fairly soon, and I'm

Re: can tomcat do dynamic virtual hosts?

2003-01-02 Thread Joseph Shraibman
Turner, John wrote: Hmmm...you lost me there. Yes, you do map to a Context directly, at least you do with JK. That's exactly what having a JK block for /examples, does, for example. With Apaches 'apachectl restart' or 'apachectl graceful' you can pick up both new virtual hosts and new JkMounts

can tomcat do dynamic virtual hosts?

2003-01-01 Thread Joseph Shraibman
Can tomcat do dynamic virtual hosts? I'm currently doing dynamic virtual hosts with apache + Jserv but I don't know how to do that with tomcat. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: can tomcat do dynamic virtual hosts?

2003-01-01 Thread Jason Pyeron
: Can tomcat do dynamic virtual hosts? I'm currently doing dynamic virtual hosts with apache + Jserv but I don't know how to do that with tomcat. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED