Class loading error (javax/servlet/http/HttpServlet) on Tomcat 4.0.4

2002-06-25 Thread Wesley Gamble
Thanks for any help in advance. I am attempting to deploy a Web app. under Tomcat 4.0.4 on WinNT which works fine under Tomcat 3.2.3. I have made sure that all the stuff I need to be in the CLASSPATH is there, etc. While it is not correct, I am adding stuff to the CLASSPATH of the JVM before

Configuring PoolTcpConnectors for significant concurrency loads

2001-12-11 Thread Wesley Gamble
All, I am running Tomcat 3.2.3. I have modified my server.xml file to specify some of the sizing parameters on my PoolTcpConnectors, (both the Tomcat listen port and the AJP12 port, used for integration with Web servers) like so: Connector className=org.apache.tomcat.service.PoolTcpConnector

Configuring PoolTcpConnectors for many concurrent requests

2001-12-07 Thread Wesley Gamble
All, I am running Tomcat 3.2.3. I have modified my server.xml file to specify some of the sizing parameters on my PoolTcpConnectors, (both the Tomcat listen port and the AJP12 port, used for integration with Web servers) like so: Connector className=org.apache.tomcat.service.PoolTcpConnector

Tomcat NSAPI redirector and AJP13?

2001-10-04 Thread Wesley Gamble
All, Does the Netscape redirector for Tomcat 3.2.3 support ajp13? If so, are there binaries available or do I need to build the DLL myself? Thanks for any help, Wes Gamble [EMAIL PROTECTED]

RE: Netscape-tomcat redirector help

2001-10-03 Thread Wesley Gamble
Sunil, I successfully got Tomcat working with iPlanet 6.0 by using the nsapi_redirect.dll file from the Tomcat 3.1.x download site. I'm sure it will probably work with NES 3.61. Wes

Netscape redirector using ajp13 and Tomcat 3.2.3

2001-10-02 Thread Wesley Gamble
All, Does the Netscape redirector for Tomcat 3.2.3 support ajp13? If so, are there binaries available or do I need to build the DLL myself? Thanks for any help, Wes Gamble [EMAIL PROTECTED]

Interceptors

2001-09-20 Thread Wesley Gamble
All, Where is the best info. on using Tomcat interceptors with 3.2.x? I've looked for quite a while, and can't find much documentation at all on them. Should I just print whatever source I can find and try and puzzle it together from that? I need to be able to modify the value of a cookie