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

Context Navigation

  • ← Previous Change
  • Next Change →

Changeset 153 for branches/omero

Show
Ignore:
Timestamp:
07/15/05 08:30:23 (3 years ago)
Author:
jmoore
Message:

* Add short mention of Java 5 in docs
* Moved HACKING.txt to BUILDING.txt
* Some other small cosmetics

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  
    5353                <property name="interceptorNames"> 
    5454                <list> 
     55                        <value>exceptionHandling</value> 
    5556                        <value>logging</value>   
    5657                        <value>daoCleanUp</value> 
    … …  
    6162                </property> 
    6263        </bean> 
    63          
     64 
     65        <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> 
     66        <!-- INTERCEPTORS -->    
    6467        <bean  
    6568                       id="serviceTracing"  
    … …  
    7477        /> 
    7578 
    76                  
     79        <bean 
     80                           id="exceptionHandling" 
     81                        class="org.openmicroscopy.omero.logic.ExceptionHandler" 
     82                lazy-init="true" 
     83        /> 
     84        <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> 
     85                         
    7786        <bean id="hierarchyBrowsingService" class="org.openmicroscopy.omero.logic.HierarchyBrowsingImpl"> 
    7887                <property name="annotationDao" ref="annotationDao"/> 
  • branches/omero/docs/BUILDING.txt

    r123 r153  
    1010 
    1111    * 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.  
    1213     
    1314    * Set JAVA_HOME to your JDK installation 
    … …  
    3839      (Alternatively, follow the container-specific instructions under docs/ .) 
    3940 
     41 
     42TODO: Some of these instructions should go in INSTALL.txt.  
  • branches/omero/docs/INSTALL.txt

    r85 r153  
    1717For more specific instructions, please see the  
    1818INSTALL_*.txt files in the docs directory. 
     19 
     20Note: These instructions are for releases only. 
     21If you are working from subversion, please see 
     22BUILDING.txt to get things running. 
  • branches/omero/log4j.properties

    r143 r153  
    77 
    88log4j.category.org.openmicroscopy=info 
     9log4j.category.org.openmicroscopy.omero.shoolaadapter=error 
    910 
    1011######################################### 

Download in other formats:

  • Unified Diff
  • Zip Archive

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

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