Hi Holger, You must be using Cactus 1.2 as this has been changed for Cactus 1.3. Are there some leftover of it somewhere ?
Thanks -Vincent > -----Original Message----- > From: Holger Danske [mailto:[EMAIL PROTECTED]] > Sent: 24 May 2002 08:27 > To: Cactus Users List > Subject: RE: org.apache.cactus.util.ChainedRuntimeException: Not a valid > response > > Hello Vincent. > > Thanks for help. I've found the error. The error was > in the web.xml in the servlet-mapping: > > My setting was, like in the docu of Cactus > > <servlet-mapping> > <servlet-name>ServletRedirector</servlet-name> > <url-pattern>/ServletRedirector/</url-pattern> > ^ > </servlet-mapping> > > That doesn't run on the BEA Weblogic. In the > BEA-Weblogic the following setting is needed: > > <servlet-mapping> > <servlet-name>ServletRedirector</servlet-name> > <url-pattern>/ServletRedirector</url-pattern> > ^ > </servlet-mapping> > > I hope that this in only a problem with the Bea > Weblogic, elsewhere the docu of cactus must be wrong. > > THX > > JD > > > > > > --- Vincent Massol <[EMAIL PROTECTED]> schrieb: > Hi > Holger, > > > > I've just added a FAQ entry for this : > > http://jakarta.apache.org/cactus/faq.html#faq6 > > > > Please check it and tell me if it helped you solve > > the problem ! :-) > > > > Thanks > > -Vincent > > __________________________________________________________________ > > Gesendet von Yahoo! Mail - http://mail.yahoo.de > Yahoo! pr�sentiert als offizieller Sponsor das Fu�ball-Highlight des > Jahres: - http://fifaworldcup.yahoo.com/de/ > > -- > 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]>
