You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jaxme-dev@ws.apache.org by jo...@apache.org on 2004/01/01 18:51:28 UTC

cvs commit: ws-jaxme/src/webapp web.xml

jochen      2004/01/01 09:51:28

  Modified:    src/webapp web.xml
  Log:
  The web.xml file is now generated dynamically.
  
  Revision  Changes    Path
  1.2       +3 -3      ws-jaxme/src/webapp/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/ws-jaxme/src/webapp/web.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- web.xml	27 Dec 2003 22:09:02 -0000	1.1
  +++ web.xml	1 Jan 2004 17:51:28 -0000	1.2
  @@ -14,7 +14,7 @@
   
       <context-param>
         <param-name>work.dir</param-name>
  -      <param-value>C:/Prg/Tomcat4.1/work</param-value>
  +      <param-value>@work.dir@</param-value>
         <description>
           This parameter specifies the location of
       	the "work" directory. If such a location is
  @@ -30,7 +30,7 @@
   
   	<context-param>
   		<param-name>http.proxyHost</param-name>
  -		<param-value>httpprox.software-ag.de</param-value>
  +		<param-value>@http.proxyHost@</param-value>
   		<description>
   			This parameter, if present and nonempty, contains the name of a proxy
   			host to use for connecting to remote URL's. If you set this parameter,
  @@ -40,7 +40,7 @@
   
   	<context-param>
   		<param-name>http.proxyPort</param-name>
  -		<param-value>8080</param-value>
  +		<param-value>@http.proxyPort@</param-value>
   		<description>
   			This parameter, if present and nonempty, contains the name of a proxy
   			host to use for connecting to remote URL's. If you set this parameter,
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jaxme-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: jaxme-dev-help@ws.apache.org