Hi guys,

I found the solution - my fault:

If anyone's interested:

within the context.xml of the servlet I had the following realm-specification.

  <Resource
    auth="Container"
    description="DB Connection for SSO"
    name="jdbc/SSODS"
    type="javax.sql.DataSource"
    factory="org.apache.commons.dbcp.BasicDataSourceFactory"

I've ported the Servlet from Tomcat 5.5 to Tomcat 6, and if I'm not
mistaken, there had been some re-naming and re-packaging of
commons-dbcp within Tomcat so that dbcp now is an integral part of
Tomcat and needs not to be added to Tomcat after installation any
more.

Rgds

Gregor
-- 
just because your paranoid, doesn't mean they're not after you...
gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2
gpgp-key available @ http://pgpkeys.pca.dfn.de:11371

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to