openamf/docs README.txt,1.6,1.7

[email protected]
Newsgroups gmane.comp.java.openamf.cvs
Message-ID <[email protected]>
Update of /cvsroot/openamf/openamf/docs
In directory sc8-pr-cvs1:/tmp/cvs-serv1597/docs

Modified Files:
	README.txt 
Log Message:
added info about openamf-config.xml and webservice-build.xml

Index: README.txt
===================================================================
RCS file: /cvsroot/openamf/openamf/docs/README.txt,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** README.txt	28 Apr 2003 20:11:09 -0000	1.6
--- README.txt	6 May 2003 17:51:10 -0000	1.7
***************
*** 25,29 ****
  =========================
  1. Copy openamf.jar to your WEB-INF/lib directory
! 2. Add an entry to your WEB-INF/web.xml file, here's an example
  	<servlet>
  		<servlet-name>DefaultGateway</servlet-name>
--- 25,31 ----
  =========================
  1. Copy openamf.jar to your WEB-INF/lib directory
! 2. Copy /src/web/WEB-INF/openamf-config.xml to your WEB-INF directory
! 3. Copy /src/web/WEB-INF/build-webservice.xml to your WEB-INF directory
! 4. Add an entry to your WEB-INF/web.xml file, here's an example
  	<servlet>
  		<servlet-name>DefaultGateway</servlet-name>
***************
*** 31,34 ****
--- 33,41 ----
  		<description>DefaultGateway</description>
  		<servlet-class>org.openamf.DefaultGateway</servlet-class>
+ 		<init-param>
+ 			<param-name>OPENAMF_CONFIG</param-name>
+ 			<param-value>/WEB-INF/openamf-config.xml</param-value>
+ 			<description>Location of the OpenAMF config file.</description>
+ 		</init-param>
  	</servlet>
  
***************
*** 37,41 ****
  		<url-pattern>/gateway</url-pattern>
  	</servlet-mapping>
! 3. External Dependencies 
  	- add the required jar's depending on your planed use
  	- for more information please read the next section
--- 44,48 ----
  		<url-pattern>/gateway</url-pattern>
  	</servlet-mapping>
! 5. External Dependencies 
  	- add the required jar's depending on your planed use
  	- for more information please read the next section




-------------------------------------------------------
Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara
The only event dedicated to issues related to Linux enterprise solutions
www.enterpriselinuxforum.com
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.