Re: virtual host configuration

2010-04-22 Thread Leon Kolchinsky
Try here http://myunster.com/blog/10.html http://myunster.com/blog/10.htmlBest Regards, Leon Kolchinsky On Thu, Apr 22, 2010 at 12:00, daulat khan daulat@gmail.com wrote: Hi, I am planning to setup virtual hosting in apache-tomcat integrated setup. Please share useful links or docs

virtual host configuration

2010-04-21 Thread daulat khan
Hi, I am planning to setup virtual hosting in apache-tomcat integrated setup. Please share useful links or docs which will help me in accomplishing this. also using, httpd v2.2.14 tomcat v6.0.20 tomcat connector v1.2.28 Thanks, Daulatkhan

Re: virtual host configuration

2010-04-21 Thread Konstantin Kolinko
2010/4/22 daulat khan daulat@gmail.com: Hi, I am planning to setup virtual hosting in apache-tomcat integrated setup. Please share useful links or docs which will help me in accomplishing this. also  using, httpd v2.2.14 tomcat v6.0.20 tomcat connector v1.2.28

Re: Virtual host configuration - best practise?

2009-09-25 Thread hepabolu
? Thanks. Bye, Helma -- View this message in context: http://www.nabble.com/Virtual-host-configuration---best-practise--tp25512289p25530061.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e

Re: Virtual host configuration - best practise?

2009-09-25 Thread Pid
On 25/09/2009 08:26, hepabolu wrote: awarnier wrote: hepabolu wrote: ... However, from the Tomcat docs I understand that any change to server.xml requires a restart of Tomcat which would mean that the existing (non-dummy) hosts which are already in production, i.e. up and running, will

Re: Virtual host configuration - best practise?

2009-09-25 Thread Pid
On 25/09/2009 14:03, Pid wrote: On 25/09/2009 08:26, hepabolu wrote: awarnier wrote: hepabolu wrote: ... However, from the Tomcat docs I understand that any change to server.xml requires a restart of Tomcat which would mean that the existing (non-dummy) hosts which are already in

RE: Virtual host configuration - best practise?

2009-09-21 Thread Jeffrey Janner
obvious method. -Original Message- From: George Sexton [mailto:geor...@mhsoftware.com] Sent: Friday, September 18, 2009 2:15 PM To: 'Tomcat Users List' Subject: RE: Virtual host configuration - best practise? -Original Message- From: hepabolu [mailto:hepab...@gmail.com] Sent

RE: Virtual host configuration - best practise?

2009-09-21 Thread George Sexton
-Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Friday, September 18, 2009 3:26 PM To: Tomcat Users List Subject: Re: Virtual host configuration - best practise? -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 George, On 9/18/2009 3

RE: Virtual host configuration - best practise?

2009-09-20 Thread hepabolu
Caldarale, Charles R wrote: From: hepabolu [mailto:hepab...@gmail.com] Subject: Re: Virtual host configuration - best practise? Somebody suggested using the host manager, but from the Tomcat docs I understand that the host manager is intended for deploying webapps in a single domain

Re: Virtual host configuration - best practise?

2009-09-19 Thread hepabolu
webappA webappB while I have the following situation: domainX webappA domainY webappA Thanks. Bye, Helma -- View this message in context: http://www.nabble.com/Virtual-host-configuration---best-practise--tp25512289p25520332.html Sent from the Tomcat - User mailing list archive

Re: Virtual host configuration - best practise?

2009-09-19 Thread André Warnier
hepabolu wrote: ... However, from the Tomcat docs I understand that any change to server.xml requires a restart of Tomcat which would mean that the existing (non-dummy) hosts which are already in production, i.e. up and running, will also be taken offline. This is the heart of the problem...

RE: Virtual host configuration - best practise?

2009-09-19 Thread Caldarale, Charles R
From: hepabolu [mailto:hepab...@gmail.com] Subject: Re: Virtual host configuration - best practise? Somebody suggested using the host manager, but from the Tomcat docs I understand that the host manager is intended for deploying webapps in a single domain No, that's the doc for the manager

Virtual host configuration - best practise?

2009-09-18 Thread hepabolu
-- View this message in context: http://www.nabble.com/Virtual-host-configuration---best-practise--tp25512289p25512289.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: Virtual host configuration - best practise?

