JBoss 3.2.3 
Windows 2000 Professional/Server

I have a web application and I want to map the invoker servlet to servlet/*.  For this 
same application to run in standalone Tomcat 4.1 I added the following to the web.xml 
file: 
    
  | <servlet-mapping>
  |         <servlet-name>invoker</servlet-name>
  |         <url-pattern>/servlet/*</url-pattern>
  | </servlet-mapping>
  | 
Which xml config file would I need to modify in the JBoss world?  To deploy my webapp 
I am dropping the war file into the default/deploy directory.  I have tried changing 
the Web.xml file in the default/conf dir but the server always changes this file back 
to its original state.

Thanks,
Adam

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

<a 
href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825997>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