JNI and Tomcat problem

2008-06-14 Thread Shamshad Ansari
Hi, I have a web application deployed in Tomcat. On a click on button on the web browser, it calls a servlet which in turn calls a native function written in C. First time when tomcat is started and I run the application, it works fine. The second clicking the same button causes the server to crash

3 fiels form based login authentication in Tomcat

2008-06-14 Thread Chetan Bob
Hi I want Tomcat authentication like company id / username / Password so it looks i should go for Form based authentication 1) I wrote login.jsp and error.jsp ; 2)web.xml FORM MyFirst Protected Area /login.jsp<;/form-login-page> /error.jsp<;/form-error-page> 3 )configured

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? http://tomcat.apache.org/tomcat-6.0-doc/api/org/apache/coyote/ajp/AjpProcessor.html#AjpProcessor(int,%20org.apache.t

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 contra

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 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 tomc

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 depl

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 Send reply to: Tomcat Users List > > From: Walter T

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 that

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

Re: Tomcat will not create session cookie

2008-06-14 Thread Johnny Kewl
- Original Message - From: "mkweb" <[EMAIL PROTECTED]> To: 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 for my web projekt.

Re: Farm War Deployer / Deploment Strategies

2008-06-14 Thread Johnny Kewl
- Original Message - From: "Theparanoidone Theparanoidone" <[EMAIL PROTECTED]> To: 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 servers simultaneously.

Re: Installing the deployer on windows server 2003

2008-06-14 Thread Johnny Kewl
- Original Message - From: "Vinny" <[EMAIL PROTECTED]> To: 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 basically just want

Re: disable directory indexing in tomcat?

2008-06-14 Thread Johnny Kewl
- Original Message - From: "Dave Girardin" <[EMAIL PROTECTED]> To: 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, for example, there is

Re: Hiding JSP Pages

2008-06-14 Thread Johnny Kewl
- Original Message - From: "W Strater" <[EMAIL PROTECTED]> To: 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 other containers but