[JBoss-user] [Installation & Configuration] - Re: Correct XML document for a servlet?

2004-12-10 Thread Loopy
Yay! Thanks, that worked. But if that's the case, what is the point in me putting in the URI mapping of /test if the final URI is going to be /[nameofwarfile] ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858163#3858163 Reply to the post : http://www.j

[JBoss-user] [Installation & Configuration] - Correct XML document for a servlet?

2004-12-09 Thread Loopy
I'm trying to deploy a servlet in a WAR for Jboss. I've tried to do it through JBossIDE, but haven't had any luck, so I'm trying to do this manually. I have created a ZIP file, and renamed it to WAR. Inside the WAR, I have the following structure | WEB-INF | |- classes | \- servletTe