newbie question: Tomcat/Apache settings

2005-07-01 Thread Hong wu
Hi, I have apache 1.3.x and tomcat 4.x installed on XP machine. apache is running at port 80 and tomcat running on port 8080. it seems that tomcat has its own web server, even i stopped the apache server process, tomcat was able to run on its own. my question is: how to integrate apache and

Re: newbie question: Tomcat/Apache settings

2005-07-01 Thread Mark Thomas
Have a look at http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/connectors.html for an overview of the different type of connectors. You need the web server type rather than the HTTP type. You should use the mod_jk with Apache.