Re: Apache-Tomcat configuration question

2003-07-02 Thread John Turner
of the URI directive? _ Atreya Basu Developer, Greenfield Research Inc. e-mail: atreya (at) greenfieldresearch (dot) ca -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: July 2, 2003 12:53 PM To: Tomcat Users List Subject: Re: Apache-Tomcat configuration

RE: Apache-Tomcat configuration question

2003-07-02 Thread Phillip Qin
Should it be [uri:/myDir/Servlet/*]? -Original Message- From: Atreya Basu [mailto:[EMAIL PROTECTED] Sent: July 2, 2003 12:05 PM To: 'Tomcat Users List' Subject: RE: Apache-Tomcat configuration question Could I do the following: [uri:myDir/Servlet/*] context=myDir Is that

RE: Apache-Tomcat configuration question

2003-07-02 Thread Atreya Basu
[mailto:[EMAIL PROTECTED] Sent: July 2, 2003 12:53 PM To: Tomcat Users List Subject: Re: Apache-Tomcat configuration question Most people don't mix servlets and JSP, in which case you would use something like [uri:/myDir/servlet/*] worker=ajp13:localhost:8009 In the case of something like S

Re: Apache-Tomcat configuration question

2003-07-02 Thread John Turner
3 12:34 PM To: Tomcat Users List Subject: Re: Apache-Tomcat configuration question Use a map. JK example: JkMount /*.jsp ajp13 JK2 example [uri:/examples/*.jsp] worker=ajp13:localhost:8009 John On Wed, 02 Jul 2003 12:28:18 -0300, Atreya Basu <[EMAIL PROTECTED]> wrote: Hello, Is it p

RE: Apache-Tomcat configuration question

2003-07-02 Thread Atreya Basu
? _ Atreya Basu Developer, Greenfield Research Inc. e-mail: atreya (at) greenfieldresearch (dot) ca -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: July 2, 2003 12:34 PM To: Tomcat Users List Subject: Re: Apache-Tomcat configuration question Use a map

Re: Apache-Tomcat configuration question

2003-07-02 Thread John Turner
Use a map. JK example: JkMount /*.jsp ajp13 JK2 example [uri:/examples/*.jsp] worker=ajp13:localhost:8009 John On Wed, 02 Jul 2003 12:28:18 -0300, Atreya Basu <[EMAIL PROTECTED]> wrote: Hello, Is it possible to have a directory where all the HTML files and file permissions etc. are handled

Apache-Tomcat configuration question

2003-07-02 Thread Atreya Basu
Hello, Is it possible to have a directory where all the HTML files and file permissions etc. are handled by Apache and all the JSPs and servlets handled by Tomcat? I have Tomcat and Apache working successfully using JK2. What I want to do is the following: Say I have a directory: /mydirectory

Re: Apache/Tomcat Configuration Question

2002-09-23 Thread Milt Epstein
On Mon, 23 Sep 2002, John Green wrote: > All, > > I have Apache and Tomcat integrated together using mod_jk. The > problem is now when I hit my webserver, it always defaults to the > root context of tomcat. No matter what I set in my Apache > httpd.conf file it gets ignored. I have tried to se

RE: Apache/Tomcat Configuration Question

2002-09-23 Thread Venkat Reddy Valluri
n 9/23/2002 11:22 AM To: [EMAIL PROTECTED] Cc: Subject:Apache/Tomcat Configuration Question All, I have Apache and Tomcat integrated together using mod_jk. The problem is now when I hit my webserver, it always defaults to the root context of tomcat. No matter what I set in my Apache

Apache/Tomcat Configuration Question

2002-09-23 Thread John Green
All, I have Apache and Tomcat integrated together using mod_jk. The problem is now when I hit my webserver, it always defaults to the root context of tomcat. No matter what I set in my Apache httpd.conf file it gets ignored. I have tried to setup a virtual server in my httpd.conf file to point