Last modified 4 years ago
Deploying / Running plutext-server in Eclipse WTP
- Exit Eclipse, and restart it from directory plutext-server/src/main/webapp/WEB-INF/
- Check plutext-server properties > J2EE Module Dependencies - docx4j and Maven Dependencies are ticked; jackrabbit-webapp and jackrabbit-jcr-server are not ticked.
- In servers, choose "Add and Remove Projects"; add plutext-server.
- Start the server
- To test it works:
- confirm it started properly with no errors in the console in Eclipse
- visit http://localhost:8080/plutext-server/repository/default (which will be empty since there are no documents until you put one there)
- use the Word 2007 client to load a document into the repository, then open it again
Tips and Tricks
Always start Eclipse from plutext-001/WebContent/WEB-INF directory, so the Jackrabbit repository is created in a known location and can be re-used
