• 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_ds_fix/etc/omero.properties

Revision 1063, 1.0 kB (checked in by jmoore, 2 years ago)

First try at a fix. Moves omero-ds.xml to /etc

Line 
1#
2# omero.properties
3# -----------------
4# system variables which will be used both at
5# build-time and run-time
6#
7# To override the name of the application,
8# uncomment the below.
9omero.product=GlencoeDME
10omero.version=3.0-TRUNK
11omero.repo.local=${omero.home}/lib/repository
12omero.repo.remote=file://${user.home}/.m2/repository
13
14############################################
15# client connection
16############################################
17omero.group=user
18omero.event=User
19
20############################################
21# application server connection
22############################################
23server.host=localhost
24server.port=1099
25
26############################################
27# maven.xml properties
28# ------------------------------------------
29# when using maven.xml to generate classpath
30# files uncomment out these variables. just
31# be sure to re-comment them when using ant
32# or odd errors will appear.
33############################################
34#omero.repo.local=${user.home}/.m2/repository/
35#omero.repo.remote=file://${omero.home}/lib/repository/
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/