Re: servlet-map part II

2000-04-20 Thread Karl Avedal
Hello Jeff, "Bailey, Jeff A" wrote: I assume that the web.xml works and I just dont know how to implement it correctly, could you point me / us in the right direction? Basically I have tried placing this in web.xml: servlet-mapping servlet-nameblah/servlet-name

RE: servlet-map part II

2000-04-20 Thread Kevin Duffey
Hi, Of course we support this, Orion supports the Servlet 2.2 specification and servlet-mapping is defined in that specification. I pretty much figured it did, just from talking to Magnus alot. But, it seemed odd to me that more than one person is having this problem. I am quite sure we are not

RE: servlet-map

2000-04-19 Thread Kevin Duffey
I had to use the orion-web.xml file to get servlet mapping to work. Look in the HELP files for orion-web.xml.html in the DOCS folder. It will explain how to map a servlet. I map *.do to my specific servlet, which resides in WEB-INF/classes and loads just fine.

RE: servlet-map part II

2000-04-19 Thread Bailey, Jeff A
issue) Thanks again. Jeff -Original Message- From: Bailey, Jeff A [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 19, 2000 11:20 AM To: Orion-Interest Subject: RE: servlet-map I am having the same issue with a very similar co

RE: servlet-map part II

2000-04-19 Thread Kevin Duffey
Hi, snip META-INF/ (will ignore) ejb-app/ (will ignore) web-app/ admin/ images/ ** META-INF/ (will ignore) ?? Why? As far as I know there is no META-INF below the web-app. ** WEB-INF/ orion-web.xml web.xml classes/

RE: servlet-map

2000-04-19 Thread Mark Koontz
ril 19, 2000 4:14 PM To: Orion-Interest Subject: RE: servlet-map I had to use the orion-web.xml file to get servlet mapping to work. Look in the HELP files for orion-web.xml.html in the DOCS folder. It will explain how to map a servlet. I map *.do to my specific servlet, which resides in WEB-INF/cl