Xampp 1.7.1 w/Tomcat

Problems with the Windows version of XAMPP, questions, comments, and anything related.

Xampp 1.7.1 w/Tomcat

Postby mitch355 » 13. August 2009 21:32

I have installed Xampp with the Tomcat addon on a Windows 2003 Server. Apache works and so does Tomcat. The effort is to get Apache and Tomcat working together. I have made changes to the mod_jk.conf in order for Apache to pass servlet request over to tomcat but am only able get directory listings. I don't get any errors in the mod_jk.log. Can someone give me some pointers as to how to get the Apache Webserver and Tomcat working together?

--------------------------- mod_jk.conf follows -----------------------------------
<IfModule !mod_jk.c>
LoadModule jk_module modules/mod_jk.so
</IfModule>

<IfModule mod_jk.c>
JkWorkersFile "C:/xampp/apache/conf/extra/workers.properties"
JkLogFile "C:/xampp/tomcat/logs/mod_jk.log"
JkLogLevel info
JkOptions +ForwardKeySize +ForwardURICompat -ForwardDirectories

Alias /examples "C:/xampp/tomcat/webapps/examples"
Alias /manager "C:/xampp/tomcat/webapps/manager"


JkMount /*.jsp ajp13
JkMount /examples/* ajp13
JkMount /java/* ajp13

JkMount /manager ajp13
JkMount /manager/* ajp13



#<VirtualHost 127.0.0.1:80>
# DocumentRoot C:/xampp/tomcat/webapps/examples
# ServerName test
# JkMount /*.jsp ajp13
# JkMount /servlet/* ajp13
# Alias /examples "C:/xampp/tomcat/webapps/examples"

# <Directory "C:/xampp/tomcat/webapps/examples/">
# Options All
# Order allow,deny
# Allow from all
# </Directory>
# </VirtualHost>
</IfModule>
mitch355
 
Posts: 2
Joined: 20. May 2009 17:48

Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 106 guests