ankush2kn wrote:
Hi,

I am using apache & Tomcat with mod_jk.

When i point my browser to "www.mycompany.com/myapp",  myapp works fine and
displays index.jsp. However, none of the images in my jsp show up. In fact,
all JSPs & HTMLs in myapp load fine, but none of the images (gif/jpg) or the
scripts (.js files) load.

I even tried directly accessing the images by "www.mycompany.com/myapp/images/image_name.gif". I know this link is correct
because the images folder is within myapps. There is URL forwarding or
anything like that. Everything works fine when i push the same build on my
IIS+Resin server.

Am i missing a setting in Apache or Tomcat? Why are non-jsp file being
filtered?

Can you show us which "JkMount" (or other Apache-to-Tomcat mapping instructions) are in your Apache httpd configuration file(s) ?


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to