Created
July 31, 2011 20:52
-
-
Save ignatov/1117196 to your computer and use it in GitHub Desktop.
Defaul props for Tomcat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Default properties | |
-doc-title=Colladoc | |
-doc-version=1.0-SNAPSHOT | |
-sourcepath=/var/lib/tomcat6/colladoc.demo/src | |
-classpath=/var/lib/tomcat6/scala/scala-compiler.jar:/var/lib/tomcat6/scala/scala-library.jar | |
db.driver=org.postgresql.Driver | |
db.url=jdbc:postgresql:colladoc | |
db.user=postgres | |
db.password=password |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment