Hi!


I'm trying to make cactus task work on app server running on dummy interface (app server - JBoss, OS - Linux).
To do this i have to use <generic> container, since <jboss3x> (or any other supported container) does not support fine-grained startup configuration.
Ok, jboss, starts on the right interface on the right ports.
Cactus ant task tries to connect server to run tests, but it queries "http://localhost:XXX/YYYYY";, not custom address which dummy interface uses.
I find no way to configure it (or i've miss it).
in CactusTask.java there is line which sets up contextUrl to "http://localhost"; + bla bla bla, not any custom address.


There is a note in the cactus task documentation what task queries localhost (only) and container should be configured to accept these requests.

Are any ways to overcome the situation and force cactus to connect custom contextUrl??

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



Reply via email to