Changes between Version 5 and Version 6 of S2S_WEB_HOME_R0
- Timestamp:
- 02/02/09 11:36:24 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S2S_WEB_HOME_R0
v5 v6 23 23 * 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. 24 24 * 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"). 25 26 26 27 … … 29 30 30 31 == Implementation idea == 31 Move the user info to my_sophie.jsp 32 Move the user info to my_sophie.jsp [[BR]] 33 For the last task requirement, you can write 34 webAppContext.addServlet(Class.forName("jsp.jsps.index_jsp"), "/"); 35 in the getContext() method of the ServerModule class. 36 32 37 33 38 == Related ==