AW: tomcat 5.5.9, JSP, EL evaluation

2005-07-26 Thread Peter . Zoche
Hi Walther, be sure your web.xml is set to the following: web-app xmlns=http://java.sun.com/xml/ns/j2ee; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://java.sun.com/xml/ns/j2ee web-app_2_4.xsd version=2.4 It has to be version 2.4 of

Mysterious error with Tomcat 5.5.9 and Log4J

2005-07-18 Thread Peter . Zoche
Hi! I posted this thread on friday evening, not a good idea, I think. Because the problem is still there, I will have a second try... I encountered a very mysterious problem using log4j with tomcat 5.5.9. In order to use log4j i have the file commons-logging.properties in my WEB-INF/classes

AW: Mysterious error with Tomcat 5.5.9 and Log4J

2005-07-18 Thread Peter . Zoche
Hi! I searched the internet and found a couple of people with the same problem, but no explanation. Seemingly my error with orr.apache... works, but it is not really satisfying. One hint I found was that Log4JCategoryLog is deprecated, and Log4JLogger should be used instead. So change your

Tomcat 5.5.9 connection pooling

2005-07-18 Thread Peter . Zoche
Hi! I am using Tomcat 5.5.9 and I have established a DataSource for database connection pooling where I can get connections from. But when I try to close the connection via myConnection.close(), always an exception is thrown. Is it right to close the connection this way or do I have to return the

AW: Tomcat 5.5.9 connection pooling

2005-07-18 Thread Peter . Zoche
Here is the exception that is thrown. As you can see my connection seems to be already closed. But why? Can this be configured somewhere? -Ursprüngliche Nachricht- Von: Viorel Dragomir [mailto:[EMAIL PROTECTED] Gesendet: Montag, 18. Juli 2005 14:46 An: Tomcat Users List Betreff: Re:

Mysterious Error with Tomcat and Log4J

2005-07-15 Thread Peter . Zoche
Hi! I encountered a very mysterious problem using log4j with tomcat 5.5.9. I have the file commons-logging.properties in my WEB-INF/classes directory with the following content: orr.apache.commons.logging.Log=org.apache.commons.logging.impl.Log4JCategory Log I did not notice my mistake in

JNDI DataSource configuration

2005-07-08 Thread Peter . Zoche
Hi! I am trying to connect my web-app running under tomcat 5.5.9 to connect to a postgresql database. I read the JNDI Datasource HOW-TO on http://jakarta.apache.org/tomcat/tomcat-5.5-doc/jndi-datasource-examples-h owto.html. I would like to have an application-specific resource