Skip to content
Brandon Elam Barker edited this page Dec 12, 2016 · 2 revisions

Development builds

Create a tomcat configuration by pointing an IntelliJ Tomcat build configuration to a local Tomcat server root:

Under deployment, change the application context as desired for ced2ar-web (e.g., just leave it as /ced2ar-web). Unlike what is shown in the image, be sure to use an exploded archive for ced2ar, or certain features (like pdfs) won't work. You will also need to manually add BaseX.war and change its application context to /BaseX.

You can then run the configuration, which will launch ced2ar in your preferred browser, with your latest edits in the build.

Clone this wiki locally