Skip to content

Instantly share code, notes, and snippets.

@ignatov
Created July 31, 2011 20:52
Show Gist options
  • Save ignatov/1117196 to your computer and use it in GitHub Desktop.
Save ignatov/1117196 to your computer and use it in GitHub Desktop.
Defaul props for Tomcat
# 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