Webapp Alias

2005-06-02 Thread Benjamin Cuthbert
All I am trying to configure my tomcat so that i can server WAR's that are automatically generated. This application we have will deploy multiple WAR's and remove them over time, so instead of setting up the JKmounts in apache we just want to be able to say serve everything under http://www.ser

Re: can´t Configurate Database Connection Pool (DBCP) with Tomcat 5.0.28

2005-04-15 Thread Benjamin Cuthbert
nnect directly for example, it works correctly: ... DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver()); conn = DriverManager.getConnection("jdbc:oracle:thin:@*.*.*.*:1521:bddesa","**","**"); ... Thanks very much >From: "Benjamin Cuthbert" <[

Re: can´t Configurate Database Connection Pool (DBCP) with Tomcat 5.0.28

2005-04-15 Thread Benjamin Cuthbert
Sevillano Can you show me your JDBC configuration. Ben Cuthbert Deutsche Bank - Global Markets TISO Customer Trading Technology PGP: http://pgp.mit.edu +44 (0) 20 754 76389 (Tel) +44 (0) 20 754 74996 (Fax) "Sevillano sevi llano" <[EMAIL PROTECTED]> 04/15/2005 10:34 AM Please respond to "To

multiple webapps directory

2005-04-15 Thread Benjamin Cuthbert
All I am trying to setup my tomcat to enable multiple webapp directories the reason for this is that we have a number of webapps on our tomcat that we don't want to enter into the apache mod_jk config. So we would like to pass a JkMount /ct/*, so that /ct would contain all of the new applicati