Hi Matt, It probably means that you replaced the previous cactus.jar by the new one but you only did that on one side (server or client) but not on the other side.
I guess one improvement to Cactus could be that each side knows its version , compares it and report an explicit error if they are not the same ... Who wants to submit a patch ? :-) -Vincent > -----Original Message----- > From: Matt Raible [mailto:[EMAIL PROTECTED]] > Sent: 29 April 2002 18:02 > To: [EMAIL PROTECTED] > Subject: Problems upgrading to 1.3 > > I upgraded to 1.3 today and now I'm getting the error below. > > What I did to upgrade: > > Updated cactus.properties to new format > Removed trailing / from mapping paths in web.xml > Moved appropriate *.jar from lib to my app's lib directory > > Tried to run a test that was working before. > > 2002-04-29 10:54:19 StandardWrapperValve[ServletRedirector]: > Servlet.service() for servlet ServletRedirector threw exception > javax.servlet.ServletException: Missing service name parameter > [ServletTestRedirector_Service] in HTTP request. > > Here is the URL that cactus ends up calling: > > http://localhost/onpoint/ServletRedirector?Cactus_TestMethod=testInit&Ca > ctus_TestClass=com.onpoint.webapp.StartupServletTest&Cactus_AutomaticSes > sion=true&Cactus_Service=CALL_TEST > > This ends up displaying my app's error page in the browser. > > Thanks, > > Matt > > > > -- > To unsubscribe, e-mail: <mailto:cactus-user- > [EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:cactus-user- > [EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
