Date: 2004-06-16T08:56:35
   Editor: ScottVlaminck <[EMAIL PROTECTED]>
   Wiki: Jakarta Cactus Wiki
   Page: FrequentlyAskedQuestions
   URL: http://wiki.apache.org/jakarta-cactus/FrequentlyAskedQuestions

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -11,5 +11,5 @@
 || How do I call Cactus from Ant? || Please see 
http://jakarta.apache.org/cactus/integration/ant/index.html ||
 || Why would I use Cactus rather than JUnit? || Use Cactus when you want to test 
Servlets, JSPs or anything that needs to run within a servlet container.  Use JUnit 
for anything else(!) ||
 || I'm using Cactus to test a servlet. Can I test multiple methods of the servlet in 
one test-case class? Also, it seems that after I run the test-case, the connection(s) 
to the container remain open, eventually blocking subsequent connection attempts when 
I try to run the tests again. How can I stop this happening? I'm using Ant & JBoss 
3.2. || <insert answer here> ||
-|| Where are the Eclipse integration downloads? || The Eclipse plugin has been 
removed. Please see the note on 
http://jakarta.apache.org/cactus/integration/eclipse/index.html ||
+|| Where are the Eclipse integration downloads? || The Eclipse plugin has been 
removed. Please see the note on 
http://jakarta.apache.org/cactus/integration/eclipse/index.html -However, I've found 
that to run cactus tests within Eclipse 3.0, you can simply run your cactus test as a 
jUnit test if you set a VM argument for ''cactus.contextURL'' (with something like 
''-Dcactus.contextURL=http://localhost:8080/test''). I would think that you may be 
able to achieve the same result with an Eclipse startup parameter. ||
 || I am not using a J2EE distro to run my Tomcat 5 server, just J2SE. Which version 
of Catus do I download? || <insert answer here> ||

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

Reply via email to