Re: filter IP for a webapps through mod_jk

2007-08-24 Thread ian . blenk
Hi, Try removing element from your tomcat server.xml Quoting Sebastien Moretti <[EMAIL PROTECTED]>: > Hi, > > after some days of tries and research I was able to run properly tomcat > (5.5.23), apache 2 and mod_jk for the same machine. > > So now, my webapps are reachable with both URLs:

Re: JDBC driver of class '' for connect URL 'null' in Tomcat 5.5.12

2007-08-17 Thread ian . blenk
Thanks for all your advice, Problem sorted now. I moved the ojdbc14.jar into common/lib only, and set-up a context in the appname/META-INF/contex.xml. Tomcat still wouldn't start after renaming ResourceParams to Resource even after I had validated the xml with an xml validator tool. In the en

Re: JDBC driver of class '' for connect URL 'null' in Tomcat 5.5.12

2007-08-16 Thread ian . blenk
Thanks for your advice so far I've upgraded to the latest Oracle ojdbc14.jar and placed it the myapp\WEB-INF\lib folder, I also tried it the Tomcat\common\lib for for good measure but still got the same results. I'll continue to use ojdbc14.jar from now though. I've change the ResourceParams

JDBC driver of class '' for connect URL 'null' in Tomcat 5.5.12

2007-08-16 Thread ian . blenk
I'm upgrading from tomcat 4.1.24 to tomcat 5.5.12 on WinXP. I have three applications that are deployed from this server, two of which work fine with tomcat 5.5.12, however the third which uses an oracle 9i database gives me the following error "javax.servlet.ServletException: Cannot create JD