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]>

Reply via email to