Re: virtual host configuration

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

Re: virtual host configuration

2010-04-21 Thread Konstantin Kolinko
2010/4/22 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 > http://localhost:8080/docs/vi

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 - 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 productio

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 also

Re: Virtual host configuration - best practise?

2009-09-25 Thread hepabolu
nothing as I'm already having troubles with timeout deadlines. Do you have any info on processing times using apache + mod_jk? Thanks. Bye, Helma -- View this message in context: http://www.nabble.com/Virtual-host-co

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: S

RE: Virtual host configuration - best practise?

2009-09-21 Thread Jeffrey Janner
pdating files anyway, I preferred a more 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-

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 in

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

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... J

Re: Virtual host configuration - best practise?

2009-09-19 Thread hepabolu
r deploying webapps in a single domain, i.e. domainX 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 fro

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

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: > > > > >

RE: Virtual host configuration - best practise?

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

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 cre

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 To

Virtual host configuration - best practise?

2009-09-18 Thread hepabolu
ks. Bye, Helma -- 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:

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 ha

Re: Virtual host configuration problems

2009-05-12 Thread Hassan Schroeder
On Tue, May 12, 2009 at 10:13 AM, JDawg72 wrote: > > ... but what has to happen when I need to add another > domain and application to this instance of Tomcat? -- Hassan Schroeder hassan.schroe...@gmai

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 >> &g

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 > element >>should be in > /home/userId/public_html/ROOT/META

RE: Virtual host configuration problems

2009-05-12 Thread JDawg72
OOT/META-INF/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

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 typ

Virtual host configuration problems

2009-05-12 Thread JDawg72
www.mydomain.com META-INF/context.xml -- View this message in context: http://www.nabble.com/Virtual-host-configuration-problems-tp23501325p23501325.html Sent from the Tomcat - User mailing list a

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: u

Virtual Host Configuration problem, Help needed!!!

2007-03-29 Thread jit.mehta
m/Virtual-Host-Configuration-problem%2C-Help-needed%21%21%21-tf3485535.html#a9730541 Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mai

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 host

Virtual Host configuration

2006-03-18 Thread Matt Anderson
Hi All, I was configuring the virtual hosting using version 5.5.15 and I found something different to what I remember. When I add a host for www.somedomain.com.au and I then enter in http://somedomain.com.au it does not work unless I add the www. at the beginning... To get around this I added to h

Alias element in Tomcat 3.2.x virtual host configuration

2005-11-29 Thread Mieke Banderas
As far as I understand you write virtual host server configuration like this with the Alias element like this: "host.com" as an alias to virtual host www.host.com. What's the syntax in Tomcat 3.2.x? My virtual host looks like this now: ---