Thanks for the feedback Leonard. The classpath is indeed different on the client side and on the server side as explained in http://jakarta.apache.org/cactus/getting_started.html.
I'm glad it works for you. -Vincent > -----Original Message----- > From: Yang, Leonard [mailto:[EMAIL PROTECTED]] > Sent: 10 January 2002 16:30 > To: [EMAIL PROTECTED] > Subject: one solution for "javax.servlet.ServletException: Error > instanciating class" > > I had such "javax.servlet.ServletException: Error instanciating class" > error > while deploying cactus with my app. The problem was due to classpath > differences on server and client side. To be specific, the classpath in > (weblogic) <wlrun> task points to different classpath as specified in > <junit> task. Thus cause the error when junit framework reflects on test > class. > > > Leonard Yang > > > > > -- > 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]>
