Re: Socket exception in a simples Cactus test

2008-10-30 Thread nicolas.duminil
ou can start Cactus in Eclipse is by using Jetty as > a container. > > Cheers, Petar. > > 2008/10/30 nicolas.duminil <[EMAIL PROTECTED]>: >> >> Greetings, >> >> I'm doing a simple Cactus test using Eclipse 3.3 with WTP. Here is the >> class >

Socket exception in a simples Cactus test

2008-10-30 Thread nicolas.duminil
Greetings, I'm doing a simple Cactus test using Eclipse 3.3 with WTP. Here is the class I'm trying to test in the WebLogic 10.3g HTTP container: public class Basic { public String saySomething (String something) { return "I'm saying " + something; } } I created the following Servlet T