Norman, This looks like a problem with the Orion server. Per the Servlet 2.2 spec, section 10.2 and the example in section 10.2.2, the url-pattern /jetspeed is not the same as /jetspeed/*.
Paul Spencer Norman Sch�neich wrote: > Hello > > in order to run jetspeed within the orion application server the web.xml > file of jetspeed must be changed. > > orion needs a additional servlet-mapping-entry: > > <servlet-mapping> > <servlet-name> > jetspeed > </servlet-name> > <url-pattern> > /portal > </url-pattern> > </servlet-mapping> > > For tomcat the mapping to /portal/* and /portal are propably equal, but in > orion not. > > Maybe someone can add this entry and check in. > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
