plynch      2003/03/27 12:46:18

  Modified:    src/plugins-build/webserver plugin.properties
  Log:
  o maven.webserver.test.url is now optional. If not defined then we only test the 
socket to see if the server is started. If defined then both the socket and url must 
be valid.
  
  Revision  Changes    Path
  1.5       +3 -2      maven/src/plugins-build/webserver/plugin.properties
  
  Index: plugin.properties
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/webserver/plugin.properties,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- plugin.properties 2 Feb 2003 07:29:36 -0000       1.4
  +++ plugin.properties 27 Mar 2003 20:46:18 -0000      1.5
  @@ -56,9 +56,10 @@
   
   #
   # The URL used to test the current running status of the webserver
  -# Default is the host and http port
  +# Default is left as null, so that only the socket is used to test if the server
  +# is started
   #
  
-maven.webserver.test.url=http://${maven.webserver.host}:${maven.webserver.port.http}/index.html
  +# 
maven.webserver.test.url=http://${maven.webserver.host}:${maven.webserver.port.http}/index.html
   
   #
   # The root directory out of which you will server will serve your documents
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to