Re: Tomcat keeps growing in size on Win32

2005-06-13 Thread Robson dos Santos Franca
Hi there! Please check: Tomcat version, JSDK (or JRE) version, JDBC Drivers. Probably one of these (maybe all of them) has a bug. It sounds like Memory Leaking. Last time I had this problem I updated JDBC Drivers and it worked. Good luck! Robson Franca Ed Hamilton wrote: Is anybody who is

Re: Turning off port 8080 but still need to access to admin pages

2005-06-09 Thread Robson dos Santos Franca
Hi there! I think you can just take the Connector port=8080 .. off from Tomcat directory/conf/server.xml. I tried here (Tomcat 5.x) and it works! Good Luck! Robson Franca Scott Heitkamp wrote: I need to turn off port 8080, so that you can only access Tomcat by going through port 8009

(Windows) Tomcat process is using 100% CPU when running a SQL command

2005-06-03 Thread Robson dos Santos Franca
Hello We're using Tomcat 5.5.9 + Sun Java 1.5.0_03 + Oracle 9i in our Intranet application. Everything looks fine... unless we run a SELECT statement into Tomcat. Without the 'ORDER BY' clause, no problem. With 'ORDER BY', Tomcat runs at 100%. JDBC library file: ojdbc14.jar JDBC URL :

Re: (Windows) Tomcat process is using 100% CPU when running a SQL command

2005-06-03 Thread Robson dos Santos Franca
in the translation of SQL statement. Cheers, John -Original Message- From: Robson dos Santos Franca [mailto:[EMAIL PROTECTED] Sent: Saturday, June 04, 2005 9:00 AM To: tomcat-user@jakarta.apache.org Subject: (Windows) Tomcat process is using 100% CPU when running a SQL command Hello We're