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

2006-08-15 Thread Tom Bednarz
hat JDBC driver (DB 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.Standa

[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 java.util.jar.Ma

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: Now I like that users can type: http://my.mycompany.

Re: Preload of servlet does not work with Tomcat 5.5.15

2006-04-24 Thread Tom Bednarz
Markus Schönhaber wrote: Tom Bednarz wrote: I defined the following in the web.xml of my web application: MTWInit ch.smartsol.mtweb.servlets.MTWInit MailConfiguration /WEB-INF/config/Mail.properties 1 This servlet is NOT loaded at all. This is true for the

[ZySPAM] - [ZySPAM] - Re: [ZySPAM] - [ZySPAM] - Re: Preload of servlet does not work with Tomcat 5.5.15

2006-04-24 Thread Tom Bednarz
;true" in tag in conf/server.xml? -- Manivannan Palanichamy http://geocities.com/manivannan57 -Original Message----- From: Tom Bednarz <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Mon, 24 Apr 2006 08:19:10 +0200 Subject: Preload of servlet does not work with Tomcat 5.5.15

Preload of servlet does not work with Tomcat 5.5.15

2006-04-23 Thread Tom Bednarz
I have a silly problem: I defined the following in the web.xml of my web application: MTWInit ch.smartsol.mtweb.servlets.MTWInit MailConfiguration /WEB-INF/config/Mail.properties 1 This servlet is NOT loaded at all. This is true for the following situations: -

Re: JDBC DataSources with SYBASE Adaptive Server Anywhere

2006-03-07 Thread Tom Bednarz
ve the admin app in which you can define app-specific database cources... But Sun Java System App server not... There are in the SJSAS only global resources... I must learn more... So, many many thanks for your informations; I'm sorry that I didn't help you:-( Have a nice day PETR

Re: JDBC DataSources with SYBASE Adaptive Server Anywhere

2006-03-06 Thread Tom Bednarz
Statement(); 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! It looks like th

Re: JDBC DataSources with SYBASE Adaptive Server Anywhere

2006-03-03 Thread Tom Bednarz
e JDBC driver into the webapp's lib directory? Hope it helps PETR PS.: My Adaptive Server Enterprise 15 is working good, but not under Tomcat; it's standalone application... The initialization, driver URL was taken from the Sybase's JDBC documentation on their web sites. On 3/3/06, T

JDBC DataSources with SYBASE Adaptive Server Anywhere

2006-03-03 Thread Tom Bednarz
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 connection, DataSource invalid: "org.apache.tomcat.dbcp

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 ="org.apache.coyote.tomcat4.CoyoteSer