You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Raffaele Viola <ra...@gmail.com> on 2006/09/19 15:47:15 UTC

problem with path

Hi all,

I have Apache/2.0.54 mod_jk/1.2.18 and tomcat 5.5.9 installed on Sun
Solaris8.

I've inserted the rows
JkAutoAlias /usr/local/tomcat/webapps
and
JkMount /My_application default
JkMount /My_application/* default
in the httpd.conf and
workers.tomcat_home=$CATALINA_HOME
workers.catalina_home=$CATALINA_HOME
workers.java_home=$JAVA_HOME
ps=/
worker.list=default
worker.default.port=8009
worker.default.host=localhost
worker.default.type=ajp13
worker.default.lbfactor=1
in the workers.properties.
When I try to load the /My_application/index.html with Apache the page can't
load the images but if I try to load by Tomcat the page works correctly.

Can someone help me?

Thanks
Raffo