Re: Tomcat 6 / Apache 2.2 integration problem (no images / tomcat deploys to temp dir)
- From: Andi <andreas.schneider@xxxxxxxxxxxxx>
- Date: Tue, 18 Mar 2008 07:23:22 -0700 (PDT)
Here a part of my http.conf. The name of the webapp is sw-builder:
------------------------------------------------------------------------------------------
Include E:\server\apache-tomcat-6.0\conf\auto\mod_jk.conf
<Directory "E:/server/apache-tomcat-6.0/webapps/sw-builder">
Order allow,deny
Allow from all
</Directory>
------------------------------------------------------------------------------------------
Here the generated mod_jk.conf:
------------------------------------------------------------------------------------------
#################### localhost:/sw-builder ####################
# Static files
Alias /sw-builder "E:/server/apache-tomcat-6.0/temp/0-sw-builder"
<Directory "E:/server/apache-tomcat-6.0/temp/0-sw-builder">
Options Indexes FollowSymLinks
DirectoryIndex index.html index.htm index.jsp
</Directory>
# Deny direct access to WEB-INF and META-INF
#
<Location "/sw-builder/WEB-INF/*">
AllowOverride None
deny from all
</Location>
<Location "/sw-builder/META-INF/*">
AllowOverride None
deny from all
</Location>
#
# Use Directory too. On Windows, Location doesn't work unless case
matches
#
<Directory "E:/server/apache-tomcat-6.0/temp/0-sw-builder/WEB-
INF/">
AllowOverride None
deny from all
</Directory>
<Directory "E:/server/apache-tomcat-6.0/temp/0-sw-builder/META-
INF/">
AllowOverride None
deny from all
</Directory>
JkMount /sw-builder/*.jsp ajp13
JkMount /sw-builder/*.jspx ajp13
JkMount /sw-builder/student/actionServlet ajp13
JkMount /sw-builder/actionServlet ajp13
------------------------------------------------------------------------------------------
Here the workers.properties:
------------------------------------------------------------------------------------------
worker.list=ajp13
worker.ajp13.port=8009
worker.ajp13.host=localhost
worker.ajp13.type=ajp13
------------------------------------------------------------------------------------------
.
- Follow-Ups:
- Re: Tomcat 6 / Apache 2.2 integration problem (no images / tomcat deploys to temp dir)
- From: Marcelo Morales
- Re: Tomcat 6 / Apache 2.2 integration problem (no images / tomcat deploys to temp dir)
- References:
- Prev by Date: Re: Dynamic Method Invocation (specific line)
- Next by Date: Sell - IDE IntelliJidea 7.0 personal license
- Previous by thread: Tomcat 6 / Apache 2.2 integration problem (no images / tomcat deploys to temp dir)
- Next by thread: Re: Tomcat 6 / Apache 2.2 integration problem (no images / tomcat deploys to temp dir)
- Index(es):
Relevant Pages
|
|