Skip to content
Jan Polowinski edited this page Nov 5, 2018 · 3 revisions

Eclipse

Debug Webapp rvl-server

The backend of the RVL webapp may be debugged in Eclipse using an in-built server by running the Main-class of the server-module (org.purl.rvl.server.Main) in debug mode with the following settings:

VM arguments

-Djava.util.logging.config.file=logging.properties -Xms1024m -Xmx2048m -XX:MaxPermSize=512m or even -Djava.util.logging.config.file=logging.properties -Xms2024m -Xmx4096m -XX:MaxPermSize=1024m

Working directory

the main folder containing the rvl modules: ${workspace_loc:rvl-tooling}

tested with JRE

Java 1.7.0_71 (there are knows issues with Java 8 concerning code generation!)