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 part II

2000-04-19 Thread Bailey, Jeff A
After looking over my message I realized I didnt give very much info to help locate my issue. So here is all the relevant info. Within the .ear, I have a web application (which is where I am having my problems I believe so I will focus on that). Within the .ear I have the following directory

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/