RE: Index.jsp page in apache and tomcat config....

2002-10-23 Thread Turner, John
-Original Message- From: Raj Mettai [mailto:rmettai;broward.edu] Sent: Tuesday, October 22, 2002 11:55 AM To: [EMAIL PROTECTED] Subject: RE: Index.jsp page in apache and tomcat config I didn't configure apache to include mod_rewrite during installation. I have to redo the whole

RE: Index.jsp page in apache and tomcat config....

2002-10-23 Thread Raj Mettai
: Tuesday, October 22, 2002 11:55 AM To: [EMAIL PROTECTED] Subject: RE: Index.jsp page in apache and tomcat config I didn't configure apache to include mod_rewrite during installation. I have to redo the whole process of apache setup again to use mod_rewrite, Instead I have created

RE: Index.jsp page in apache and tomcat config....

2002-10-23 Thread Turner, John
Mettai [mailto:rmettai;broward.edu] Sent: Tuesday, October 22, 2002 11:55 AM To: [EMAIL PROTECTED] Subject: RE: Index.jsp page in apache and tomcat config I didn't configure apache to include mod_rewrite during installation. I have to redo the whole process of apache setup again

RE: Index.jsp page in apache and tomcat config....

2002-10-22 Thread Raj Mettai
[EMAIL PROTECTED] 10/18/2002 08:47 AM Please respond to Tomcat Users List To: 'Tomcat Users List' [EMAIL PROTECTED] cc: Subject:RE: Index.jsp page in apache and tomcat config You could try a mod_rewrite rule for /online/ that translated to /online

RE: Index.jsp page in apache and tomcat config....

2002-10-18 Thread Raj Mettai
- From: Raj Mettai [mailto:rmettai;broward.edu] Sent: Tuesday, October 08, 2002 4:44 PM To: [EMAIL PROTECTED] Subject: Index.jsp page in apache and tomcat config Hi all, I have apache(2.0.39) and tomcat(4.0.4) configured on different solaris 8 machines using mod_jk such that apache

RE: Index.jsp page in apache and tomcat config....

2002-10-18 Thread Turner, John
What about /online/*.jsp instead of /online/* ? John -Original Message- From: Raj Mettai [mailto:rmettai;broward.edu] Sent: Thursday, October 17, 2002 4:11 PM To: [EMAIL PROTECTED] Subject: RE: Index.jsp page in apache and tomcat config Hi John, thanks for your

RE: Index.jsp page in apache and tomcat config....

2002-10-18 Thread Raj Mettai
To: [EMAIL PROTECTED] Subject: RE: Index.jsp page in apache and tomcat config Hi John, thanks for your response, somehow I missed your response and was waiting to hear on this ...anyway, as you said I have all static data on apache and all dynamic data on tomcat. When I do JkMount

RE: Index.jsp page in apache and tomcat config....

2002-10-18 Thread Turner, John
to /online/index.jsp. There's probably a more elegant way to handle that in Apache, though. John -Original Message- From: Raj Mettai [mailto:rmettai;broward.edu] Sent: Friday, October 18, 2002 10:42 AM To: [EMAIL PROTECTED] Subject: RE: Index.jsp page in apache and tomcat config

RE: Index.jsp page in apache and tomcat config....

2002-10-18 Thread Mark Eggers
There is a DirectoryIndex option in the configuration file. Out of the box it's set to index.html. Add index.jsp to the list. /mde/ just my two cents . . . . __ Do you Yahoo!? Faith Hill - Exclusive Performances, Videos More

RE: Index.jsp page in apache and tomcat config....

2002-10-18 Thread Turner, John
I checked, it is currently set to index.html index.htm index.jsp. John -Original Message- From: Mark Eggers [mailto:its_toasted;yahoo.com] Sent: Friday, October 18, 2002 11:12 AM To: Tomcat Users List Subject: RE: Index.jsp page in apache and tomcat config

RE: Index.jsp page in apache and tomcat config....

2002-10-18 Thread Raj Mettai
;yahoo.com] Sent: Friday, October 18, 2002 11:12 AM To: Tomcat Users List Subject: RE: Index.jsp page in apache and tomcat config There is a DirectoryIndex option in the configuration file. Out of the box it's set to index.html. Add index.jsp to the list. /mde/ just my two cents

RE: Index.jsp page in apache and tomcat config....

2002-10-18 Thread Turner, John
: Mark Eggers [mailto:its_toasted;yahoo.com] Sent: Friday, October 18, 2002 11:12 AM To: Tomcat Users List Subject: RE: Index.jsp page in apache and tomcat config There is a DirectoryIndex option in the configuration file. Out of the box it's set to index.html. Add index.jsp

RE: Index.jsp page in apache and tomcat config....

2002-10-18 Thread Milt Epstein
index.jsp. John -Original Message- From: Mark Eggers [mailto:its_toasted;yahoo.com] Sent: Friday, October 18, 2002 11:12 AM To: Tomcat Users List Subject: RE: Index.jsp page in apache and tomcat config There is a DirectoryIndex option in the configuration file. Out

RE: Index.jsp page in apache and tomcat config....

2002-10-18 Thread Raj Mettai
I checked, it is currently set to index.html index.htm index.jsp. John -Original Message- From: Mark Eggers [mailto:its_toasted;yahoo.com] Sent: Friday, October 18, 2002 11:12 AM To: Tomcat Users List Subject: RE: Index.jsp page in apache and tomcat config

RE: Index.jsp page in apache and tomcat config....

2002-10-18 Thread Robert L Sowders
To: 'Tomcat Users List' [EMAIL PROTECTED] cc: Subject:RE: Index.jsp page in apache and tomcat config You could try a mod_rewrite rule for /online/ that translated to /online/index.jsp. Whether that worked or not would depend on the sequence of modules in Apache

RE: Index.jsp page in apache and tomcat config....

2002-10-09 Thread Turner, John
server) Apache has no way of finding the file. John -Original Message- From: Raj Mettai [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 08, 2002 4:44 PM To: [EMAIL PROTECTED] Subject: Index.jsp page in apache and tomcat config Hi all, I have apache(2.0.39) and tomcat

Index.jsp page in apache and tomcat config....

2002-10-08 Thread Raj Mettai
Hi all, I have apache(2.0.39) and tomcat(4.0.4) configured on different solaris 8 machines using mod_jk such that apache servers all html and images while tomcat servers jsp and servlets. Here is my jkMount from httpd.conf JkMount /*.jsp tomcat1 JkMount /servlet/* tomcat1 I want to