Hi,
THe reason there is no debugging is because these are 404 errors. Tomcat
is not finding the pages expected. Now assuming that you have the root
context as $TOMCAT_HOME/webapps/ROOT then the first two requests:
> 2001-07-22 09:38:21 - Ctx( ): 404 R( +
> /_vti_bin/owssvr.dll + null) null
> 2001-07-22 09:38:21 - Ctx( ): 404 R( +
> /MSOffice/cltreq.asp + null) null
is looking for the files $TOMCAT_HOME/webapps/ROOT/_vti_bin/owssvr.dll and
$TOMCAT_HOME/webapps/ROOT/MSOffice/cltreq.asp -
which makes me ask the question is this really what you want to do - serve
an asp page with tomcat? AFAIK this is actually possible, but I'm not
sure why you'd do it.
> 2001-07-22 09:38:23 - Ctx( /cimande ): 404 R( /cimande
> + /images/spacer.gif + nu
> ll) null
> 2001-07-22 09:38:23 - Ctx( ): 404 R( +
> /images/agri.jpg + null) null
> 2001-07-22 09:38:23 - Ctx( /cimande ): 404 R( /cimande
> + /images/blank.gif + nul
> l) null
> 2001-07-22 09:38:25 - Ctx( /cimande ): 404 R( /cimande
> + /images/spacer.gif + nu
> ll) null
> 2001-07-22 09:38:25 - Ctx( /cimande ): 404 R( /cimande
> + /images/blank.gif + nul
> l) null
The rest of these are images, and expected in a directory
$TOMCAT_HOME/webapps/cimande/images/spacer.gif and
$TOMCAT_HOME/webapps/cimande/images/blank.gif.
Essentially I think you'll find that those things dont exist in those
places (o:
cheesr
dim
>
>
> =====
> Let's Empowering Open Source
>
> __________________________________________________
> Do You Yahoo!?
> Make international calls for as low as $.04/minute with Yahoo! Messenger
> http://phonecard.yahoo.com/
>