RE: driver configuration with DB2 and tomcat

2001-10-21 Thread Leo Bynum
I think the db2java.zip needs to be in your classpath. Not the directory that the zip file is in, but the full path with the file name like this: tomcat-apache/lib/db2java.zip -Original Message- From: Lawrence Louie [mailto:[EMAIL PROTECTED]] Sent: Sunday, October 21, 2001 8:32

RE: How to change Tomcat default port from 8080 to standard port 80?

2001-10-18 Thread Leo Bynum
Try this: open the server.xml file and search for 8080. Replace the line so 8080 is replaced with 80 like this: !-- Define a non-SSL HTTP/1.1 Connector on port 8080 -- Connector className=org.apache.catalina.connector.http.HttpConnector port=80 minProcessors=5