manager for address-based virtual hosts?

2005-10-05 Thread Paul Singleton
Is there a version of the Manager app which handles all address-based virtual hosts in a Tomcat system? I've tried ManagerX which embraces name-based hosts but not the address-based ones which our SSL-enabled apps require... Paul Singleton -- No virus found in this outgoing message. Ch

Re: Virtual hosts and Threads

2005-09-28 Thread Mark Thomas
subject. This will start a new thread. Mark tomcat-user-owner Mahesh S Kudva wrote: Hi All I have setup virtual hosts for 3 apps with virtual hosts config as follows. These virtual hosts are first handled by Apache and mod_jk. My apps have scheduler and automated mailing services. unpackWARs

Re: Manager webapp and virtual hosts

2005-09-28 Thread Dan Baggott
Mikolaj, Hi. Sorry to bother you but I saw this posting on the Tomcat list and was wondering if you were able to successfully set up what you describe? I have mod_jk working fine and I'm now trying to do exactly what you mentioned: my1.domain.com (apache + mod_jk) ===> tomcat.domain.com/webap

Virtual hosts and Threads

2005-09-28 Thread Mahesh S Kudva
Hi All I have setup virtual hosts for 3 apps with virtual hosts config as follows. These virtual hosts are first handled by Apache and mod_jk. My apps have scheduler and automated mailing services. www.vhost.domain.com This config is mailing the same mail 7 time

Re: Help figuring out Virtual Hosts

2005-09-17 Thread Jilles van Gurp
You can use multiple hosttags in the server.xml, each with their own context. As described here http://jakarta.apache.org/tomcat/tomcat-5.5-doc/config/host.html "One or more Host elements are nested inside an Engine element. Inside the Host element, you can nest Context elements for the web app

RE: Help figuring out Virtual Hosts

