Changeset 153 for branches/omero
- Timestamp:
- 07/15/05 08:30:23 (3 years ago)
- Location:
- branches/omero
- Files:
-
- 3 modified
- 1 moved
-
components/server/web/WEB-INF/services.xml (modified) (3 diffs)
-
docs/BUILDING.txt (moved) (moved from branches/omero/docs/HACKING.txt) (2 diffs)
-
docs/INSTALL.txt (modified) (1 diff)
-
log4j.properties (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/omero/components/server/web/WEB-INF/services.xml
r152 r153 53 53 <property name="interceptorNames"> 54 54 <list> 55 <value>exceptionHandling</value> 55 56 <value>logging</value> 56 57 <value>daoCleanUp</value> … … 61 62 </property> 62 63 </bean> 63 64 65 <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> 66 <!-- INTERCEPTORS --> 64 67 <bean 65 68 id="serviceTracing" … … 74 77 /> 75 78 76 79 <bean 80 id="exceptionHandling" 81 class="org.openmicroscopy.omero.logic.ExceptionHandler" 82 lazy-init="true" 83 /> 84 <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> 85 77 86 <bean id="hierarchyBrowsingService" class="org.openmicroscopy.omero.logic.HierarchyBrowsingImpl"> 78 87 <property name="annotationDao" ref="annotationDao"/> -
branches/omero/docs/BUILDING.txt
r123 r153 10 10 11 11 * Install Java and a Servlet Container (Tomcat, Jetty, Resin, or JBoss et al.) 12 Warning: The Omero server side code requires Java 5 and Tomcat 5.5.x. 12 13 13 14 * Set JAVA_HOME to your JDK installation … … 38 39 (Alternatively, follow the container-specific instructions under docs/ .) 39 40 41 42 TODO: Some of these instructions should go in INSTALL.txt. -
branches/omero/docs/INSTALL.txt
r85 r153 17 17 For more specific instructions, please see the 18 18 INSTALL_*.txt files in the docs directory. 19 20 Note: These instructions are for releases only. 21 If you are working from subversion, please see 22 BUILDING.txt to get things running. -
branches/omero/log4j.properties
r143 r153 7 7 8 8 log4j.category.org.openmicroscopy=info 9 log4j.category.org.openmicroscopy.omero.shoolaadapter=error 9 10 10 11 #########################################
