Re: Portable

2010-03-21 Thread David Kerber
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Asangansi, On 3/20/2010 9:31 AM, Asangansi wrote: can i reduce the file size i.e. are ther files i wounldn't need? Tomcat is the smallest component you are trying to get working, here. I think the JVM will be

RE: APR Question

2010-03-21 Thread blargy
Thanks for the replies. I am running a 64-bit JVM so that may very well be the case. I updated my tomcat installation from 5.5.28 to 6.0.26 and recompiled/installed the native library from that binary distribution and it seems to be working now. Is there any way I can do to tell if APR is

Re: Tomcat dies suddenly

2010-03-21 Thread Carl
The application has been running for 14 days without failing using the Sun JVM 1.6.0_7 (per Chuck's suggestion... thanks Chuck.) However, we all know that is just a work around. To find the casue, my plan is to bring the latest JVM source code down and build the JVM on the server with

multiple stateful iframes per page will overwrite JSESSIONID?

2010-03-21 Thread Nikita Tovstoles
Hello, Looking for someone to either confirm or refute my theory that deploying two iframes pointing to two different stateful pages on the same domain can lead to JSESSIONIDs being overwritten. Here's what I mean: Setup 1. suppose you have two pages that require HttpSession state (session

Error connecting to MySQL

2010-03-21 Thread Roman Sokolyuk
Hi, I am running Tomcat 6.0 on windows 7. I am also running MySQL as a service and I am getting the following exception when trying to connect to the database: org.apache.jasper.JasperException: javax.servlet.ServletException: org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create

Re: Error connecting to MySQL

2010-03-21 Thread David Smith
Communications link failure Suggests either a) the mysql server isn't running or b) it isn't listening on port 3306 of your localhost adapter. --David On 3/22/2010 12:31 AM, Roman Sokolyuk wrote: Hi, I am running Tomcat 6.0 on windows 7. I am also running MySQL as a service and I am