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
>
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