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

Reply via email to