Re: JDBC driver of class '' for connect URL 'null' in Tomcat 5.5.12

2007-08-16 Thread ashish shrivastava
check this http://evolutionnext.com/blog/2005/10/13/1129259088959.html On 8/16/07, Matthew Kerle [EMAIL PROTECTED] wrote: hmm, you have an interesting problem! first thing I'd say is use this opportunity to upgrade to the ojdbc14.jar, which is the latest oracle jdbc driver and allows lots

Re: how to pass a parameter to tomcat startup in windows?

2007-02-22 Thread ashish shrivastava
Try this: Open the tomcat console for widows (Start-ALL Programs --Apache Tomcat 5.X-- Monitor Tomcat). click on JAVA tab (the fourth one) Add the parameter in JAVA Options: *-Djavaagent:%INFRARED_HOME%\aspectjweaver-1.5.0.jar * now you can access the above property in your code Thanks Ashish