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 handles db config differently to account for this - see the CLI/CocoonBean docs (wherever they may be - wiki?)
Geoff
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 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
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
