Re: Apache Tomcat and Context help

2003-12-31 Thread Howard Watson
In my environment I would try something like this: Apache.conf --- ##Alias should match in server.xml Alias /tomcat "full directory path to manager/html" Options anyOptions DirectoryIndex probably index.jsp Order deny,allow Allow from all ## Mount the JSPs

RE: Apache Tomcat and Context help

2003-12-31 Thread Ian Joyce
n [EMAIL PROTECTED] -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: December 31, 2003 1:52 PM To: Tomcat Users List Subject: RE: Apache Tomcat and Context help Howdy, You probably already know this is easily done by modifying manager.xml to use a different cont

RE: Apache Tomcat and Context help

2003-12-31 Thread Douglas WF Acheson
Context help Howdy, You probably already know this is easily done by modifying manager.xml to use a different context path ("/tomcat/manager" instead of "/manager"). But you want to do it on the Apache side. You could use mod_rewrite to forward /manager to /tomcat/manager

RE: Apache Tomcat and Context help

2003-12-31 Thread Shapira, Yoav
#x27;Tomcat Users List' >Subject: RE: Apache Tomcat and Context help > >Thanks for the info! You are correct I want to do it from the Apache side >(encapsulate and whatnot IMHO :-). I have never used mod_rewrite - I will >look into it. Thanks again ... > >Regards, >Dou

RE: Apache Tomcat and Context help

2003-12-31 Thread Douglas WF Acheson
: December 31, 2003 1:52 PM To: Tomcat Users List Subject: RE: Apache Tomcat and Context help Howdy, You probably already know this is easily done by modifying manager.xml to use a different context path ("/tomcat/manager" instead of "/manager"). But you want to do it on the Apache

RE: Apache Tomcat and Context help

2003-12-31 Thread Shapira, Yoav
versa. Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Douglas WF Acheson [mailto:[EMAIL PROTECTED] >Sent: Wednesday, December 31, 2003 1:41 PM >To: [EMAIL PROTECTED] >Subject: Apache Tomcat and Context help > >Hello, > > I have successfully inte

Apache Tomcat and Context help

2003-12-31 Thread Douglas WF Acheson
Hello, I have successfully integrated Apache v2.0.40 with tomcat v5.0.12 using jk2 under Linux RH9 :-) Everything works fine using straight mapping. So, when I want to use the manager (just playing around for now) I enter http://hostname/manager/html and I am presented with the Tomcat manager

RE: Context Help

2001-01-30 Thread CPC Livelink Admin
-Original Message- From: Zelestrial Signs [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 30, 2001 2:44 PM To: [EMAIL PROTECTED] Subject: Re: Context Help 1) Setting up a Context server.xml C:/SomePath/to/tcpFolderRoot then has the following directory structure C:/SomePath/to

Re: Context Help

2001-01-30 Thread Zelestrial Signs
instead of having some generic username/password that people might forget to change causing security problems. What you need to do is add a user and password for the "admin" role to tomcat-users.xml >From: "Java Softech Pvt Ltd" <[EMAIL PROTECTED]> >Reply-To: [EM

Context Help

2001-01-30 Thread Java Softech Pvt Ltd
Can anyone help me on how to create a context like /tcp or /exams in the server.xml file. And also please let me know the password and username to enter into the /admin pages. Rajshekhar. - To unsubscribe, e-mail: [EMAIL PR