Let me offer a thank you to Mr. Rakesh Bhalla for answering so many questions on this list! Is there any way in which you would like to get involved with Cactus?
Cheers, Nick -----Original Message----- From: Rakesh Bhalla [mailto:[EMAIL PROTECTED]] Sent: Friday, September 28, 2001 3:08 AM To: [EMAIL PROTECTED] Subject: Re: Errors while porting the Cactus sample in Weblogic 6.0 --- Dharnidhar Vemuri <[EMAIL PROTECTED]> wrote: > Hi, > > I got the following errors when trying to deploy the Cactus 1.2 > sample on Weblogic 6.0 > > Error 1. > > junit.framework.AssertionFailedError: Text missing 'Hello !' : > [<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Draft//EN"> > > <HTML> > <HEAD> > <TITLE>Error 404--Not Found</TITLE> 404 Error mainly occurs because you are not referring to the right JSP page. Probably you may want to look the context under which it is deployed. Well you start the ExamplesWebServer then the page would be referred to as http:/localhost:8080/examplesWebApp/hello.jsp . On the other hand if you refer to the DefaultWebServer, you should regfer to http:/localhost:8080/hello.jsp . > > Error 2. > > junit.framework.AssertionFailedError: expected:<value1 used for > testing> but was:<null> I feel this is just an implication of the previous error. Fix that and come back to the list. > Error 3. > > java.lang.ExceptionInInitializerError: You would have missed to add cactus.filterDirectorURL to the file cactus.properties. Refer to the Website as it has got indications as to how to deploy it. Regarding Errors 4 and 5 again I would say are implications of the same cactus.properties error. ===== Thanks. Rakesh Bhalla. __________________________________________________ Do You Yahoo!? Listen to your Yahoo! Mail messages from any phone. http://phone.yahoo.com
