Re: JDBC-Driver and web.xml

2004-02-04 Thread Stephan Coboos
julien bloit wrote: Hi Stephan, Did you finally get your database connection running? I'd be interested to know how to do this, since I'm running Cocoon on a server over Tomcat, but I don't have user rights to shutdown/restart Tomcat for new database driver configuration in the web.xml file and in

Re: JDBC-Driver and web.xml

2004-02-03 Thread julien bloit
he cocoon.xconf file. Thanks Julien - Original Message - From: "Stephan Coboos" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 02, 2004 6:51 PM Subject: Re: JDBC-Driver and web.xml > Reinhard Poetz wrote: > > >From: Stephan Coboo

Re: JDBC-Driver and web.xml

2004-02-02 Thread Stephan Coboos
Reinhard Poetz wrote: From: Stephan Coboos Hello, I have a simple question: Why ist it necessary to register the jdbc driver in web.xml? Is it possible to use the driver without this registration? What happens if Cocoon runs not as webapp? So web.xml is not accessible, isn't it? You c

Re: JDBC-Driver and web.xml

2004-02-02 Thread Geoff Howard
Nicolas Toper wrote: What do you mean if cocoon doesn't run as a webapp? Cocoon is not tied to the servlet environment, and can be run from an arbitrary environment in theory. In practice, there are two (three?) environments: servlet/http and command-line. IIRC the command-line environment ha

RE: JDBC-Driver and web.xml

2004-02-02 Thread Reinhard Poetz
From: Stephan Coboos > Hello, > > I have a simple question: > > Why ist it necessary to register the jdbc driver in web.xml? Is it > possible to use the driver without this registration? What happens if > Cocoon runs not as webapp? So web.xml is not accessible, isn't it? You can also configu

Re: JDBC-Driver and web.xml

2004-02-02 Thread Nicolas Toper
What do you mean if cocoon doesn't run as a webapp? Well, JDBC drivers are registered somewhere :=) cf the Servlet Spec for more details :=) Le Lundi 02 Février 2004 17:02, Stephan Coboos a écrit : > Hello, > > I have a simple question: > > Why ist it necessary to register the jdbc driver in we

JDBC-Driver and web.xml

2004-02-02 Thread Stephan Coboos
Hello, I have a simple question: Why ist it necessary to register the jdbc driver in web.xml? Is it possible to use the driver without this registration? What happens if Cocoon runs not as webapp? So web.xml is not accessible, isn't it? Thank you. Regards Stephan -