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:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to