Changes between Version 4 and Version 5 of MolgenisOnEclipseHelios
- Timestamp:
- 2010-10-24T17:10:14+02:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MolgenisOnEclipseHelios
v4 v5 50 50 51 51 === Q1: how to add/manage J2EE dependencies === 52 In Eclipse Galileo there was a seperate entry for this in the project 'properties'. 53 In Eclipse Helios this renamed to 'Deployment Assembly' 54 Here you can also choose other projects to be included. 52 * In Eclipse Galileo there was a seperate entry for this in the project 'properties'. 53 * In Eclipse Helios this renamed to 'Deployment Assembly'. Here you can also choose other projects to be included. 55 54 56 55 === Q2: I get 404 errors when starting the server === 57 56 This may happen if Eclipse destroys your WebContent/WEB-INF/web.xml to default. 58 To solve this right-click WebContent/WEB-INF/web.xml and update to SVN. 59 Then delete your web server from the 'Servers' pane and run on server again. 57 58 To solve this: 59 * right-click WebContent/WEB-INF/web.xml 60 * update to SVN. 61 * delete your web server from the 'Servers' pane 62 * run on server again. 60 63 61 64