Environment:
Windoze 2000 Professional/Server
JBoss 3.2.3

I have a web application that I am currently running in Tomcat 4.1.  In Tomcat I have 
the invoker servlet mapped to servlet/*.  To accomplish this I added the code below to 
the web.xml file:

  |     <servlet-mapping>
  |         <servlet-name>invoker</servlet-name>
  |         <url-pattern>/servlet/*</url-pattern>
  |     </servlet-mapping>
  | 

In the JBoss world where would I make this change?

I am deploying my app by placing the war file into the default/deploy directory.  I 
tried making the above change to the web.xml file in the default/conf directory to no 
avail.  It appears the server changes this file back to its original state.

Thanks,
Adam


<a 
href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3826000#3826000";>View 
the original post</a>

<a 
href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3826000>Reply 
to the post</a>


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to