Update:

In the cactus ant task, I was specifying a server.xml file instead of using the default. I did this because if I don't, I get the following complaint:

[cactus] java.lang.RuntimeException: Exception looking up data source: Name jdbc is not bound in this Context

But then the test redirectors initialize correctly and everything. It's as if I have a choice between my jdbc connection and the test redirectors working. What do I need to do to get both to work? By the way, where is the "default" server.xml located? The server.xml I specify is in TOMCAT_HOME/conf/... At first I thought that would be the default, but apparently not.

Once again, any help on this would be appreciated. The lack of help thusfar has been discouraging, but I understand that you all have your own lives and your own projects and don't give a rats behind about my project ;-).

Thanks,
David


David Turley wrote:

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 /app, which is the context my application runs under.

David Turley wrote:

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/ServletRedirector?Cactus_Service=RUN_TEST] (Connection refused)

Then I get the timeout message:
Failed to start the container after more than [180000] ms. Trying to connect to the [http://localhost:8081/app/ServletRedirector?Cactus_Service=RUN_TEST] test URL yielded a [-1] error code. Please run in debug mode for more details about the error.

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 turned on cactus logging but didn't see anything new about the error.

Anyone have any clues for me? Do you need more information to help me? Let me know.

Thanks,
David Turley

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to