Changes between Version 8 and Version 9 of S2S_TESTING_SERVER_R0


Ignore:
Timestamp:
01/05/09 12:38:36 (16 years ago)
Author:
pav
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified S2S_TESTING_SERVER_R0

    v8 v9  
    3737 * Fix the Main class in the launcher module - the appended parts to the path to the bundles are not correct right now.  
    3838 * Add the org.sophie2.core bundle to the server.bundles.config file. It is needed for starting the server. 
    39  * Correct the creation of the database - it must be created in src/main/resources/db folder. Just set the path to be the DB_NAME field. 
     39 * Correct the creation of the database - it must be created in src/main/resources/s2s_db folder. Just set the path to be the DB_NAME field. 
    4040 * Think out a way to compile the JSPs and add them to the jar so that the server knows where to search them. Use maven-jetty-jspc-plugin. You should create a separate profile for compilation of the jsps. See http://docs.codehaus.org/display/JETTY/Maven+Jetty+Jspc+Plugin. 
    4141 * Create s2s user in the server machine and copy the needed resources for starting the server (launcher module with the config file listing the needed bundles). Use the result of [wiki:APP_PLUGIN_STARTUP_R0]