Connector « Tomcat « JSP-Servlet Q&A





1. java.lang.ClassNotFoundException: org.apache.catalina.connector.Response    stackoverflow.com

I am using Eclipse Helios to program JSP and POJOs running on Tomcat 5.5. I am trying to use the org.apache.catalina.connector.Response class as follows: import org.apache.catalina.connector.*; ... Response resp = (Response) r; where r ...

2. Java Servlet container for IIS    stackoverflow.com

I'm trying to configure the visualisation SDK from Thinkmap.com to use it in an IIS7 environment. Does anyone have any experience of this? Thinkmap is served from Tomcat but I'd like to ...

3. connector for tomcat and apache    coderanch.com

hiz..got confused with all the different versions of apache and tomcat.need to connect both of them to work together. I have downloaded apache 2.0 and tomcat 4.1.18. what is the best connector for both of them to work?Is there any page that have simple to follow steps?coz i read a few pages and got really confused by the whole lot. thankz=) ...