newbie---tomcat classpath

2002-07-23 Thread Yu Ye Zhou
Hi: I just successfully install memory realm. I want to use JDBC realm instead. I need to put the JDBC driver referenced by the friverName attribute into Tomcat's classpath. What is tomcat's classpath? Where can I find it? Thanks. __ Do You

Re: newbie---tomcat classpath

2002-07-23 Thread Rick Fincher
Hi, That means you have to put the driver files (usually in a jar file) someplace where Tomcat can see them. A good place for jar files is CATALINA_HOME/common/lib. If it is there Tomcat can use it and your webapps can too. If your driver files aren't in a jar you can put them in