Hi,

I've setup cactus on Weblogic 6.0 SP2. The sample
application works fine.

I want to setup my servlet classes and test classes
outside of a web application. I tried this with the
foll. scenario.

Classes:d:\test\classes (in classpath)
com.test.MyServlet
com.test.TestMyServlet

The test fails with ClassNotFoundException.

I then moved the above classes to a sample web app's
web-inf\classes directory. In this case, the tests ran
successfuly.

I'd like to understand how I can setup my servlet and
test classes correctly. Or is it that test classes and
servlet classes have to be setup within the context of
a webapp?

Thanks.

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

Reply via email to