RE : RE : log4j/JDBC driver problem

2004-06-14 Thread Heritier Arnaud
Configurator.doConfigure(DOMConfigurator.java > :615) > at > org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java > :583) > at > org.apache.log4j.xml.DOMConfigurator.configure(DOMConfigurator.java:6 > 93) > > -Original Message- > From: Heritier

RE : log4j/JDBC driver problem

2004-06-14 Thread Heritier Arnaud
> 2.) > java.sql.SQLException: Cannot load JDBC driver class > 'oracle.jdbc.driver.OracleD river' > at > org.apache.commons.dbcp.BasicDataSource.createDataSource(BasicDataSou > rce.java:529) > at > org.apache.commons.dbcp.BasicDataSource.getConnection(BasicDataSource > .java:312)

RE: How to retreive an application context path from a servlet init()

2003-11-14 Thread Heritier Arnaud
t; Since the ServletContext is part of javax.servlet, it should not know > anything about the Context path. Since that is an HTTP artifact. > > > -Tim > > Heritier Arnaud wrote: > > It's unfortunately what I saw. > > > > I don't understand why in

RE: How to retreive an application context path from a servlet init()

2003-11-14 Thread Heritier Arnaud
: Tim Funk [mailto:[EMAIL PROTECTED] > Envoyé : ven. 14 novembre 2003 02:44 > À : Tomcat Users List > Objet : Re: How to retreive an application context path from a servlet > init() > > > AFAIK, it can only be retrieved via the HttpServletRequest > > -Tim > > Her

How to retreive an application context path from a servlet init()

2003-11-13 Thread Heritier Arnaud
Hi guys !! I have a Struts application and I extend the ActionServlet. In the init(ServletConfig) method I would like to retreive the context path of the application where the servlet is used. I didn't find a solution. Am I stupid or too tired?? Do you have a standard servlet or a Struts specifi

RE: org.xml.sax.SAXException

2002-10-08 Thread HERITIER Arnaud
you can find it in your %ORACLE_HOME%\ora81\jdbc\lib directory. > -Message d'origine- > De: CLAIRE Celine [mailto:[EMAIL PROTECTED]] > Date: mardi 8 octobre 2002 11:30 > À: Tomcat Users List > Objet: RE: org.xml.sax.SAXException > > > where can I download classes12.zip > > > -M

RE: Logging to console not working with Tomcat 4.1.9

2002-08-28 Thread HERITIER Arnaud
I think that it could be a problem with the commons-logging API used by tomcat, struts, ... Theoricaly, commons-logging should discover itself the logging lib used(log4j, JDK 1.4, ...) but you can force it using a property files. See the commons logging doc to know more about this property file.