Changes between Version 5 and Version 6 of S2S_WEB_HOME_R0


Ignore:
Timestamp:
02/02/09 11:36:24 (16 years ago)
Author:
kyli
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S2S_WEB_HOME_R0

    v5 v6  
    2323 * Currently, we do not have a news blog for our S2S, so only an empty area for the entries could be provided. If there is time, setting up a prototypical blog would be a good idea. 
    2424 * The home page should be the firt one, which is opened when a user accesses the server (the redirection to login.jsp must be removed). 
     25 * The home page must be opened when "sophie2.org:8003" is requested (the user should not be required to write "../index.jsp"). 
    2526  
    2627 
     
    2930 
    3031== Implementation idea == 
    31 Move the user info to my_sophie.jsp 
     32Move the user info to my_sophie.jsp [[BR]] 
     33For the last task requirement, you can write  
     34webAppContext.addServlet(Class.forName("jsp.jsps.index_jsp"), "/"); 
     35in the getContext() method of the ServerModule class. 
     36 
    3237 
    3338== Related ==