Where are your images located? sounds to me like they exist in
$TOMCAT_HOME/webapps/admin/images or something. They should be in
$HTDOCS/images (for apache). If you want it to work (with images) for both
apache and tomcat, put the images under apache (as you should) and have
tomcat mount a root context with a path of $HTDOCS
hope this helps
cheesr
dim
On Mon, 25 Jun 2001 19:12, you wrote:
> Greetings,
>
> I put apache working with tomcat [mod_jk] and even in the default web pages
> that come in tomcat where exists gif images, through apache the images
> don't appear in web pages...
>
> For example,
>
> http://localhost:8080/admin -> acess directly to tomcat, the images come ok
>
> http://localhost/admin -> the web site appears ok, but images are
> missing...
>
> Well, the more strange is that in my old linux redhat 6.2 with apache
> 1.3.14 it works fine.
> In my new release, with redhat 7.0 or 7.1 [with kernel 2.4.x] I have this
> problem with the same configuration...
>
> --
> <psalazar/>