RE: newbie:access tomcat virtual host via apache

2006-02-07 Thread Tim Lucia
t send it on requests 2-n, and therefore you really don't have sesion tracking. Kind of useless ;-) Tim -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of matador Sent: Tuesday, February 07, 2006 9:00 PM To: users@tomcat.apache.org Subject: RE: newbie:access to

Re: newbie:access tomcat virtual host via apache

2006-02-07 Thread matador
Dieter Schicker <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]: > If you can't mount / because you also run php on apache, you can afaik > only mount specific directories of tomcat in Apache, e.g. > http://foo.bar.com:8080/jsp-examples => > http://foo.bar.com/jsp-examples. In Google you ca

RE: newbie:access tomcat virtual host via apache

2006-02-07 Thread matador
"Tim Lucia" <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]: > A few weeks ago, I asked a similar question which went unanswered. > Basically, I want to have the user request www.somewhere.com but have > Apache forward that to tomcatserver:8009/someNonRootContext/ so I can > have different ve

RE: newbie:access tomcat virtual host via apache

2006-02-07 Thread Tobias Meyer
nal Message- > From: Dieter Schicker [mailto:[EMAIL PROTECTED] > Sent: Sunday, February 05, 2006 5:44 PM > To: Tomcat Users List > Subject: Re: newbie:access tomcat virtual host via apache > > > I also asked a similar question which also went unanswered. > Maybe it

Re: newbie:access tomcat virtual host via apache

2006-02-05 Thread Dieter Schicker
From: Dieter Schicker [mailto:[EMAIL PROTECTED] Sent: Sunday, February 05, 2006 4:46 AM To: Tomcat Users List Subject: Re: newbie:access tomcat virtual host via apache If you can't mount / because you also run php on apache, you can afaik only mount specific directories of tomcat in Apache, e

RE: newbie:access tomcat virtual host via apache

2006-02-05 Thread Tim Lucia
tomcat virtual host via apache If you can't mount / because you also run php on apache, you can afaik only mount specific directories of tomcat in Apache, e.g. http://foo.bar.com:8080/jsp-examples => http://foo.bar.com/jsp-examples. In Google you can find many examples for this configuratio

Re: newbie:access tomcat virtual host via apache

2006-02-05 Thread Dieter Schicker
If you can't mount / because you also run php on apache, you can afaik only mount specific directories of tomcat in Apache, e.g. http://foo.bar.com:8080/jsp-examples => http://foo.bar.com/jsp-examples. In Google you can find many examples for this configuration. Didi matador wrote: runnning

newbie:access tomcat virtual host via apache

2006-02-04 Thread matador
runnning tomcat 5.x on windows with apache 2.0.5x with modjk. tomcat on 8080 and apache on 80. so for a given webapp at foo.bar.com that really is served up by tomcat on 8080 as http://foo.bar.com:8080. how to get apache to see it so that i can access it as http://foo.bar.com without the port