You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Frans Thamura <ft...@yahoo.com> on 2001/07/23 04:42:05 UTC

[Help] Common Problem in every of my script

Dear All,

How to solve this? The error always show in my page,
even the file is static HTML...

I try to debug it, there is no error.

Help please.

Frans




TOMCAT
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
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


=====
Let's Empowering Open Source

__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

Re: [Help] Common Problem in every of my script

Posted by Dmitri Colebatch <di...@bigpond.net.au>.
Could you tell me what locations you have apache and tomcat serving, and
then the locations of the files you are trying to serve?  We'll see what
we can do.

cheers
dim

On Mon, 23 Jul 2001, Frans Thamura wrote:

> Hi Dimitri.
> 
> Work, the image is there..
> 
> I find it there..
> 
> This happen to all of my static html, and any relevan
> to static file, such as image.
> 
> Nothing happen there.
> 
> Yah, I remove the ROOT, but after I put ROOT.war
> again. this error still show up.
> 
> Frans
> 
> --- Dmitri Colebatch <di...@bigpond.net.au> wrote:
> > 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/
> > > 
> > 
> 
> 
> =====
> Let's Empowering Open Source
> 
> __________________________________________________
> Do You Yahoo!?
> Make international calls for as low as $.04/minute with Yahoo! Messenger
> http://phonecard.yahoo.com/
> 


Re: [Help] Common Problem in every of my script

Posted by Frans Thamura <ft...@yahoo.com>.
Hi Dimitri.

Work, the image is there..

I find it there..

This happen to all of my static html, and any relevan
to static file, such as image.

Nothing happen there.

Yah, I remove the ROOT, but after I put ROOT.war
again. this error still show up.

Frans

--- Dmitri Colebatch <di...@bigpond.net.au> wrote:
> 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/
> > 
> 


=====
Let's Empowering Open Source

__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

Re: [Help] Common Problem in every of my script

Posted by Dmitri Colebatch <di...@bigpond.net.au>.
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/
>