Re: configure JNDI to avoid error "Last packet sent to the server was xxxxx ms ago"

2008-12-06 Thread removeps-groups
But I need to re-trigger the operation (such as an INSERT statement), and also to remove the dead connection from the pool or reconnect it. --- On Sat, 12/6/08, Ken Bowen <[EMAIL PROTECTED]> wrote: > From: Ken Bowen <[EMAIL PROTECTED]> > Subject: Re: configure JNDI to avoid error "Last packet s

tomcat gets stuck after a load for streams writing

2008-12-06 Thread Michal Singer
I use tomcat 6 with nio connectors. i run a heavy load of data and after a while the tomcat gets stuck and stops processing requests from client. I posted before regarding this and was asnwered that the problem may be in my server (http://www.nabble.com/Tomcat-request-processing-gets-stuck-td20526

Re: Tomcat - MySQL Error: Invalid DataSource

2008-12-06 Thread David Smith
Move WEB-INF/context.xml to META-INF/context.xml and restart you webapp. -- David On Dec 6, 2008, at 8:00 PM, gstclair <[EMAIL PROTECTED]> wrote: I am attempting to configure Tomcat to work with MySQL as described on the Tomcat site: http://tomcat.apache.org/tomcat-6.0-doc/jndi-datasource

RE: Tomcat vs. Samba

2008-12-06 Thread Martin Gainty
check your tomcat logs for access to samba.conf its possible you might have to use sudo to access the samba configuration if thats the case start tomcat with sudo https://help.ubuntu.com/6.06/ubuntu/serverguide/C/configuring-samba.html Martin __ Disc

Re: Problems with JK connector and IIS5 and tomcat 6

2008-12-06 Thread Bill Barker
The error is harmless (other than taking up disk space). It just says that the user aborted before the page was fully loaded. Upgrading should get rid of the "Error sending end packet" message (logged as DEBUG in the current 6.0.x code). The "processCallbacks status 2" message should probably

Tomcat - MySQL Error: Invalid DataSource

2008-12-06 Thread gstclair
I am attempting to configure Tomcat to work with MySQL as described on the Tomcat site: http://tomcat.apache.org/tomcat-6.0-doc/jndi-datasource-examples-howto.html I am seeing the following error: org.apache.jasper.JasperException: javax.servlet.ServletException: javax.servlet.jsp.JspException: U

Re: Client Side TLS Cert in app running under Tomcat

2008-12-06 Thread Bill Barker
"Steve Cohen" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >A simple question hopefully: > > An application running on Tomcat 6.0 on RHEL 5.0 needs is a client of > https: protected Web Service that requires a TLS certificate which the > Service Vendor will supply. > > Where and

Re: configure JNDI to avoid error "Last packet sent to the server was xxxxx ms ago"

2008-12-06 Thread Ken Bowen
Can't you deal with the connection being closed in your finally block by using this code: if (connection != null && !connection.isClosed()) connection.close(); On Dec 6, 2008, at 6:50 PM, [EMAIL PROTECTED] wrote: The second message -- connection has already been closed -- most likely arise

Re: configure JNDI to avoid error "Last packet sent to the server was xxxxx ms ago"

2008-12-06 Thread removeps-groups
The second message -- connection has already been closed -- most likely arises from my code structure, which is: Connection connection = null; PreparedStatement prepStmt = null; try { Connection connection = getConnection(); PreparedStatement prepStmt = connection.prepareStatement(...);

Tomcat vs. Samba

2008-12-06 Thread Mitch Gitman
I'm running the Hudson continuous integration serverwebapp on Tomcat 6.0 on a Windows machine. To perform a build, I have Hudson invoking an Ant build script. At one point, the build script needs to upload a file to a Linux machine. I can think of two ways to accomplis

RE: session de-serialization issue

2008-12-06 Thread Steve Ochani
Send reply to: Tomcat Users List Date sent: Fri, 05 Dec 2008 23:45:14 -0500 (EST) Subject:RE: session de-serialization issue From: Tom Mader <[EMAIL PROTECTED]> To: Tomcat Users List > Thank you Chuck! > Does the sun-pac

RE: session de-serialization issue

2008-12-06 Thread Caldarale, Charles R
> From: Tom Mader [mailto:[EMAIL PROTECTED] > Subject: RE: session de-serialization issue > > Does the sun-packaged RPM work on CentOS 5.2 ? No idea. I try to always get the product from the original vendor (Sun, in this case), since the 3rd-party repackaged versions often to do very non-standa