2005-09-16 Thread Durfee, Bernard
ition. The your content would reside in the [TOMCAT]/webapps-servera.com directory. Bernie > -Original Message- > From: Dola Woolfe [mailto:[EMAIL PROTECTED] > Sent: Friday, September 16, 2005 2:44 PM > To: Tom Cat > Subject: Help figuring out Virtual Hosts > >

Help figuring out Virtual Hosts

2005-09-16 Thread Dola Woolfe
Hi, I've certainly RTFM'd and had thoroughly read http://jakarta.apache.org/tomcat/tomcat-5.5-doc/config/host.html#Host%20Name%20Aliases but I just can't figure out how to get virtual servers to work. Basically, assume that DNS is set up properly and that ServerA.com ServerB.com and Server.com

Re: Virtual Hosts

2005-09-16 Thread Tom Burke
; isn't working. Tom - Original Message - From: "Mahesh S Kudva" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 16, 2005 3:18 PM Subject: RE: Virtual Hosts Hi Tom "deploy" is a directory in any platform you are running Tom

Re: Virtual Hosts

2005-09-16 Thread Tom Burke
I, too, am having problems configuring virtual hosts, in a Tomcat 5.0.28 server, with no Apache, on a Windows XP machine. I've studied the documentation and am puzzled by one area in particular: the definition of 'appBase'. For example, in the text below you suggest putti

Re: Virtual Hosts

2005-09-16 Thread Mahesh S Kudva
___ Regards & Thanks Mahesh S Kudva -Original Message- From: Steve Dodge <[EMAIL PROTECTED]> To: Tomcat Users List Date: Thu, 15 Sep 2005 15:57:04 -0500 Subject: Re: Virtual Hosts > You probably want to change the appBase. You can control the co

Re: Virtual Hosts

2005-09-15 Thread Steve Dodge
: Tomcat Users List Subject: RE: Virtual Hosts Simplistically ... Configure Host elements inside your Engine. Create a folder for each application within webapps. Set the Host docBase to each. Check out the online ref. -Original Message- From: Durfee, Bernard [mailto:[EMAIL

RE: Virtual Hosts

2005-09-15 Thread Durfee, Bernard
mailto:[EMAIL PROTECTED] > Sent: Thursday, September 15, 2005 12:10 PM > To: Tomcat Users List > Subject: RE: Virtual Hosts > > > Simplistically ... > > Configure Host elements inside your Engine. Create a folder > for each application within webapps. Set the Host doc

RE: Virtual Hosts

2005-09-15 Thread Allistair Crossley
7:07 > To: tomcat-user@jakarta.apache.org > Subject: Virtual Hosts > > > I am having trouble configuring virtual hosts in Tomcat 5.5.9. I have > two applications app01 and app02. I have 2 DNS entries > app01.myserver.com and app02.myserver.com that both point to > the machine

Virtual Hosts

2005-09-15 Thread Durfee, Bernard
I am having trouble configuring virtual hosts in Tomcat 5.5.9. I have two applications app01 and app02. I have 2 DNS entries app01.myserver.com and app02.myserver.com that both point to the machine on which Tomcat is running. How do I configure Tomcat to serve from app01.war when app01

Re: Got trouble with virtual hosts

2005-08-29 Thread rueh hänä
(org.apache.catalina.Request, org.apache.catalina.Response) (Unknown Source) > --- Ursprüngliche Nachricht --- > Von: "Parsons Technical Services" <[EMAIL PROTECTED]> > An: "Tomcat Users List" > Betreff: Re: Got trouble with virtual hosts > Datum: Mon, 29 Aug 2005 08:00:5

Re: Got trouble with virtual hosts

2005-08-29 Thread Parsons Technical Services
- Original Message - From: ""rueh hänä"" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, August 29, 2005 7:52 AM Subject: Re: Got trouble with virtual hosts Because im running normal HTML sites, too. I need another solution, if ev

Re: Got trouble with virtual hosts

2005-08-29 Thread rueh hänä
Because im running normal HTML sites, too. I need another solution, if even possible... > --- Ursprüngliche Nachricht --- > Von: "Parsons Technical Services" <[EMAIL PROTECTED]> > An: "Tomcat Users List" > Betreff: Re: Got trouble with virtual hosts &g

Re: Got trouble with virtual hosts

2005-08-29 Thread Parsons Technical Services
Unless there is another reason, why not drop Apache and run only Tomcat? It can handle the virtual hosts just fine. This would simplify the setup considerably. Doug - Original Message - From: ""rueh hänä"" <[EMAIL PROTECTED]> To: Sent: Monday, August 29,

Got trouble with virtual hosts

2005-08-29 Thread rueh hänä
r, so they should work. The only change is that thing with the virtual hosts. In the old config, all sites had their own virtualhost setting (=> several virtual network interfaces). It would be much more simple, when i only had one virtual host. But, if i want to access a jsp website, i get an in

Re: Manager webapp and virtual hosts

2005-08-27 Thread Mahesh S Kudva
= Mahesh S Kudva -Original Message- From: David Delbecq <[EMAIL PROTECTED]> To: "Tomcat Users List" Date: Thu, 25 Aug 2005 14:01:46 +0200 Subject: Re: Manager webapp and virtual hosts > Le Jeudi 25 Août 2005 13:55, Mikolaj Rydzewski a écrit : > > Hello, > >

Re: Virtual Hosts In Tomcat

2005-08-25 Thread Hassan Schroeder
Dennis Harris wrote: I have Tomcat 4.1 running on Server 2003. Now I want to point a new domain to this box using virtual hosts. I have read all the documentation and I'm still unclear where in the server.xml file to place this virtual host. Can someone paste an example of the virtual host

Virtual Hosts In Tomcat

2005-08-25 Thread Dennis Harris
Hi, I have Tomcat 4.1 running on Server 2003. Now I want to point a new domain to this box using virtual hosts. I have read all the documentation and I'm still unclear where in the server.xml file to place this virtual host. Can someone paste an example of the virtual hosts and where exact

RE: Manager webapp and virtual hosts

2005-08-25 Thread GB Developer
To: Tomcat Users List > Subject: Re: Manager webapp and virtual hosts > > > Le Jeudi 25 Août 2005 13:55, Mikolaj Rydzewski a écrit : > > Hello, > > > > My configuration is very simple: tomcat listens on localhost with > > various apps in their contexts. Now

Re: Manager webapp and virtual hosts

2005-08-25 Thread David Delbecq
Le Jeudi 25 Août 2005 13:55, Mikolaj Rydzewski a écrit : > Hello, > > My configuration is very simple: tomcat listens on localhost with > various apps in their contexts. Now I'd like to setup a virtual host for > another one. Will it be possible to deploy/reload such application using > manager

Manager webapp and virtual hosts

2005-08-25 Thread Mikolaj Rydzewski
Hello, My configuration is very simple: tomcat listens on localhost with various apps in their contexts. Now I'd like to setup a virtual host for another one. Will it be possible to deploy/reload such application using manager webapp running on localhost? In other words: do I have to install

RE: Multiple virtual hosts NEWBIE (UNCLASSIFIED)

2005-08-17 Thread Samara, Fadi N Mr ACSIM/ASPEX
Classification: UNCLASSIFIED Caveats: NONE Thanks for all your help. -Original Message- From: Parsons Technical Services [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 17, 2005 10:21 AM To: Tomcat Users List Subject: Re: Multiple virtual hosts NEWBIE (UNCLASSIFIED) Start here

Re: Multiple virtual hosts NEWBIE (UNCLASSIFIED)

2005-08-17 Thread Parsons Technical Services
t; <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, August 17, 2005 10:01 AM Subject: Re: Multiple virtual hosts NEWBIE (UNCLASSIFIED) I appreciate your input. I went onto the site and I can't seem to find what I need. Could anyone please supply me with the U

Re: Multiple virtual hosts NEWBIE (UNCLASSIFIED)

2005-08-17 Thread Hassan Schroeder
I appreciate your input. I went onto the site and I can't seem to find what I need. Could anyone please supply me with the URL of a reference manual ? I am using version 5.5.8 Good luck, -- Hassan Schroeder - [EMA

RE: Multiple virtual hosts NEWBIE (UNCLASSIFIED)

2005-08-17 Thread Samara, Fadi N Mr ACSIM/ASPEX
assan Schroeder [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 17, 2005 9:23 AM To: Tomcat Users List Subject: Re: Multiple virtual hosts NEWBIE (UNCLASSIFIED) > The question is how am I gonna host these two sites on the same tomcat > instance ? Is this done through tomcat ? Is it ev

Re: Multiple virtual hosts NEWBIE (UNCLASSIFIED)

2005-08-17 Thread Hassan Schroeder
The question is how am I gonna host these two sites on the same tomcat instance ? Is this done through tomcat ? Is it even possible ? The hosting company supports having multiple domains under one main domain. Any suggestions ? Yes -- read the excellent Tomcat Configuration reference for the

Multiple virtual hosts NEWBIE (UNCLASSIFIED)

2005-08-17 Thread Samara, Fadi N Mr ACSIM/ASPEX
Classification: UNCLASSIFIED Caveats: NONE Hey everyone, I am new to this whole thing. I just bought a domain HYPERLINK www.xxx.com www.xxx.com and will start developing my own app/website and will deploy it under Tomcat (The hosting company supports it). Now my friend has a domain HYPERLINK w

RE: Manager servlet to manage virtual hosts

2005-07-27 Thread Raghupathy,Gurumoorthy
2005 14:05 To: Tomcat Users List Subject: Re: Manager servlet to manage virtual hosts > Hi there. > > Yeah, this is pretty much what I want, only the problem is: > > www.myserver.com:8080/manager exists, but www.myvh_1.com:8080/ > manager and www.myvh_2.com:8080/manager, e

Re: Manager servlet to manage virtual hosts

2005-07-27 Thread Manik Surtani
Hi there. Yeah, this is pretty much what I want, only the problem is: www.myserver.com:8080/manager exists, but www.myvh_1.com:8080/ manager and www.myvh_2.com:8080/manager, etc. does not exist ... For some reason the manager servlet is not avbl on my virtual hosts and the manager on the

RE: Manager servlet to manage virtual hosts

2005-07-27 Thread Raghupathy,Gurumoorthy
s inconsolable To: tomcat-user@jakarta.apache.org Subject: Manager servlet to manage virtual hosts Hi, I'm running TC 5.0.19 and have 8 virtual hosts on the box. Each virtual host has a default ("/") context with it's app deployed. When I access tomcat on it's IP ad

Manager servlet to manage virtual hosts

2005-07-27 Thread Manik Surtani
Hi, I'm running TC 5.0.19 and have 8 virtual hosts on the box. Each virtual host has a default ("/") context with it's app deployed. When I access tomcat on it's IP address on port 8080, I get the default tomcat root, with access to the admin and manager servlets

Virtual hosts and shared libraries

2005-07-21 Thread Oleg
I got a problem with Tomcat using a huge amount of memory on startup. Of course I realize that it all depends on how large are the applications. However, I have lets say two identical machines with Tomcat 5.5 installed. One Tomcat has 100 virtual hosts running the same application and takes up

RE: Virtual hosts with standalone tomcat 5.5.9

2005-06-26 Thread Caldarale, Charles R
> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Subject: Virtual hosts with standalone tomcat 5.5.9 > > > I tried simply going like this > > > > > > > > > > > > > > I believe you are only allowed to have one Context pa

Virtual hosts with standalone tomcat 5.5.9

2005-06-26 Thread john_wjf935 . fletcher
> I tried simply going like this > > > > > > > > > I believe you are only allowed to have one Context path="" because this defines the default webapp - where the requests go if they don't match any other context path. I'm not sure ho

Re: Virtual hosts with standalone tomcat 5.5.9

2005-06-25 Thread Parsons Technical Services
t;[EMAIL PROTECTED]> To: Sent: Friday, June 24, 2005 6:16 PM Subject: Virtual hosts with standalone tomcat 5.5.9 All I need is different FQDNs (Fully qualified domain names) Say: www.mysite.com, mail.external.mysite.com I tried simply going like this and www.mysite.com wor

Re: Virtual hosts with standalone tomcat 5.5.9

2005-06-25 Thread Drew Jorgenson
how do you have mail.external.mysite.com set up in your dns?? Does it point to the same IP as your tomcat server that mysite.com is hosted on? Drew. On Fri, 2005-06-24 at 18:16 -0400, [EMAIL PROTECTED] wrote: > mail.external.mysite.com

Virtual hosts with standalone tomcat 5.5.9

2005-06-24 Thread cmllpz
All I need is different FQDNs (Fully qualified domain names) Say: www.mysite.com, mail.external.mysite.com I tried simply going like this and www.mysite.com works fine but mail.external.mysite.com doesn't. In my trials, I am actually using http://local

Re: Managing automatic deployment with multiple virtual hosts

2005-06-12 Thread charly
pty string ("").# The directory name is generated from the war filename. - Original Message - From: "Ben Rometsch" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Sunday, June 12, 2005 12:39 PM Subject: RE: Managing automatic deployment with multip

RE: Managing automatic deployment with multiple virtual hosts

2005-06-12 Thread Ben Rometsch
virtual hosts Hello, have you tried naming the war files "ROOT.war"?? Because I think there is a special naming convention for the root context. This means if you have different applications you need to deploy them into different folders. Karl-Heinz - Original Message -

Re: Managing automatic deployment with multiple virtual hosts

2005-06-11 Thread charly
ot;Ben Rometsch" <[EMAIL PROTECTED]> To: Sent: Friday, June 10, 2005 10:34 PM Subject: Managing automatic deployment with multiple virtual hosts Hi There, I am running Tomcat 5.5.9 in production, using 1 tomcat instance to service several websites (each with their own hostname) via virt

Managing automatic deployment with multiple virtual hosts

2005-06-10 Thread Ben Rometsch
Hi There, I am running Tomcat 5.5.9 in production, using 1 tomcat instance to service several websites (each with their own hostname) via virtual hosts. I have Apache 2 running in front of Tomcat, connecting via mod_jk. I am having OutOfMemory issues, and have noticed that, due to my webapps

Managing automatic deployment with multiple virtual hosts

2005-06-10 Thread Ben Rometsch
Hi There, I am running Tomcat 5.5.9 in production, using 1 tomcat instance to service several websites (each with their own hostname) via virtual hosts. I have Apache 2 running in front of Tomcat, connecting via mod_jk. I am having OutOfMemory issues, and have noticed that, due to my webapps

Question on Configuring Virtual Hosts on different ports

2005-06-08 Thread Colby . Meyer
We are attempting to configure tomcat with virtual hosts so that different ports represent different regions For example port 80 may represent a QA region port 90 may represent a dev region We are using apache as the front end for Tomcat in httpd.conf we have the following defined

Re: adding new virtual hosts without restart?

2005-06-08 Thread delbd
If you add virtual hosts using the tomcat admin interface and hit the commit button on top after all changes, you do not have to issue a bin/shutdown.sh and a bin/startup.sh. However, the catalina engine is restarted and so are all webapps in it. Le Mercredi 8 Juin 2005 14:39, Thomas Corte a

adding new virtual hosts without restart?

2005-06-08 Thread Thomas Corte
Hello, I understand that it is possible to (re-)deploy new contexts/web applications in Tomcat 5.5.9 without a complete server restart. I wonder whether the same might be possible for new virtual hosts, i.e. adding new virtual hosts/IP addresses to a running Tomcat server. From the

I cannot get virtual hosts to work Tomcat 5.5.9

2005-06-02 Thread anthony G
Platform: Windows 2003 Tomcat: Tomcat 5.5.9 Standalone I cannot get virtual hosts to work. Server.xml: www.test.com I have the context located here $CATALINA_HOME/conf/[enginename]/test.com/test.xml test.xml: Actual Path to my Virtual host is E:\Webspace\test\ROOT I get page

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 hos

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 mu

RE: tomcat and virtual hosts

2005-05-11 Thread Fritz Schneider
match go 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 m

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

Re: Virtual Hosts - additional info needed

2005-05-10 Thread Pete Stevens
On Tue, 10 May 2005, Matthew P Puccio wrote: > I'm running Tomcat 5.5.9 on a Windows2000 server. I am not running Apache > and for various reasons won't be installing it. I'm not a Tomcat > administrator so I may sound a bit clueless. > > I have tried to follow the instructions on > http://www.ex-

Virtual Hosts - additional info needed

2005-05-10 Thread Matthew P Puccio
I'm running Tomcat 5.5.9 on a Windows2000 server. I am not running Apache and for various reasons won't be installing it. I'm not a Tomcat administrator so I may sound a bit clueless. I have tried to follow the instructions on http://www.ex-parrot.com/~pete/tomcat-vhost.html but am confused or

mapping virtual hosts using mysql

2005-04-29 Thread Martin Lidgard
Hello all. I am looking for a way to add host aliases to a webapp without having to edit server.xml and restart Tomcat. I'm running Tomcat 4.1 as a standalone on Linux. Is it possible to map virtual hosts using MySQL? Thanks, Martin Arkatay Consulting www.arkata

Re: Virtual Hosts and SSL Certificates

2005-04-28 Thread Mark Thomas
You will need two SSL connectors, once for each host. Mark Fritz Schneider wrote: I am running TC 5.5.8 standalone under Windows XP Pro. I have two domains coming in to the same IP address, one for production and one for testing. There are two elements in my . I have a CA created SSL certificate f

Re: Virtual Hosts and SSL Certificates

2005-04-28 Thread Mark Thomas
You will need to SSL connectors, once for each host. Mark Fritz Schneider wrote: I am running TC 5.5.8 standalone under Windows XP Pro. I have two domains coming in to the same IP address, one for production and one for testing. There are two elements in my . I have a CA created SSL certificate fo

Virtual Hosts and SSL Certificates

2005-04-27 Thread Fritz Schneider
I am running TC 5.5.8 standalone under Windows XP Pro. I have two domains coming in to the same IP address, one for production and one for testing. There are two elements in my . I have a CA created SSL certificate for the production domain, but I want to add a self-signed certificate for the test

Re: Virtual hosts

2005-04-26 Thread Pete Stevens
On Mon, 25 Apr 2005, Dola Woolfe wrote: > Hi, > > Running TC5.5 as a stand-alone. > I've been reading about the HOST element, and i see > that it can make mysite.com and www.mysite.com go to > the same place. I apologize if I put it in a > simplistic way. Here's

RE: Virtual hosts

2005-04-25 Thread Fritz Schneider
31 PM To: Tom Cat Subject: Virtual hosts Hi, Running TC5.5 as a stand-alone. I've been reading about the HOST element, and i see that it can make mysite.com and www.mysite.com go to the same place. I apologize if I put it in a simplistic way. But can it make "www.mysite.com" be forwa

Virtual hosts

2005-04-25 Thread Dola Woolfe
Hi, Running TC5.5 as a stand-alone. I've been reading about the HOST element, and i see that it can make mysite.com and www.mysite.com go to the same place. I apologize if I put it in a simplistic way. But can it make "www.mysite.com" be forwarded to "www.mysite.com/myapp"? Many thanks in advanc

IIS Virtual Hosts and JK 1.2 - Same Contexts to different workers?

2005-04-15 Thread Dalton Ames Jr
Windows/Tomcat 5/IIS/JK 1.2 Connector I am using the JK 1.2 Connector and want to connect two IIS Web sites to different AJP ports, with the same context. Is there a way for workers.properties to specify the incoming Host Header when determining which worker to use? For example: http://websi

Re: Troubleshooting Virtual Hosts with Tomcat 5 standalone mode...

2005-04-04 Thread Hassan Schroeder
Jeff Duska wrote: I'm trying to setup a couple of virtual hosts using Tomcat in stand alone mode. I started with the goal of having a user directory for each virtual host. For example, for the sample domain1.com the appbase would be /home/domain/webapps. I setup my server.xml file to hav

Re: Troubleshooting Virtual Hosts with Tomcat 5 standalone mode...

2005-04-04 Thread Hein Behrens
Troubleshooting Virtual Hosts with Tomcat 5 standalone mode... > I'm trying to setup a couple of virtual hosts using Tomcat in stand > alone mode. I'm having a hell of a time to get this working correctly. > I've tried several configs, but they all fail. > > I started wit

Troubleshooting Virtual Hosts with Tomcat 5 standalone mode...

2005-04-04 Thread Jeff Duska
I'm trying to setup a couple of virtual hosts using Tomcat in stand alone mode. I'm having a hell of a time to get this working correctly. I've tried several configs, but they all fail. I started with the goal of having a user directory for each virtual host. For example, for the

Re: Configuring Manager for different Virtual Hosts

2005-04-02 Thread John B. Moore
Folks, I got it working finally...(after several days of repeated head banging..) Following is how I got it to work (Tomcat 4.1.29).. 1) Copy the folder $CATALINA_HOME/server/webapps/manager ..to the directory that contains your web application.. Example: $CATALINA_HOME = /u

Re: Configuring Manager for different Virtual Hosts

2005-04-02 Thread John B. Moore
Anto, Thanks for replying.. Sadly there must be something else to configure.. I did read all the relevant documents and the manager works fine for the default "webapps" context. I added the line you suggested to that virtual host.. restarted everything (including Apache) I then type i

Re: Configuring Manager for different Virtual Hosts

2005-04-01 Thread Anto Paul
m trying to configure the Manager tool to manage different > virtual hosts on a webserver (Apache -> Tomcat 4.1.29) so that I can > restart a single webapplication when I make changes. > > I have various subdirectories under webapps that are configured as > separate hosts and conte

Configuring Manager for different Virtual Hosts

2005-04-01 Thread John B. Moore
I know I saw the info on this topic somewhere, but for the life of me, I can not relocate it.. (can not come up with the magic search strings... I spent hours trying different searches...) Task: I am trying to configure the Manager tool to manage different virtual hosts on a webserver

Apache httpd and Tomcat with multiple virtual hosts

2005-02-16 Thread Bernard
Hi, I am setting up Apache 2 with mod_jk and Tomcat 5.5 with multiple virtual hosts. My background is mod_jserv where I had ApJServMount /myServletAlias /myZone in the sections. Now Tomcat, I undestand, has also its own virtual hosts in server.xml, e.g.

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 e

Re: Running lots of virtual hosts on tomcat

2005-01-20 Thread Peter Rossbach
Hello, that not really correct - see the german centaurus-platform http:/centaurus.sf.net/. We have build a little tool hostcreator do to create host at runtime. You can build a new host with a template at runtime. Wait a week than we release the 1.0beta6 with a integrated management application.

Re: Running lots of virtual hosts on tomcat

2005-01-19 Thread Ronald Klop
RJ, I think with a filter we can do our own version of mod_vhost. But for reloading the classes/jsps it needs two instances of Tomcat (maybe on the same machine) with a loadbalancer to update one without interrupting the user. Or is the compiler build into Tomcat 5.5 fast enough (and without memo

Re: Running lots of virtual hosts on tomcat

2005-01-19 Thread Remy Maucherat
On Wed, 19 Jan 2005 15:37:30 +0100, Robbert-Jan Roos <[EMAIL PROTECTED]> wrote: > Hi, > > Our web department is thinking about moving from coldfusion to tomcat. > Currently we have about 400 websites using apache's mod_vhost module. > This works great. The only thing one needs to do is create a ne

Re: Running lots of virtual hosts on tomcat

2005-01-19 Thread Duong BaTien
Robbert-Jan Roos wrote: Hi, Our web department is thinking about moving from coldfusion to tomcat. Currently we have about 400 websites using apache's mod_vhost module. This works great. The only thing one needs to do is create a new directory www.bla.nl and the website is up and running. How would

Re: Running lots of virtual hosts on tomcat

2005-01-19 Thread Ben Souther
There are a few ways you could handle it. This should get you started: http://jakarta.apache.org/tomcat/tomcat-5.5-doc/deployer-howto.html On Wed, 2005-01-19 at 09:37, Robbert-Jan Roos wrote: > Hi, > > Our web department is thinking about moving from coldfusion to tomcat. > Currently we have abo

Running lots of virtual hosts on tomcat

2005-01-19 Thread Robbert-Jan Roos
Hi, Our web department is thinking about moving from coldfusion to tomcat. Currently we have about 400 websites using apache's mod_vhost module. This works great. The only thing one needs to do is create a new directory www.bla.nl and the website is up and running. How would one do this in tomcat

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, 0

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]

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] channel=channel

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 J

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

Configuration: jk 1.2 apache 1.3 workers and virtual hosts

2004-12-29 Thread Michael Kastner
Hello, since the documentation is not explicit about this, maybe someone on this list can help me. configuration: linux tomcat 5.0 jk 1.2 apache 1.3 I have several virtual hosts running on my system. Does that mean that I have to create a separate worker for each virtual host? e.g. worker.list

Tomcat 5, jk2, Apache 2 and mixed name/IP virtual hosts

2004-12-21 Thread Troy Davis
I just found the problem, my apologies, it turns out to be a firewall port block upstream from me. Thank You, Troy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat 5, jk2, Apache 2 and mixed name/IP virtual hosts

2004-12-21 Thread g . lams
Troy Davis <[EMAIL PROTECTED]> wrote on 21/12/2004 17.07.40: > Hello, > > I've got a Tomcat 5 / Apache 2 / jk2 server which has been serving > several different virtual hosts which share a common IP address. I now > need to implement my first SSL-protected website on

Tomcat 5, jk2, Apache 2 and mixed name/IP virtual hosts

2004-12-21 Thread Troy Davis
Hello, I've got a Tomcat 5 / Apache 2 / jk2 server which has been serving several different virtual hosts which share a common IP address. I now need to implement my first SSL-protected website on this machine, and I am working under the assumption that this site must have a dedicat

RE: Virtual Hosts and SSL

2004-12-18 Thread Benson Margulies
Some posters misunderstand virtual hosts. The first step in creating a virtual host is to assign it a unique IP address and host name. The second step is to configuring the machine's ethernet adapter to have several IP addresses. This is done on Unix/Linux by creating additional devices

AW: Virtual Hosts and SSL

2004-12-18 Thread Steffen Heil
Hi > I can't find anything specific to my question in the FAQs but I'm trying to set up a tomcat server with virtual hosts using https. I have two ips, each with its own SSL cert as I understand is necessary for https. > What I want is to have each ip use port 443 with its o

Re: Virtual Hosts and SSL

2004-12-18 Thread QM
On Fri, Dec 17, 2004 at 09:38:01PM -0700, Daniel Watrous wrote: : I know that in apache, and I suspect that it is a general rule, an SSL : (HTTPS) connection requires a unique IP address. In other words, virtual : hosts do not work with SSL. Correct. This is (or at least, should be) true all

Re: Virtual Hosts and SSL

2004-12-17 Thread Daniel Watrous
I know that in apache, and I suspect that it is a general rule, an SSL (HTTPS) connection requires a unique IP address. In other words, virtual hosts do not work with SSL. Daniel - Original Message - From: "Mike Kennedy" <[EMAIL PROTECTED]> To: <[EMAIL PROTE

Re: Virtual Hosts and SSL

2004-12-17 Thread Steven J. Owens
Mike, On Fri, Dec 17, 2004 at 02:04:43PM -0800, Mike Kennedy wrote: > I can't find anything specific to my question in the FAQs but I'm trying > to set up a tomcat server with virtual hosts using https. I have two ips, > each with its own SSL cert as I understand is necessary f

Virtual Hosts and SSL

2004-12-17 Thread Mike Kennedy
Hello, I can't find anything specific to my question in the FAQs but I'm trying to set up a tomcat server with virtual hosts using https. I have two ips, each with its own SSL cert as I understand is necessary for https. What I want is to have each ip use port 443 with its own doc

RE: Session-cookie problems with several virtual hosts

2004-11-10 Thread Shapira, Yoav
Hi, >We need access to the session from all virtual hosts. >We use cookie-sessions, at the moment url-rewriting isn't a >possible alternative. Too bad, as that's the only portable alternative. >Till now we solved the problem by specifying the domain globally >in the

Session-cookie problems with several virtual hosts

2004-11-10 Thread Martin Morawetz
We have 3 different virtual hosts, which are subdomains of our main domain. We need access to the session from all virtual hosts. We use cookie-sessions, at the moment url-rewriting isn't a possible alternative. The problem is, that the browser doesn't send the cookie back to a subdoma

RE: Virtual Hosts and useCanonical

2004-10-28 Thread Mike Curwen
om: news [mailto:[EMAIL PROTECTED] On Behalf Of Bill Barker > Sent: Thursday, October 28, 2004 12:21 AM > To: [EMAIL PROTECTED] > Subject: Re: Virtual Hosts and useCanonical > > > request.getServerName() is the value of the Host header.

Re: Virtual Hosts and useCanonical

2004-10-27 Thread Bill Barker
request.getServerName() is the value of the Host header. You want request.getLocalName(). "Mike Curwen" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Yup, I've asked about/commented about this before. I'm having trouble > with > Vhosts, server names, and how to get the value I

RE: Virtual Hosts and useCanonical

2004-10-27 Thread Mike Curwen
TECTED] > Sent: Wednesday, October 27, 2004 4:48 PM > To: Tomcat Users List > Subject: Re: Virtual Hosts and useCanonical > > > There is a setting somewhere in Tomcat (versions up to 4.1.X > at least) where you enable/disable reverse DNS. Most of the > time you want thi

Re: Virtual Hosts and useCanonical

2004-10-27 Thread agidden
From: Mike Curwen <[EMAIL PROTECTED]> Date: Wednesday, October 27, 2004 4:36 pm Subject: Virtual Hosts and useCanonical > Yup, I've asked about/commented about this before. I'm having > trouble with > Vhosts, server names, and how to get the value I want out of > request

  1   2   3   4   5   6   7   8   9   >