tomcat 4.1.31 problem + server stop responding most of the time

2004-10-22 Thread Linux Guru
Hello guy, I have this problem since I have installed Tomcat 4.1.31. It usually stop responding and on restart the tomcat it works fine. Any help will be really appreciated. Regards ___ Do you Yahoo!? Declare Yourself - Register online to vote

RE: tomcat 4.1.31 problem + server stop responding most of the time

2004-10-22 Thread Linux Guru
be better off spending your time on upgrading to 5.x than you would be on troubleshooting 4.1.31. Yoav Shapira http://www.yoavshapira.com -Original Message- From: Linux Guru [mailto:[EMAIL PROTECTED] Sent: Friday, October 22, 2004 11:31 AM To: [EMAIL PROTECTED] Subject

which one is a stable version of tomcat

2004-10-22 Thread Linux Guru
Hello, Which one is a stable version of Tomcat that I can use for production . I have been using Tomcat 4.1.24 , 4.1.28 and 4.1.31 and suffering as because web server usually stop responding, resulting i need to restart the web server to make it working. I am assuming i need to customize

Re: which one is a stable version of tomcat

2004-10-22 Thread Linux Guru
I am running tomcat on Redhat 9 Does it means it is some thing to do with OS ?? ( it stop responds usually, required to restart web server all the time ) Regards --- Remy Maucherat [EMAIL PROTECTED] wrote: On Fri, 22 Oct 2004 13:14:35 -0400, Shapira, Yoav [EMAIL PROTECTED] wrote:

RE: which one is a stable version of tomcat

2004-10-22 Thread Linux Guru
Message- From: Linux Guru [mailto:[EMAIL PROTECTED] Sent: Friday, October 22, 2004 2:31 PM To: Tomcat Users List; Remy Maucherat Subject: Re: which one is a stable version of tomcat I am running tomcat on Redhat 9 Does it means it is some thing to do with OS ?? ( it stop responds

tomcat submits twice?

2003-11-10 Thread Guru Mandavia
there is the solution of using tokens for form processing. Can someone please explain it concisely how to do it? I cannot synchronize the actual DB insert method but other than that all solutions are game. Thx, Guru

Re: keeping user logged in using j_security_check

2002-10-31 Thread Guru Mandavia
Thanks Ralph. But can't I force j_security to read an existing cookie? how do i map the sessionid back to the user in case he closed his browser? Thanks, Guru - Original Message - From: Ralph Einfeldt [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, October 31

Re: keeping user logged in using j_security_check

2002-10-31 Thread Guru Mandavia
Ralph, One more. Is there way to run the filter prior to j_security? or are you suggesting to completely get rid of j_security and implement the security using filters? Thanks, Guru - Original Message - From: Ralph Einfeldt [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED

keeping user logged in using j_security_check

2002-10-30 Thread Guru Mandavia
the browser window is closed? Thanks, guru -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org

Re: How to create a connection pool

2002-10-03 Thread java guru
Hi - I am not sure on what type of application you are building, but doing connection related stuff (including running sql over already established connection in jsp) isnt very good idea. Read about mvc model if you are in design stage. In anycase, if you still need access to pooled

tomcat 4 having trouble with loading rmi classes from codebase

2002-06-07 Thread java guru
Hi., i am trying to use servlet with tomcat 4.0.3 that tries to load classes from rmi codebase defined by http protocol. catalina.out log is reporting classnot found exception while other stand alone clients are working fine. Read somewhere about Jar handler problems in tomcat but that

serious issues with tomcat and rmi

2002-06-07 Thread java guru
I am encountering serious issues with tomcat and rmi.. I am getting all sorts of problems ranging from 1. version 4.0.3 cannot load classes from rmi codebase.. reading the codebase but returning classnotfound exceptions.. 2. version 4.0.4 webappclass loader dying with 'Life cycle error' and

tomcat 4.0.3 servlet having problem loading class via rmi ?

2002-06-06 Thread java guru
Hi., I am trying to access a JINI service thru my servlet.. inspite of following Security Manager, Policy file and setting codebase etc, tomcat 4.0.3 repeatedly give following excption. The JINI service itself is working fine and other standalone clients can access it. Read somewhere that the

iplanet tomcat connector caches worker names

2002-05-03 Thread java guru
Hi., I am trying to setup tomcat connector (4.0.3) for iplanet (6.0 sp2). In the intial testing, connector is caching the worker name previously used (even after worker.properties changed and iplanet restarted). In the jk_log, I see the new worker properties taking effect, but once i try

tomcat connector looking for OLD DEV worker ?

2002-05-03 Thread java guru
Hi., I am trying tomcat connector (4.0.3) with iplanet server. After changing workers.properties file, the connector is still looking for DEV worker. Connector initialization shows new workers but while serving the request, the connector returning error as its looking for old worker. Is

Re: getting started...

2001-08-23 Thread Guru Nathan
idea. Guru. From: Zortan [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: getting started... Date: Thu, 23 Aug 2001 18:11:15 +0200 Hello! I'm new to Tomcat... The problem is... I've started Tomcat on Win2000 in a new window - from a shell [command

Re: how to send email from jsp?

2001-07-28 Thread guru
This is a FAQ. Search http://www.jguru.com/faq/Servlets for email. - Alex On Sun, Jul 29, 2001 at 06:17:51AM +0800, Jerry QU wrote: Hi All how to send email from jsp (tomcat on linux)? TIA Jerry -- Alex Chaffee mailto:[EMAIL PROTECTED] jGuru - Java News

Re: Can I connect to an Access database?

2001-07-16 Thread guru
The standard JDBC-ODBC bridge works fine (as far as it goes). - A On Mon, Jul 16, 2001 at 03:31:28PM -0500, Brandon Cruz wrote: Does anyone know of a free driver that I can use to connect via jdbc from Tomcat to a Microsoft Access database? I have looked in the database on java.sun.com,