RE: Tomcat/IIS

2001-09-14 Thread Robert Turner
I set mine up with the information supplied on the tomcat section of the Jakarta web site. One major thing to watch out is that when setting paths in the tomcat files such worker.properties etc you must use 8.3 format. For example you use workers.tomcat_home=c:\progra~1\jakart~1.3 instead of c:\pr

RE: Database Driver - I have found the answer

2001-09-07 Thread Robert Turner
I have found the answer to the problem. In the files workers.properties and wrapper.properties there are some classpath lines. I each I added a line with the JSQLconnect.jar in it. worker.inprocess.class_path=$(workers.tomcat_home)$(ps)lib$(ps)JSQLconnect.jar wrapper.class_path=$(wrapper.tomcat_h

RE: Database Driver

2001-09-07 Thread Robert Turner
; > message (or any attachment hereto) to anyone. > Instead, please destroy this > > message (and any attachment hereto), and kindly > notify the sender by reply > > email. Any information in this message (and any > attachment thereto) that > > do not relate to th

Database Driver

2001-09-06 Thread Robert Turner
I downloaded JSQLConnect, JDBC MSSQL type 4 driver, but I am failing to get it to work. I am using Windows XP (RC1), MSSQL7, IIS5 and Tomcat 3.3 I have placed the jsqlconnect.jar in the tomcat lib folder and have also placed that location in the CLASSPATH environmental variable. The code I am

JSP JDBC MSSQL configuration

2001-09-04 Thread Robert Turner
I am trying to connect to a MSSQL database withi a JSP page and I am find documentation a little woolly. Firstly I created a OBDC connection called 'Phone', which I tested when I set it up and it said it was successful. I also tried it out within an MS Access database and again it worked fine, li