RE: Problems during 5.0.13 startup

2003-10-13 Thread Lenny Karpel
during 5.0.13 startup Lenny Karpel wrote: I am testing 5.0.13 .. During startup I always get the following .. Is this something 'new' .. what does it mean ?? That's not very helpful. Can you give details on your context and host ? (docBase, appBase, etc) Remy Nov 10, 2003 5:25:37 PM

Problems during 5.0.13 startup

2003-10-11 Thread Lenny Karpel
I am testing 5.0.13 .. During startup I always get the following .. Is this something 'new' .. what does it mean ?? Nov 10, 2003 5:25:37 PM org.apache.catalina.core.StandardContext start WARNING: Error storing config file java.io.FileNotFoundException:

Problems with TC5 and persistent sessions.

2003-07-10 Thread Lenny Karpel
I am running TC 5.0.3 .. When I stop and restart the server standard manager tries to load any sessions that have been previously persisted. TC seems to do this outside of the context of the webapps as the webapps do not appear to be loaded until after this occurs. As you can see in the trace

RE: Jasper 2 Question

2002-09-19 Thread Lenny Karpel
://opensource.go.com/ :-) Pier On Wednesday, September 18, 2002, at 10:33 PM, Lenny Karpel wrote: I use IntelliJ's IDEA product for Tomcat relared development .. I noted the following statement in thier bugs mailing list with regards to debugging JSP from thier IDE: As for Tomcat

RE: Jasper 2 Question

2002-09-19 Thread Lenny Karpel
AM, Lenny Karpel [EMAIL PROTECTED] wrote: sorry .. I don't understand your response ! are you saying that we shouldn't use jsp ? I have been saying that for years now! http://jakarta.apache.org/velocity/ymtd/ymtd.html =) -jon -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

RE: Jasper 2 Question

2002-09-19 Thread Lenny Karpel
this possibly be how the 'managers' of this development effort feel ?? -Original Message- From: Bojan Smojver [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19, 2002 3:25 PM To: Tomcat Dev List Subject: RE: Jasper 2 Question On Fri, 2002-09-20 at 04:30, Lenny Karpel wrote

Jasper 2 Question

2002-09-18 Thread Lenny Karpel
I use IntelliJ's IDEA product for Tomcat relared development .. I noted the following statement in thier bugs mailing list with regards to debugging JSP from thier IDE: As for Tomcat 4.1.x support, I'm afraid we are out-of-luck here. Tomcat 4.0.4 used to generate useful comments in the servlet

Question about the processing of Cookie: headers.

2002-08-30 Thread Lenny Karpel
Hello .. One of my compatriots is having a problem with a 3rd party peice of software that attempting to access a Tomcat 4.0.4 server. The 3rd party software .. acting as a client .. is sending a requst with a cookie: header with the following value ..

Problems with CoyoteAdapter URI validation 'hack'

2002-05-14 Thread Lenny Karpel
Does anyone know anything about the following code in: org.apache.coyote.tomcat4.CoyeoteConnector // Additional URI normalization and validation is needed for security // reasons on Tomcat 4.0.x if (connector.getUseURIValidationHack()) { String uri =