You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by Julien Ruaux <jr...@octo.com> on 2002/10/21 19:22:51 UTC

Eclipse Plugin : Milestone 1 reached !

You now can launch the sample-servlet and see that the tests pass.
To do this :
    - set up tomcat with the sample-servlet webapp on port 8081, context
url = test (http://localhost:8081/test)
    - in Eclipse make a new project with the test classes and the
classes to test from sample-servlet
    - put all the required jars on the build path of this Eclipse
project
    - finally click Run As : Cactus Test on any test fil, and voila !
 
Julien