Well... ;-)

(I'm a beginner both in terms of PriDE and servlets.)

Currently I simply set the VM arguments in the eclipse (Jetty Launcher) launch configuration.

Before, when I was using Tomcat/Sysdeo, I couldn't do this. Then I hard coded the properties:

System.setProperty("pride.driver", "com.sybase.jdbc2.jdbc.SybDriver");
...


Can't I specify VM arguments in the web.xml file?


/Anders
--
http://ojalgo.org/

Java Algorithms for Mathematics, Linear Algebra and Optimisation


Gwyn Evans wrote:
Hmm, out of interest, how are you specifying the DB details when
running PriDE from a web-app, as the docs I saw seemed to suggest this
would require system properties set at app startup?  Other than that,
it looked interesting, although I also mean to have a look at Spring's
JDBC support...

/Gwyn


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to