Hi Alice,
It doesn't make sense to me either. Are you able to run the sample provided
in the distribution ? I.e. without changing anything, cd to
<cactusroot>/sample/build and type 'ant tests'. You'll need to rename
build.properties.sample to build.properties and edit the file before running
Ant [Of course, you'll also need to have Ant installed, but that's simply a
matter of following the instructions on the Cactus web site which provides a
prepackaged Ant installation].
Thanks
-Vincent
----- Original Message -----
From: "Alice Wilson" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, July 23, 2001 10:24 PM
Subject: Re: FileNotFoundException: ServletRedirector
> Catherine Lee wrote:
> >
> > Hi,
> >
> > I tried to run the sample app (test.war) but got the
> > following error: java.io.FileNotFoundException:
> > http://catl/test/servlet/SnoopServlet (SnoopServlet is
> > the "ServletRedirector" in the JRun Server I'm using).
> >
> > My cactus.properties is in the classpath. I also tried
> > this URL from a brower and it works fine.(500 Internal
> > Server Error).
> >
> > Does anyone know how to resolve the FileNotFoundException
> > problem?
> >
> > Thanks,
> > -Catherine
>
> I'm having the same problem, but with an Orion server. From the log
> file, it looks like ServletTestRedirector.doPost is being called, but it
> never completes. Here's what's in the log file.
>
> 0 [ApplicationServerThread] DEBUG server.ServletTestRedirector -
> >doPost(...)
> 10 [ApplicationServerThread] DEBUG server.ServletTestRedirector -
> Default buffer size = 2048
> 30 [ApplicationServerThread] DEBUG server.ServletTestRedirector -
> Service called = CALL_TEST
>
>
> From adding additional logging, it looks like it dies on the following
> line in doPost:
>
> ServletTestCaller caller = new ServletTestCaller();
>
> This doesn't make any sense to me - does it to anyone else?
>
> Thanks
> Alice
>