RE: Tomcat 5.5.28 Servlet Spec 2.3 - When does Tomcat actually service requests?

2011-02-14 Thread Shaun Farrugia
PM To: Tomcat Users List Subject: Re: Tomcat 5.5.28 Servlet Spec 2.3 - When does Tomcat actually service requests? On 11/02/2011 22:10, Shaun Farrugia wrote: I know that per the Servlet Spec 2.3 that Tomcat will start up the Listeners first and then start up any servlets. However, I am unsure

RE: Tomcat 5.5.23 with SSL

2011-02-14 Thread Shaun Farrugia
Is the keystore file available to be read/executed by the user running tomcat? -Original Message- From: Alexander Mills [mailto:alexander.mi...@psycle.com] Sent: Monday, February 14, 2011 8:04 AM To: users@tomcat.apache.org Subject: Tomcat 5.5.23 with SSL Hi I'm having issues with

RE: Tomcat 5.5.28 Servlet Spec 2.3 - When does Tomcat actually service requests?

2011-02-14 Thread Shaun Farrugia
Subject: Re: Tomcat 5.5.28 Servlet Spec 2.3 - When does Tomcat actually service requests? 2011/2/14 Shaun Farrugia sfarru...@fry.com:  I would think the same but I'm wondering that Tomcat is doing.  Would it allow http requests to a JSP to be serviced before ALL of the servlets marked as load

RE: Tomcat 5.5.23 with SSL

2011-02-14 Thread Shaun Farrugia
I believe this information might help - apologies if this was tried already http://tomcat.apache.org/tomcat-5.5-doc/ssl-howto.html#Configuration -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Monday, February 14, 2011 12:52 PM To: Tomcat Users List Subject: Re:

Tomcat 5.5.28 Servlet Spec 2.3 - When does Tomcat actually service requests?

2011-02-11 Thread Shaun Farrugia
I know that per the Servlet Spec 2.3 that Tomcat will start up the Listeners first and then start up any servlets. However, I am unsure (the spec is ambigious) on when the Servlet container is supposed to start servicing incoming requests. I have a Servlet that has a load-on-startup setting

RE: What Tomcat presentations / demos / discussions do you want to see at ApacheCon US 2009?

2009-04-21 Thread Shaun Farrugia
Will these talks be archived for future reference for those of us who can't make it :) :) -Original Message- From: Ken Bowen [mailto:kbo...@als.com] Sent: Tuesday, April 21, 2009 2:09 PM To: Tomcat Users List Subject: Re: What Tomcat presentations / demos / discussions do you want to

RE: Deploying to Tomcat Server

2009-04-21 Thread Shaun Farrugia
Yes this is most certainly a tomcat/ant issue - probably a tomcat issue - something in startup.bat since you say that you cannot even run the ide using startup.bat Looks like a misplaced quote someplace in the bat file. Good luck, Shaun -Original Message- From: Pid

RE: Deploying to Tomcat Server

2009-04-21 Thread Shaun Farrugia
Did this work for you? -Original Message- From: Richard Coutinho [mailto:richardcouti...@shaw.ca] Sent: Tuesday, April 21, 2009 3:32 PM To: Tomcat Users List Subject: Re: Deploying to Tomcat Server Thanks again. Sent from my BlackBerry device on the Rogers Wireless Network

RE: Connection Pooling questions

2009-04-01 Thread Shaun Farrugia
Hey Chuck, What happens when the statement isn't closed but the connection is returned to the pool? I have some code blocks that don't have a finally block to close the result set and prepared statement. If an exception happens the statement and the result set stay open but the connection

RE: Connection Pooling questions

2009-04-01 Thread Shaun Farrugia
Pooling questions From: Shaun Farrugia [mailto:sfarru...@fry.com] Subject: RE: Connection Pooling questions What happens when the statement isn't closed but the connection is returned to the pool? The connection object your code sees isn't the real connection; it's a wrapper created by the pool

RE: Connection Pooling questions

2009-04-01 Thread Shaun Farrugia
: Shaun Farrugia [mailto:sfarru...@fry.com] Sent: Wednesday, April 01, 2009 11:00 AM To: Tomcat Users List Subject: RE: Connection Pooling questions Sweet, I set up a test.jsp page that will Connection.close() without rs.close() and ps.close(). Will let you know the results.. And I know you

Tomcat 5.5.27 Pool/DBCP Locks and Configuration issues

2009-03-23 Thread Shaun Farrugia
Hey everyone, Few questions on Tomcat 5.5.27 running on BEA JRockit 1.4.2_11, SQL Server 2005 jtds 1.2.2 1) What version of commons dbcp and commons pool does Tomcat 5.5.27 use? I know that it uses it's own sources in the naming-factory-dbcp.jar but I'm not sure what version commons this