-
Notifications
You must be signed in to change notification settings - Fork 22
Web App Setup
tep edited this page Jun 19, 2013
·
2 revisions
You can build and deploy the Java web application as follows:
- Configure where your indexes are in
src/main/webapp/WEB-INF/classes/exampleContext.properties.
The directories found in the directory given by themultiindex.pathproperty and that have names starting with the value of themultiindex.dirprefixproperty are treated as MG4J indexes. The names will appear in the Dataset dropdown in the webapp. - Use the maven-war-plugin to build the war file. From the projects root directory run the command
mvn compile (or mvn test)
mvn war:war (mvn war:exploded maybe of interest to some people too)
This will build the war file Glimmer-?.?.?-SNAPSHOT.war in the ./target directory.
- Copy the war file/directory into do the deployment directory of your installed Java Servlet container or create a symbolic link.