About mod_webapp and php...

2002-01-28 Thread Romain Bertucelli
Dear all, I have just read the explanation of Craig R. McClanahan about the way mod_warp works. (mod_webapp and php) The following part of the README seems to indicate that the mod_webapp will change * Currently, mod_webapp forwards *all* requests under the specified context path to

About mod_webapp and php

2002-01-28 Thread Romain Bertucelli
Dear all, I have just read the explanation of Craig R. McClanahan about the way mod_warp works. (mod_webapp and php) The following part of the README seems to indicate that the mod_webapp will change * Currently, mod_webapp forwards *all* requests under the specified context path to

Re: TOMCAT and ORACLE

2001-05-02 Thread Romain BERTUCELLI
Hi, What about USER and PASSWORD ? Connection connection = DriverManager.getConnection(jdbc:oracle:thin:@myhost:1521:orcl); This is the url I use to connect to Oracle : jdbc:oracle:thin:user/passwd@myhost:1521:orcl Rom1.

Properties + jdbc

2001-04-19 Thread Romain Bertucelli
Hi all, I'm begining working with Tomcat and servlets and I've heard that jdbc parameters (jdbc url, login, passwd) should be set in a .properties file. My question : How do I get these parameters in my DataBaseAccess Class (I mean, with which method) ? Thanks in advance, Romain.