Sorry but there is no .jar file and the driver works while copying the stuff in WEB-INF/classes of each web. So it looks like that jar files are not needed to get tomcat running. Am I right? Otherwise: is it possible to create a jar file myself if it's a Tomcat must-have?
Martin -----Urspr�ngliche Nachricht----- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 07. Februar 2002 18:49 An: [EMAIL PROTECTED] Betreff: RE: Tomcat 3.3a & IIS & JDBC Your JDBC driver should have come in a .jar file (or multiples .jar files) and those should be put in the TOMCAT_HOME/lib/common directory (there are README files in the lib/ tree explaining what all the directories in there are for). Colin > ---------- > From: Martin Jussel[SMTP:[EMAIL PROTECTED]] > Reply To: Tomcat Users List > Sent: Thursday, February 07, 2002 11:48 AM > To: Tomcat Users List > Subject: AW: Tomcat 3.3a & IIS & JDBC > > Hi, > > - There are only *.class files in the dir and no jar's ... > - The driver should be usable from different webapps > > Martin > > > > -----Urspr�ngliche Nachricht----- > Von: Martin van den Bemt [mailto:[EMAIL PROTECTED]] > Gesendet: Donnerstag, 07. Februar 2002 18:37 > An: Tomcat Users List > Betreff: RE: Tomcat 3.3a & IIS & JDBC > > > put the jar file in the WEB-INF/lib directory of your webapp.. > > Mvgr, > Martin > > > -----Original Message----- > > From: Martin Jussel [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, February 07, 2002 18:42 > > To: [EMAIL PROTECTED] > > Subject: Tomcat 3.3a & IIS & JDBC > > > > > > Hi, > > > > I'm a newbie: I installed Tomcat and the IIS redirector successfully > and > > found the solution to host multiple webs with this configuration. But > > now I have to install a JDBC driver (SQLBase) and to get it run, I > found > > only the solution to copy the complete JDBC driver path > > (com.centurasoft.java.sqlbase) to the WEB-INF\classes of each web and > > define the path in the web.xml. > > > > Is there no *global* place for installing driver classes like this? > > > > Regards, > > Martin Jussel > > > > > > -- > > To unsubscribe: <mailto:[EMAIL PROTECTED]> > > For additional commands: <mailto:[EMAIL PROTECTED]> > > Troubles with the list: <mailto:[EMAIL PROTECTED]> > > > > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]> -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
