Re: allow access without auth to app from several ip ranges , but leave auth from any other hosts

2008-06-14 Thread Johnny Kewl
- Original Message - From: Alex Mestiashvili [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Friday, June 13, 2008 9:56 PM Subject: allow access without auth to app from several ip ranges , but leave auth from any other hosts HI ALL . I have basic authentication for my tomcat

Re: Hiding JSP Pages

2008-06-14 Thread Johnny Kewl
- Original Message - From: W Strater [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Friday, June 13, 2008 5:06 PM Subject: Hiding JSP Pages I am trying to hide the JSP so they can only be accessed via a forward. I have been able to put them in a subdirectory of WEB-INF using

Re: disable directory indexing in tomcat?

2008-06-14 Thread Johnny Kewl
- Original Message - From: Dave Girardin [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Friday, June 13, 2008 11:38 PM Subject: disable directory indexing in tomcat? Group, I'm a Unix admin working on a Solaris 8 server running Tomcat 6.0.16. No other apps run on the server,

Re: Installing the deployer on windows server 2003

2008-06-14 Thread Johnny Kewl
- Original Message - From: Vinny [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Friday, June 13, 2008 8:37 PM Subject: Installing the deployer on windows server 2003 I have tomcat 5.5 java 1.5 on window server 2003. Does the windows installer come with the Deployer bundled? I

Re: Farm War Deployer / Deploment Strategies

2008-06-14 Thread Johnny Kewl
- Original Message - From: Theparanoidone Theparanoidone [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Thursday, June 12, 2008 9:14 PM Subject: Farm War Deployer / Deploment Strategies Hola~ I'm looking for an efficient way to deploy a tomcat project to 2 or more tomcat

Re: Tomcat will not create session cookie

2008-06-14 Thread Johnny Kewl
- Original Message - From: mkweb [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Friday, June 13, 2008 11:44 AM Subject: Tomcat will not create session cookie Hello, I'm new to the forum. I have a strange problem with my tomcat installation. I'm using tomcat5.5.26 and struts

RE: URL is null and HTTP 404 error when using FROM authentication

2008-06-14 Thread Caldarale, Charles R
From: exkor [mailto:[EMAIL PROTECTED] Subject: Re: URL is null and HTTP 404 error when using FROM authentication It's good that you're starting from a clean install. MySQL logs indicate the the connector has connected to the database and quering the right table + fields: Except there's no

Re: URL is null and HTTP 404 error when using FROM authentication

2008-06-14 Thread exkor
Hi Chuck Thanks alot for this last bit about the query for the roles, it actually made me realize what was wrong. The digest algorithm i used to initialize my users table was different from the digest algorithm used by tomcat. This is very surprising I've never seen encountered something like

RE: mapping tomcat to ip address behind router

2008-06-14 Thread Steve Ochani
Date sent: Fri, 13 Jun 2008 08:52:51 -0500 From: Caldarale, Charles R [EMAIL PROTECTED] Subject:RE: mapping tomcat to ip address behind router To: Tomcat Users List users@tomcat.apache.org Send reply to: Tomcat Users List

Tomcat started but is not available!

2008-06-14 Thread henry human
Hello I have Tomcat 6.0.4, JRE 1.6 on my PC. I embed tomcat in eclipse IDE. When i run tomcat with the startup.bat from the console i have access to tomcat at the web browser via http://localhost:8080 and I see in the console output of the tomcat that my web applications in tomcat/webapps are

Re: Tomcat started but is not available!

2008-06-14 Thread Youssef Mohammed
it is just because under eclipse you don't have the the ROOT application . just deploy your web app and it will work fine. On Sat, Jun 14, 2008 at 10:14 PM, henry human [EMAIL PROTECTED] wrote: Hello I have Tomcat 6.0.4, JRE 1.6 on my PC. I embed tomcat in eclipse IDE. When i run tomcat

Re: Tomcat started but is not available!

2008-06-14 Thread henry human
it is just because under eclipse you don't have the the ROOT application . What do you mean with a ROOT application? Where should i deploy my web applications? they are already in tomcat/webapps but as i said when i start tomcat from eclipse, although the tomcat is started, but the tomcat is

Re: Tomcat Custom Connector

2008-06-14 Thread Bill Barker
The Adapter is set in the initialize method of the Connector (http://tomcat.apache.org/tomcat-6.0-doc/api/org/apache/catalina/connector/Connector.html). You can pretty much just trust that Tomcat will give you an Adapter instance before the first request comes through, since that is the

RE: Tomcat Custom Connector

2008-06-14 Thread Martin Gainty
Any ability to configure in custom JioEndpoint? http://tomcat.apache.org/tomcat-6.0-doc/api/org/apache/tomcat/util/net/JIoEndpoint.html which can be configured as parameter to Ajp?