[ http://nagoya.apache.org/jira/browse/CACTUS-81?page=history ]
Thomas Schapitz updated CACTUS-81: ---------------------------------- Attachment: remote-cactus-patch.diff What it does: This patch enables using the <cactus> task to run tests on remote containers, and using https. What it doesn't: It is not supporting deployment or startup of a remote container. But you may do this seperately from cactus. A typical usage migth could be: <containerset> <generic port="${myport}" server="${myhost}" protocol="https"/> </containerset> Notes: I fixed the documentation, reflecting this. There are to fixes to the classpath for javac in documentation/build.xml integration/ant/build.xml I needed to get this done. > Cactus does not support remote testing > -------------------------------------- > > Key: CACTUS-81 > URL: http://nagoya.apache.org/jira/browse/CACTUS-81 > Project: Cactus > Type: Wish > Components: Ant Integration > Versions: 1.5 > Environment: Operating System: Linux > Platform: PC > Reporter: Ivens > Fix For: 1.7 > Attachments: remote-cactus-patch.diff > > The current version does not support remote tests, by this I mean, the client > on > one machine and the server on another machine on the network. > The client and the server must be running on the same machine for the <cactus> > ant task to work. It seems that Cactus has 'localhost' hardcoded. > Also, cactus completely ignores the cactus.contextURL property. I does not > matter if you put it in cactus.properties or pass it in the ant command as > -Dcactus.contextURL=<url here>. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://nagoya.apache.org/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]