Changing the Default Directory
PrizmDoc for Java is delivered with virtualviewer/ as the default path. If using a WAR file, this corresponds to the name of the WAR, i.e. virtualviewer.war.
If you would like to change the path, in addition to changing the directory or WAR file name you need to change the client’s servletPath configuration to reflect that change.
For example, let’s suppose we want to change the directory from virtualviewer/ to a directory called displaytools/.
In config.js, we would change:
servletPath: "/virtualviewer/AjaxServlet"
to:
servletPath: "/displaytools/AjaxServlet"
Have questions, corrections, or concerns about this topic? Please let us know!