[SPAM ?]Re: [SPAM ?][SPAM ?]Re: [SPAM ?]Error in dependencyCheck when using Connection pooling

2006-08-15 Thread Tom Bednarz
and version), Tomcat version, and JDK version are you using? HTH /mde/ just my two cents . . . . --- Tom Bednarz [EMAIL PROTECTED] wrote: I get a very strange error when starting my web-app: --- 14.08.2006 18:38:25 org.apache.catalina.core.StandardContext start SCHWERWIEGEND: Error

[SPAM ?]Error in dependencyCheck when using Connection pooling

2006-08-14 Thread Tom Bednarz
I get a very strange error when starting my web-app: --- 14.08.2006 18:38:25 org.apache.catalina.core.StandardContext start SCHWERWIEGEND: Error in dependencyCheck java.io.IOException: invalid header field at java.util.jar.Attributes.read(Attributes.java:393) at

Tomcat 5.5 configuration problem

2006-05-04 Thread Tom Bednarz
I like to define a HOST which is bound to one of my webapplications. I have the following directory structure: $CATALINA_HOME/webapps/app1 $CATALINA_HOME/webapps/app2 $CATALINA_HOME/webapps/app3 server.xml: Engine defaultHost=localhost name=Catalina Realm

Re: JDBC DataSources with SYBASE Adaptive Server Anywhere

2006-03-06 Thread Tom Bednarz
(); Statement st2 = cn.createStatement(); st2.execute(USE test); st2.close(); cn.close(); On 3/3/06, Tom Bednarz [EMAIL PROTECTED] wrote: Hi, Thanks for your help. It brought me one step further but did not yet solve the problem

Re: JDBC DataSources with SYBASE Adaptive Server Anywhere

2006-03-03 Thread Tom Bednarz
sites. On 3/3/06, Tom Bednarz [EMAIL PROTECTED] wrote: I try to configure a JDBC DataSource for my Adaptive Server Anywhere 9 database. Unfortunately without any success so far! I use Tomcat 5.5.18. The error is well known and looks as follows: org.apache.jasper.JasperException: Unable to get

Tomcat and client certificates

2006-01-31 Thread Tom Bednarz
Is it possible to run on the same container (instance of Tomcat) web application that DO require certificates and other applications that do NOT require certificates? To define required client certificate authorization one needs to define in SERVER.XML Connector className=