Hi Josh, > -----Original Message----- > From: Josh Lam [mailto:[EMAIL PROTECTED] > Sent: 11 January 2004 08:29 > To: [EMAIL PROTECTED] > Subject: Eclipse Plugin Question > > Hi, > > I have both the catus runner plugin and the web app > plugin installe in Eclipse 2.1. > > When I tried to run a Cactus test, I got: > > org.apache.cactus.util.ChainedRuntimeException: Failed > to get the test results at > [http://localhost:8080/test/ServletRedirector] > > I am pretty sure its something I did not configure > properly. > > Do I need to have Jetty started?
No. It is started automatically by the plugin. > > Also, when I looked at my Cactus container preferences > in Eclipse, it had Jetty checked and it says that the > location of the jetty.xml file is src/webapp/jetty.xml > Question is, what is that path relative to? is it my > Jetty installation? Nope. It's the path relative to your Eclipse project. However it's optional and is used to customize Jetty. Have you checked the webapp plugin properties? (http://jakarta.apache.org/cactus/integration/eclipse/webapp_plugin.html ). In there you'll find the path to your web.xml file. You need to have a web.xml file containing the Cactus redirector (in the current version of the plugin, it is not added automatically). Can you also check your eclipse workspace log file (it's located in ECLIPSE_HOME/workspace/.metadata/.log). Thanks -Vincent > > Thanks. > > -- > Josh > > __________________________________ > Do you Yahoo!? > Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes > http://hotjobs.sweepstakes.yahoo.com/signingbonus > > --------------------------------------------------------------------- > 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]
