Norman, I am adding a section to the installation documentation with Servlet container specific notes. I will add you notes about the Orion application server. In addition I will need the product name and version information. Is Orion an open source project? What is the publisher's URL?
Paul Spencer Paul Spencer wrote: > 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]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
