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 PM
To: [EMAIL PROTECTED]
Subject: driver configuration with DB2 and tomcat


Hi,

I am having DB2 for my end, and I have servlet running
inside tomcat-apache 4.0.  I have gotten DB2 exception
error about loading the DB2 driver.  I have place the
db2java.zip in the tomcat-apache/lib directory, and I
am still having exception problem.

However, if I am just running JDBC application from
the command prompt, and I can retrieve data from the
DB2, everything seem to works fine.

Any hint of what I should try?

Thanks!

Lawrence


__
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com




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 maxProcessors=75
   enableLookups=true redirectPort=8443
   acceptCount=10 debug=0 connectionTimeout=6/


-Original Message-
From: Miao, Franco CAWS:EX [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 18, 2001 8:59 AM
To: '[EMAIL PROTECTED]'
Subject: How to change Tomcat default port from 8080 to standard port
80?


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

Thanks!

Franco