Hi Folks, I'm new to both the Java and Apache world. I've managed to get Tomcat up and running standalone (i.e talking via port 8080). I've created new applications (i.e. contexts) and tested JSPs and Servets in that application. Everything seems happy.
I've gotten Apache up and running. It happily serves pages. What I'm struggling with is getting Tomcat to run through Apache. I've followed the instructions that came in 'webapp-module-1.0-tc40-windows.zip' and placed the 'libapr.dll' and 'mod_webapp.so' files in apache's modules directory. I've modifed the httpd.conf file to add the 'LoadModule' and 'AddModule' commands to the file. I've also added the WebAppConnection and WebAppDeploy commands in httpd.conf. I've tried this using the commands described in the server.xml file and the slightly different version that's described in the Install.txt file). Either way Test Config says that Apache is happy. However my requests time out when I try to bring up the examples pages (with a URL such as http://127.0.0.1:8008/examples/jsp/index.html). Any help would be appeciated. I'm running on WinXp pro and running Tomcat 4.0.1 and Apache 3.22. Thanks - Rich -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
