<part meant for the Orion team and not for the list cut out>

> I agree. I thought web.xml was to allow for the mappings to. Is Orion not
> supporting this?

Of course we support this, Orion supports the Servlet 2.2 specification and
<servlet-mapping> is defined in that specification.

If in any doubt if Orion supports something in web.xml, read our documentation of
it:
http://www.orionserver.com/docs/web.xml.html

I just double checked using a servlet-mapping web.xml today and it behaves
correctly.

> I also tried putting my mapping in web.xml and it didn't
> work. Then I read the orion-web.xml.html and noticed it goes in there. I
> thought the spec allowed you to move the J2EE app to any J2EE compliant
> server and your web.xml and application.xml was all that was needed to get
> mappings and other things working..not server specific files?

Of course, when you ship your .ear to another server, you don't put the orion-*
files in your it (or if you use J2EE-RI your sun-* files won't be there and if
you use Weblogic, your weblogic-* files won't be there.)

Regards,
Karl Avedal


Reply via email to