tomcat.properties 373 B

1234567891011
  1. # Login information for Tomcat server
  2. # Fill this in allow ant to deploy directly to your
  3. # tomcat server. Useful to speed up testing.
  4. # !!! __CAUTION__ !!!
  5. # !!! Make sure permisions are properly set for this !!!
  6. # !!! file if it contains any senstive information. !!!
  7. # Changed these!
  8. tomcat.username = admin
  9. tomcat.password = admin