• Views
  • Iteration Report
  • My Iteration Report
  •  
OMERO.server
  • Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • Last Change
  • Annotate
  • Revision Log

root/branches/omero/docs/build.properties.example

Revision 123, 2.0 kB (checked in by jmoore, 4 years ago)

Testing on mac with remote db/web


  • Stray tests deleted (thought 'em gone ages ago)
  • Updated HACKING.txt
  • Added log4j to README.txt
  • Fixed "help" goal of maven.xml
  • Added more descriptions for "maven -u"
  • Added server-tomcat goals (other server goals not yet working)
  • Moved server build.properties.example props to main build.props
  • Fixed miscellaneous dependencies (mostly groupId-->omero)
  • Fixed svn:ignore property settings

Line 
1############################################
2# JDBC Connection properties
3############################################
4database.url=jdbc:postgresql://localhost/ome
5database.username=you
6database.password=secret
7database.schema=public
8database.catalog=""
9database.driver=org.postgresql.Driver
10database.dialect=org.hibernate.dialect.PostgreSQLDialect
11database.show_sql=true
12
13############################################
14# Tomcat manager connection
15############################################
16maven.tomcat.username=you
17maven.tomcat.password=secret
18server.host=localhost
19server.port=8080
20server.dir=/tmp
21
22############################################
23# Path conversion for middlegen ant-build
24############################################
25ant.os=unix
26
27############################################
28# Content Mgmt Connection
29############################################
30maven.scm.url=scm:svn:svn+ssh://jmoore@cvs.openmicroscopy.org.uk/home/svn/josh/ome3/branches/omero
31
32############################################
33# Shoola connection
34############################################
35omeds.url=http://localhost:8888/shoola/
36omeds.user=you
37omeds.pass=secret
38maven.junit.sysproperties=omeds.url omeds.user omeds.pass
39
40#
41# TODO clean up
42#
43maven.tomcat.scheme=http
44maven.tomcat.host=${server.host}
45maven.tomcat.port=${server.port}
46#maven.tomcat.manager.context=manager
47#maven.tomcat.war.context=/${pom.artifactId}
48#would like to default to maven.war.build.dir but not available here
49#maven.tomcat.build.dir=${maven.war.build.dir}
50#maven.tomcat.build.dir=${maven.build.dir}
51#would like to default to maven.war.webapp.dir but not available here
52#maven.tomcat.webapp.dir=${maven.war.webapp.dir}
53#maven.tomcat.webapp.dir=${maven.tomcat.build.dir}${maven.tomcat.war.context}
54# default location of tomcat's context configuration file
55#maven.tomcat.webapp.contextfile=${maven.tomcat.webapp.dir}/META-INF/context.xml
56#these two go togther, if you override precompile, you probably want to remove jsp from excludes
57#maven.tomcat.precompile=true
Note: See TracBrowser for help on using the browser.

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/