You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2003/08/17 10:31:08 UTC

cvs commit: jakarta-tomcat-5/resources/deployer build.xml

remm        2003/08/17 01:31:08

  Modified:    resources/deployer build.xml
  Log:
  - default login/pass to tomcat/tomcat.
  
  Revision  Changes    Path
  1.2       +2 -2      jakarta-tomcat-5/resources/deployer/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/resources/deployer/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	14 May 2003 17:39:59 -0000	1.1
  +++ build.xml	17 Aug 2003 08:31:08 -0000	1.2
  @@ -11,8 +11,8 @@
   
     <!-- Configure properties to access the Manager application -->
     <property name="url"      value="http://localhost:8080/manager"/>
  -  <property name="username" value="myusername"/>
  -  <property name="password" value="mypassword"/>
  +  <property name="username" value="tomcat"/>
  +  <property name="password" value="tomcat"/>
   
     <property name="webapp.path"     value="${build}/webapp${path}"/>
   
  
  
  

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