2009-09-18 Thread Mark Thomas
hepabolu wrote: Hi, I need to create the following situation: - each client uses a war (all use the same war file) with configuration files that are different for every client - each client's configuration should be addressable by a different URL, e.g. domainX, domainY So in Tomcat 5.5

RE: Virtual host configuration - best practise?

2009-09-18 Thread George Sexton
-Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Friday, September 18, 2009 11:12 AM To: Tomcat Users List Subject: Re: Virtual host configuration - best practise? hepabolu wrote: Hi, I need to create the following situation: - each client uses a war

RE: Virtual host configuration - best practise?

2009-09-18 Thread hepabolu
/Virtual-host-configuration---best-practise--tp25512289p25513923.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users

RE: Virtual host configuration - best practise?

2009-09-18 Thread George Sexton
-Original Message- From: hepabolu [mailto:hepab...@gmail.com] Sent: Friday, September 18, 2009 1:06 PM To: users@tomcat.apache.org Subject: RE: Virtual host configuration - best practise? George Sexton wrote: Another way of getting there is scripting commands

Re: Virtual host configuration - best practise?

2009-09-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 George, On 9/18/2009 3:15 PM, George Sexton wrote: No. Use the host manager to deploy/undeploy virtual hosts on the fly. When you re-start tomcat, have a program create the server.xml so that all of the one's you deployed using the host manager

Virtual host configuration problems

2009-05-12 Thread JDawg72
://www.nabble.com/Virtual-host-configuration-problems-tp23501325p23501325.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

RE: Virtual host configuration problems

2009-05-12 Thread Caldarale, Charles R
From: JDawg72 [mailto:mr.j@hotmail.com] Subject: Virtual host configuration problems That being said, I am having a problem configuring my web application to load when I type www.mydomain.com in my browser address bar. My application does work as long as I type www.mydomain.com/myapp

RE: Virtual host configuration problems

2009-05-12 Thread JDawg72
/context.xml. Also I am not clear on the suggestion of using “ROOT”. Jeremy Caldarale, Charles R wrote: From: JDawg72 [mailto:mr.j@hotmail.com] Subject: Virtual host configuration problems That being said, I am having a problem configuring my web application to load when I type

RE: Virtual host configuration problems

2009-05-12 Thread Caldarale, Charles R
From: JDawg72 [mailto:mr.j@hotmail.com] Subject: RE: Virtual host configuration problems Your default webapp should be located in /home/userId/public_html/ROOT - nowhere else, and its Context element should be in /home/userId/public_html/ROOT/META-INF/context.xml. Also I am not clear

RE: Virtual host configuration problems

2009-05-12 Thread JDawg72
Thanks Chuck, that worked but what has to happen when I need to add another domain and application to this instance of Tomcat? Jeremy Caldarale, Charles R wrote: From: JDawg72 [mailto:mr.j@hotmail.com] Subject: RE: Virtual host configuration problems Your default webapp should

Re: Virtual host configuration problems

2009-05-12 Thread Hassan Schroeder
On Tue, May 12, 2009 at 10:13 AM, JDawg72 mr.j@hotmail.com wrote: ... but what has to happen when I need to add another domain and application to this instance of Tomcat? http://tomcat.apache.org/tomcat-6.0-doc/virtual-hosting-howto.html -- Hassan Schroeder

RE: Virtual host configuration problems

2009-05-12 Thread Caldarale, Charles R
From: JDawg72 [mailto:mr.j@hotmail.com] Subject: RE: Virtual host configuration problems what has to happen when I need to add another domain and application to this instance of Tomcat? A domain may have many webapps deployed for it. Each domain also has to have one default webapp

Re: Virtual Host Configuration problem, Help needed!!!

2007-03-29 Thread Mark Thomas
jit.mehta wrote: Hi! I want to configure Virtual Host on my Tomcat 5 standalone server but I'm unable to run it. http://tomcat.apache.org/tomcat-6.0-doc/virtual-hosting-howto.html HTH, Mark - To start a new topic, e-mail:

Re: Virtual Host configuration

2006-03-19 Thread Nic Daniau
Never really done this myself, but there is something about host aliases in the docs for 5.5: http://tomcat.apache.org/tomcat-5.5-doc/config/host.html#Host%20Name%20Aliases Does this help? Nic On 19/03/06, Matt Anderson [EMAIL PROTECTED] wrote: Hi All, I was configuring the virtual hosting