Update of /cvsroot/webmacro/webmacro/distroot
In directory usw-pr-cvs1:/tmp/cvs-serv23314/distroot
Modified Files:
CONFIGURING-EXAMPLES
Log Message:
Index: CONFIGURING-EXAMPLES
===================================================================
RCS file: /cvsroot/webmacro/webmacro/distroot/CONFIGURING-EXAMPLES,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** CONFIGURING-EXAMPLES 15 Nov 2002 01:15:22 -0000 1.3
--- CONFIGURING-EXAMPLES 15 Nov 2002 01:20:34 -0000 1.4
***************
*** 76,84 ****
This technique avoids moving directories all over the place.
! Assume that you have placed webmacro/ in /usr/local/web
! and /usr/local/web is an application directory for http://localhost
1) Copy webmacro.jar to <resin_home>/lib
! 2) Add the following to your resin.conf:
<web-app id='wm' app-dir='webmacro/examples'>
<servlet-mapping url-pattern='/servlet/*' servlet-name='invoker'/>
--- 76,84 ----
This technique avoids moving directories all over the place.
! Assume that you have installed webmacro/ in /usr/local/web
! and /usr/local/web is an application root directory for http://localhost
1) Copy webmacro.jar to <resin_home>/lib
! 2) Add the following to your resin.conf within the application host section:
<web-app id='wm' app-dir='webmacro/examples'>
<servlet-mapping url-pattern='/servlet/*' servlet-name='invoker'/>
|