[Ejtools-cvs] CVS: applications/jmx.browser/src/webapp/resources struts-config.xml,1.1,1.2
Brought to you by:
letiemble
From: Laurent E. <let...@us...> - 2002-05-17 20:38:49
|
Update of /cvsroot/ejtools/applications/jmx.browser/src/webapp/resources In directory usw-pr-cvs1:/tmp/cvs-serv7998/jmx.browser/src/webapp/resources Modified Files: struts-config.xml Log Message: Add admin and search page mapping Index: struts-config.xml =================================================================== RCS file: /cvsroot/ejtools/applications/jmx.browser/src/webapp/resources/struts-config.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** struts-config.xml 17 May 2002 07:25:12 -0000 1.1 --- struts-config.xml 17 May 2002 20:38:47 -0000 1.2 *************** *** 14,18 **** <!-- ========== Action Mapping Definitions ============================== --> <action-mappings> ! <action path="/admin" forward="admin.jsp"/> <action path="/connect" type="net.sourceforge.ejtools.jmxbrowser.web.action.ConnectAction"> <forward name="view" path="/index.jsp"/> --- 14,19 ---- <!-- ========== Action Mapping Definitions ============================== --> <action-mappings> ! <action path="/admin" forward="/admin.jsp"/> ! <action path="/search" forward="/search.jsp"/> <action path="/connect" type="net.sourceforge.ejtools.jmxbrowser.web.action.ConnectAction"> <forward name="view" path="/index.jsp"/> |