Re: How to assert forwards?

2005-08-15 Thread Niklas Lindholm
Hi! Yes, separating the forwarding from the rest is definitely a solution. Thanks very much for the help Kazuhito and Nicolas! /Niklas On Mon, 15 Aug 2005, Kazuhito SUGURI wrote: > Hi Niklas, > > In article <[EMAIL PROTECTED]>, > Sat, 13 Aug 2005 12:24:54 +0200 (CEST), > Niklas Lindholm <[EMA

Re: ServletRedirector context

2005-08-15 Thread David Turley
Correction: "I have tried to browse to that location and I get 404'd. If I browse to http://localhost:8081/app/ServletRedirector?Cactus_Service=RUN_TEST, however, I get a blank page. " I meant when I browse to http://localhost:8081/ServletRedirector?Cactus_Service=RUN_TEST, which lacks the /

Re: ServletRedirector context

2005-08-15 Thread David Turley
More information about the problem: When trying to run the ant cactus task with ant debug mode on, after the Tomcat starts up, I get the following repeatedly until it times out. [cactus] Checking if server is up ... [cactus] Failed to connect to [http://localhost:8081/app/ServletRedirecto

ServletRedirector context

2005-08-15 Thread David Turley
My cactus.contextURL is set to /app, but for some reason the servlet redirector is being mapped to /ServletRedirector . So when I run the Ant Cactus task, it tries to find it at /app/ServletRedirector, but it isn't there. I tried putting the servletredirector tag into the cactifywar task and