Re: tomcat and virtual hosts

2005-05-12 Thread Lutz Zetzsche
Hi Bogus, Am Donnerstag, 12. Mai 2005 00:52 schrieb Bagus: Here's a more general question about Tomcat. I'm used to using apache to set up virtual hosts, but when Tomcat installed, http://localhost/ now goes to my tomcat installation. So how does one set up multiple virtual hosts with Tomcat

Re: tomcat and virtual hosts

2005-05-12 Thread Pete Stevens
On Wed, 11 May 2005, Bagus wrote: Here's a more general question about Tomcat. I'm used to using apache to set up virtual hosts, but when Tomcat installed, http://localhost/ now goes to my tomcat installation. So how does one set up multiple virtual hosts with Tomcat

tomcat and virtual hosts

2005-05-11 Thread Bagus
Here's a more general question about Tomcat. I'm used to using apache to set up virtual hosts, but when Tomcat installed, http://localhost/ now goes to my tomcat installation. So how does one set up multiple virtual hosts with Tomcat? Is it in the server.xml file or something? Or do I somehow

RE: tomcat and virtual hosts

2005-05-11 Thread Fritz Schneider
to the defaultHost (e.g. localhost). Each host can have its own appBase as well as logs, root context, etc. Fritz -Original Message- From: Bagus [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 11, 2005 3:53 PM To: Tomcat Users List Subject: tomcat and virtual hosts Here's a more general question

Query about IIS, Tomcat and Virtual Hosts

2005-02-11 Thread Michael Foggin
Hi there, we are creating a staging / QA environment for our websites. We are using a Win2K server running IIS which has multiple websites defined (using host headers for identification against a single IP address), eg: localhost staging.website.com staging.website2.co.uk staging.website3.de

Ugh. IIS + Tomcat + multiple virtual hosts

2005-01-05 Thread Ian Hunter
I have a number of applications running under Tomcat root contexts, on various different servers/ports. Under Apache, I can use the JkMount /* workername directive under a virtual directory to allow me to do virtual hosting, under Apache, which allows me to specify that a particular hostname

Re: Ugh. IIS + Tomcat + multiple virtual hosts

2005-01-05 Thread David Boyer
Are you using JK or JK2 as the redirector in IIS? You might want to indicate what version of IIS as some people have reported trouble using JK in IIS 6 unless they run in IIS 5 isolation mode. I use JK2 with multiple virtual hosts, and each host is handled by a different worker. I'm sure JK can

Re: Ugh. IIS + Tomcat + multiple virtual hosts

2005-01-05 Thread David Boyer
Resend correcting a typo: [channel.socket:web1:8010] port=8010 host=web1.bvu.edu [ajp13:web1:8010] channel=channel.socket:web1:8010 [uri:web1.bvu.edu/servlet/*] worker=ajp13:web1:8010 [channel.socket:web2:8009] port=8009 host=web2.bvu.edu [ajp13:web2:8009]

Re: Ugh. IIS + Tomcat + multiple virtual hosts

2005-01-05 Thread Ian Hunter
On Wed, 05 Jan 2005 11:24:21 -0600, David Boyer wrote Resend correcting a typo: [channel.socket:web1:8010] port=8010 host=web1.bvu.edu [ajp13:web1:8010] channel=channel.socket:web1:8010 [uri:web1.bvu.edu/servlet/*] worker=ajp13:web1:8010 [channel.socket:web2:8009] port=8009

Re: Ugh. IIS + Tomcat + multiple virtual hosts

2005-01-05 Thread David Boyer
http://jakarta.apache.org/tomcat/connectors-doc-archive/jk2/index.html Also, there's a sample or two included with the source code. I should point out that JK2 is officially unsupported. Unless you specifically need JK2, I'd suggest JK 1.2.8. [EMAIL PROTECTED] 01/05 2:21 pm On Wed, 05 Jan

solution jakarta-tomcat and virtual hosts

2003-10-01 Thread Johan Louwers
I have asked the question a couple of times in this mailing list and at some places on usenet. I solved this problem at the end and will give a small example of the things I did to make this work. I will post this on the mailinglist and in some usenet groups in the hope some people can use this

Re: tomcat and virtual hosts

2003-10-01 Thread John Turner
Host name=www.site1.com appBase=/export/home/webroot/site1 Context path= docBase=/export/home/webroot/site1/ROOT /Context /Host Better yet, make the Context docBase = ROOT so it is relative to the Host's appBase. Put JSP in /export/home/webroot/site1/ROOT. Put WEB-INF in

tomcat and virtual hosts

2003-09-30 Thread Johan Louwers
I have set up tomcat and apache... bind them with a JK2 connector both on port 80. I have 2 domains running on the machine. I made the virtual hosts work in apache with editting httpd.conf The apache docs are located on the following location: /export/home/webroot/site1 (www.site1.com)

Apache 2.0.44, JK2, Tomcat 4.1.18 - virtual hosts

2003-02-23 Thread Yuriy Zubarev
Hello everyone, I had 3 web applications that were running under the same instance of Tomcat and were publicly accessible via 'virtual hosts' like: Host name=www.product1.com appBase=webapps Context path= docBase=path1 reloadable=true/ /Host ... Host name=www.product3.com appBase=webapps

tomcat 4.0 virtual hosts on different ports

2002-09-26 Thread Primoz Hrvatin
Hi! Is it possible to configure tomcat as standalone server to run multiple virtual hosts with only different ports, e.g.localhost:8080, localhost:8081, etc.? I'm using Tomcat 4.0.5. Please reply directly to my email, as I'm not subscribed to this list. Thanks! Primoz -- To unsubscribe,

Re: Configure TomCat for Virtual Hosts in Windows 2000 Server

2002-07-25 Thread George Hester
And to finish it off so that you can type in something like http://localhost/myjsp.jsp Add this to the bottom of uriworkermap.properties: /=$(default.worker) /*=$(default.worker) Of course using the link I gave you earlier. Now where's my free web hosting using SQL 2000? LOL. -- George

Configure TomCat for Virtual Hosts in Windows 2000 Server

2002-07-23 Thread Rahul Chd
hi, I have Tomcat 4.0.4 on W2K, IIS 5 and J2SEE. Could anyone tell me how to configure the system so that various virtual hosts on my server can run .jsp etc. from within their directories. Please explain in detail with full example, related urls, as I don't have much experience in JSP,

Re: Configure TomCat for Virtual Hosts in Windows 2000 Server

2002-07-23 Thread George Hester
http://members.ozemail.com.au/~lampante/howto/tomcat/iisnt/#2 -- George Hester _ Rahul Chd [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... hi, I have Tomcat 4.0.4 on W2K, IIS 5 and J2SEE. Could anyone tell me how to configure

Re: Configure TomCat for Virtual Hosts in Windows 2000 Server

2002-07-23 Thread Martin
What about adding them on linux/unix systems?? George Hester wrote: http://members.ozemail.com.au/~lampante/howto/tomcat/iisnt/#2 -- George Hester _ Rahul Chd [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... hi, I have

apache/tomcat 3.2.2 virtual hosts port forwarding

2002-02-13 Thread James Moore
Dear all, I have a Red Hat Linux 7.1 server on our internal LAN running Apache 1.3.20 with Tomcat 3.2.2. Its running fine with one virtual host but when I add another virtual host using a different IP address (after adding some more with ifconfig) and then adding Host... and Context.. to

RE: apache/tomcat 3.2.2 virtual hosts port forwarding

2002-02-13 Thread James Moore
BTW I'm using mod_jk. -Original Message- From: James Moore [mailto:[EMAIL PROTECTED]] Sent: 13 February 2002 12:03 To: Tomcat Users List Subject: apache/tomcat 3.2.2 virtual hosts port forwarding Dear all, I have a Red Hat Linux 7.1 server on our internal LAN running Apache 1.3.20

RE: apache/tomcat 3.2.2 virtual hosts port forwarding

2002-02-13 Thread James Moore
:[EMAIL PROTECTED]] Sent: 13 February 2002 12:03 To: Tomcat Users List Subject: apache/tomcat 3.2.2 virtual hosts port forwarding Dear all, I have a Red Hat Linux 7.1 server on our internal LAN running Apache 1.3.20 with Tomcat 3.2.2. Its running fine with one virtual host but when I add

Antwort: Re: Newbie: Apache Tomcat mod_jk Virtual Hosts

2001-08-13 Thread Stefan . Raschke
PROTECTED] Thema: Re: Newbie: Apache Tomcat mod_jk Virtual Hosts 13.08.01

Re: Antwort: Re: Newbie: Apache Tomcat mod_jk Virtual Hosts

2001-08-13 Thread Jan Labanowski
] Thema: Re: Newbie: Apache Tomcat mod_jk Virtual Hosts 13.08.01 03:59

Re: Antwort: Re: Newbie: Apache Tomcat mod_jk Virtual Hosts

2001-08-13 Thread Dmitri Colebatch
] [EMAIL PROTECTED]Kopie: Jan Labanowski [EMAIL PROTECTED] Thema: Re: Newbie: Apache Tomcat mod_jk Virtual Hosts

Antwort: Re: Antwort: Re: Newbie: Apache Tomcat mod_jk Virtual Hosts

2001-08-13 Thread Stefan . Raschke
] [EMAIL PROTECTED]Kopie: Jan Labanowski [EMAIL PROTECTED] Thema: Re: Antwort: Re: Newbie: Apache Tomcat mod_jk Virtual Hosts

Re: Newbie: Apache Tomcat mod_jk Virtual Hosts

2001-08-13 Thread Jason Koeninger
On Sun, 12 Aug 2001 21:59:19 -0400 (EDT), Jan Labanowski wrote: Again... Without knowing what you want to do, it is hard to advise. The Host/Host if for setting virtual hosts in Tomcat. You say, you want to connect Tomcat to Apache. Then you should do virtual hosts in Apache, not in Tomcat

Re: Newbie: Apache Tomcat mod_jk Virtual Hosts

2001-08-12 Thread orlando
FollowSymLinks /Directory JkMount /examples/servlet/* ajp13 JkMount /examples/*.jsp ajp13 /VirtualHost And on the Tomcat site you do not know anything about virtual hosts, since Tomcat processes what it gets from Apache via connector and has no say in how requests

Re: Newbie: Apache Tomcat mod_jk Virtual Hosts

2001-08-12 Thread orlando
/VirtualHost And on the Tomcat site you do not know anything about virtual hosts, since Tomcat processes what it gets from Apache via connector and has no say in how requests are forwarded to it (Apache is the boss here). You do not use the host tag in server.xml and use regular

Re: Newbie: Apache Tomcat mod_jk Virtual Hosts

2001-08-12 Thread Jan Labanowski
debug=0 reloadable=true /Context /Host Again... Without knowing what you want to do, it is hard to advise. The Host/Host if for setting virtual hosts in Tomcat. You say, you want to connect Tomcat to Apache. Then you should do virtual hosts in Apache

Re: Newbie: Apache Tomcat mod_jk Virtual Hosts

2001-08-12 Thread Jan Labanowski
On Sun, 12 Aug 2001 [EMAIL PROTECTED] wrote: Can you tell what the following means: [jk_uri_worker_map.c (345)]: Into jk_uri_worker_map_t::map_uri_to_worker [jk_uri_worker_map.c (435)]: jk_uri_worker_map_t::map_uri_to_worker, done without a match Orlando If you are using Tomcat