Re: SSL Session expires every request

2007-12-01 Thread Mark Thomas
Vimal Kumar wrote: I think you mistook for somebody elese Chuck Charles No he hasn't. Chuck, as usual, is spot on. To expand a little on his post: 1. Read this: http://wiki.apache.org/tomcat/FAQ/Tomcat_User 2. In particular read this link: http://www.catb.org/~esr/faqs/smart-questions.html

Re: Tomcat Service and OCI

2007-12-01 Thread Johnny Kewl
--- HARBOR: http://coolharbor.100free.com/index.htm Now Tomcat is also a cool pojo application server --- Rumpa I dont know, going to guess. First

Re: Tomcat Service and OCI

2007-12-01 Thread Johnny Kewl
--- HARBOR: http://coolharbor.100free.com/index.htm Now Tomcat is also a cool pojo application server --- After Thought Rumpa, I was just thinking

Re: Tomcat 6.0.14 startup on Windows

2007-12-01 Thread Bruno Vilardo
Hello Folks, Is this also possible with Tomcat 5.5? I have a customer that wants to run tomcat as a background process. The Tomcat startup windows sometime is annoying. Thanks a lot, regards, Bruno On 11/27/07, zhongliang zhang [EMAIL PROTECTED] wrote: C:\apache-tomcat-6.0.14\bintomcat6

Re: Tomcat 6.0.14 startup on Windows

2007-12-01 Thread Johnny Kewl
--- HARBOR: http://coolharbor.100free.com/index.htm Now Tomcat is also a cool pojo application server --- - Original Message - From: Bruno

Compliments Of The Season

2007-12-01 Thread Johnny Kewl
--- HARBOR: http://coolharbor.100free.com/index.htm Now Tomcat is also a cool pojo application server --- Its that time of year again, things getting

Re: Compliments Of The Season

2007-12-01 Thread bruno . vilardo
Same to you unfortune I will be working on holidays. Helping the big Santa to keep his application up and running . LOL Have a great holidays folks! Bruno Enviado pelo meu BlackBerry -Original Message- From: Johnny Kewl [EMAIL PROTECTED] Date: Sat, 1 Dec 2007 15:55:44 To:Tomcat Users

RE: SSL Session expires every request

2007-12-01 Thread Bárbara Vieira
Hi Chuck! That's what I'm doing : - I had implemented a valve that extends FormAuthenticator to provide 2 authentications methods at the same time : FORM and CLIENT_CERT. - Until this week everything worked fine : I can authenticate the users with 2 authentications methods, and the session is

RE: can't undeploy webapp with manager

2007-12-01 Thread Caldarale, Charles R
From: Tom Robinson [mailto:[EMAIL PROTECTED] Subject: can't undeploy webapp with manager I've pasted my context (ROOT.xml) and server.xml below with a few more comments on various Host settings This is certainly an unusual configuration; whether or not that's contributing to the issue

RE: SSL Session expires every request

2007-12-01 Thread Caldarale, Charles R
From: Bárbara Vieira [mailto:[EMAIL PROTECTED] Subject: RE: SSL Session expires every request However, when the user is authenticated using a CERT, all the sessions are null : HttpSession in Servlets and Session(Internal Session) in my Valve. The info is interesting, but you didn't answer

I got the following error while running my very simple JSP on Tomcat 4.1. server

2007-12-01 Thread peri
Hello, I'm trying to run my very simple JPS on tomcat 4.1 sever. I also use struts 1.1. framework (I know it is very old) Also I'm using JDK 1.6.03 and eclipse 3.3 ide. My problem is when I try to run my very simple JSP on tomcat I got following error.I cannot find out the reason of this error.

RE: I got the following error while running my very simple JSP onTomcat 4.1. server

2007-12-01 Thread Caldarale, Charles R
From: peri [mailto:[EMAIL PROTECTED] Subject: I got the following error while running my very simple JSP onTomcat 4.1. server class file has wrong version 49.0, should be 48.0 You appear to have multiple JRE/JDKs installed on your system. The above message would be displayed by a 1.4 JVM

Re: Parameter Map is null after Ajax Request

2007-12-01 Thread Randeep Walia
Thanks for the reply, guys. I am aware that the Servlet does not have the parameter map directly and that they must be accessed through the request object. I don't know if I said something to that effect to make you think otherwise, but yes, my program accesses the HTML form data via

Re: compiling APR/tcnative on Win32

2007-12-01 Thread br1
Thanks.. though maybe I did not express myself clearly in my first message. I have the lib already.. the question is why the linker complains. mgainty wrote: Hi Bruno- one of 2 solutions 1)get the source for Rpcrt4.dll and compile and link itnot sure how to acquire the source for

Re: Tomcat Service and OCI

2007-12-01 Thread Tim Funk
When run as a service - the PATH used by SYSTEM is not the same as when you are logged in. (So you need to add the dll's somewhere in your path as SYSTEM user - I can't recall how this is done but this is a very common problem google can help you with) The type 4 jdbc driver from oracle has

Re: Tomcat Service and OCI

2007-12-01 Thread Rumpa Giri
Thanks a lot, speaking of OCI, is there any evidence that OCI will perform better than the THIN driver? We are being encouraged to use OCI on production environment since everybody says so, but our development team isn't convinced of the same. We are using oracle 10g and based on their