RE: Apache to JKMount everything

2003-01-28 Thread Raible, Matt
ilto:[EMAIL PROTECTED]] > Sent: Tuesday, January 28, 2003 8:54 AM > To: Tomcat Users List > Subject: Re: Apache to JKMount everything > > > Lajos wrote: > > > You can do: > > > > JkMount /* ajp13 > > JkMount /*.jsp ajp13 > > > > where "a

Re: Apache to JKMount everything

2003-01-28 Thread Pascal Forget
Lajos wrote: You can do: JkMount /* ajp13 JkMount /*.jsp ajp13 where "ajp13" refers to the worker name in workers.properties. But if you are doing that, why use Apache? Because Apache may startup as root (because of port 80 or 443) while tomcat runs as nobody Pascal -- To unsubscribe, e-

Re: Apache to JKMount everything

2003-01-27 Thread Lajos
ROTECTED]] Sent: Friday, January 24, 2003 12:41 PM To: Tomcat Users List Subject: Apache to JKMount everything Hi, I would like Apache to redirect _everything_ to tomcat. But it has to be done through mod_jk. I tried JkMount * tomcat but it doesn't work. I did put things such as JkMount *.

RE: Apache to JKMount everything

2003-01-27 Thread Richie Chauhan
nters www.adsf.com/ Richie -Original Message- From: Pascal Forget [mailto:[EMAIL PROTECTED]] Sent: Friday, January 24, 2003 12:41 PM To: Tomcat Users List Subject: Apache to JKMount everything Hi, I would like Apache to redirect _everything_ to tomcat. But it has to be done through mod_j

RE: Apache to JKMount everything

2003-01-24 Thread Turner, John
To: Tomcat Users List > Subject: Re: Apache to JKMount everything > > > I was afraid I'd have to do that. > > Could you please show me what to put in index.html? > > Thanks, > > Pascal > > > Turner, John wrote: > > >I believe "ever

Re: Apache to JKMount everything

2003-01-24 Thread Pascal Forget
nt to set up in your web.xml and set it to index.jsp. John -Original Message- From: Pascal Forget [mailto:[EMAIL PROTECTED]] Sent: Friday, January 24, 2003 3:41 PM To: Tomcat Users List Subject: Apache to JKMount everything Hi, I would like Apache to redirect _everything_ to tom

RE: Apache to JKMount everything

2003-01-24 Thread Turner, John
AIL PROTECTED]] > Sent: Friday, January 24, 2003 3:41 PM > To: Tomcat Users List > Subject: Apache to JKMount everything > > > Hi, > > I would like Apache to redirect _everything_ to tomcat. But it > has to be done through mod_jk. > > I tried JkMount * tomcat b

Apache to JKMount everything

2003-01-24 Thread Pascal Forget
Hi, I would like Apache to redirect _everything_ to tomcat. But it has to be done through mod_jk. I tried JkMount * tomcat but it doesn't work. I did put things such as JkMount *.jsp tomcat and that works, but my main problem is that even though I have put DirectoryIndex index.jsp in httpd.c