Re: Apache Index page jsp and sessionid with JKMount *.jsp

2002-11-14 Thread Veniamin Fichin
using mod_rewrite to rewrite requests ending in / to /index.jsp. John -Original Message- From: Chad Cannell [mailto:ccannell;elogex.com] Sent: Wednesday, November 13, 2002 3:45 PM To: Tomcat Users List Subject: Apache Index page jsp and sessionid with JKMount *.jsp I am trying to set

RE: Apache Index page jsp and sessionid with JKMount *.jsp

2002-11-14 Thread Turner, John
. For me, at this time, it's just easier to stick an index.html file in there with a refresh of 0. John -Original Message- From: Veniamin Fichin [mailto:3ca28f66;mail.ru] Sent: Thursday, November 14, 2002 3:31 AM To: Tomcat Users List Subject: Re: Apache Index page jsp and sessionid

RE: Apache Index page jsp and sessionid with JKMount *.jsp

2002-11-14 Thread Chad Cannell
: Apache Index page jsp and sessionid with JKMount *.jsp I am trying to set Apache's index file to index.jsp. It is not working. --= [ cut ] =-- Using Apache 2.0, ajp13. Tomcat 3.2x Chad -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org

Re: Apache Index page jsp and sessionid with JKMount *.jsp

2002-11-14 Thread Andoni
/tomcat/webapps/appname Andoni. - Original Message - From: Chad Cannell [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, November 14, 2002 2:08 PM Subject: RE: Apache Index page jsp and sessionid with JKMount *.jsp Yea, I'm more comfortable at this point just

Re: Apache Index page jsp and sessionid with JKMount *.jsp

2002-11-14 Thread David Wall
I have DirectoryIndex set to index.jsp. My Apache has mod_dir. Calling a directory mapped to Tomcat (such as /myApp) with http://localhost/myApp doesn't return anything, definitely not index.jsp. This is on 4.0.4 and 4.1.12. One problem is that for this to work is that Apache has to see an

RE: Apache Index page jsp and sessionid with JKMount *.jsp

2002-11-14 Thread Turner, John
on the end. Perhaps putting the JkMounts before the Directory tag would change the behavior. John -Original Message- From: David Wall [mailto:d.wall;computer.org] Sent: Thursday, November 14, 2002 2:03 PM To: Tomcat Users List Subject: Re: Apache Index page jsp and sessionid

Re: Apache Index page jsp and sessionid with JKMount *.jsp

2002-11-14 Thread David Wall
I don't think that's the issue. My httpd.conf has the following, inside a VirtualHost tag, for the url http://virtualhost/myApp: Directory /usr/local/jakarta-tomcat-4.1.12/webapps/myApp Options Indexes FollowSymLinks DirectoryIndex index.jsp index.html index.htm /Directory

Apache Index page jsp and sessionid with JKMount *.jsp

2002-11-13 Thread Chad Cannell
I am trying to set Apache's index file to index.jsp. It is not working. I am using JKmount *.jsp for the dynamic stuff, so for what ever reason, Apache won't server this as the point of entry to our site. We currently use an index.html page to redirect to index.jsp, but want to get rid of that.

RE: Apache Index page jsp and sessionid with JKMount *.jsp

2002-11-13 Thread Turner, John
in / to /index.jsp. John -Original Message- From: Chad Cannell [mailto:ccannell;elogex.com] Sent: Wednesday, November 13, 2002 3:45 PM To: Tomcat Users List Subject: Apache Index page jsp and sessionid with JKMount *.jsp I am trying to set Apache's index file to index.jsp. It is not working

Re: Apache Index page jsp and sessionid with JKMount *.jsp

2002-11-13 Thread shawn
page jsp and sessionid with JKMount *.jsp I am trying to set Apache's index file to index.jsp. It is not working. I am using JKmount *.jsp for the dynamic stuff, so for what ever reason, Apache won't server this as the point of entry to our site. We currently use an index.html

RE: Apache Index page jsp and sessionid with JKMount *.jsp

2002-11-13 Thread Turner, John
, 2002 4:23 PM To: Tomcat Users List Subject: Re: Apache Index page jsp and sessionid with JKMount *.jsp Use mod_dir in Apache. It is standard. add this directive in you apache conf DirectoryIndex index.jsp index.php index.html index.htm options are listed in order of preference

Re: Apache Index page jsp and sessionid with JKMount *.jsp

2002-11-13 Thread Paul Campbell
I used Proxy and ReverseProxy on Apache. On tomcat, I specified the jsp in the welcome of web.xml At 12:44 PM 11/13/02, you wrote: I am trying to set Apache's index file to index.jsp. It is not working. -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For