Skip to content

Commit

Permalink
OpenMRS.war doesn't deploy on Glassfish - TRUNK-3410
Browse files Browse the repository at this point in the history
  • Loading branch information
wluyima committed Sep 24, 2012
1 parent a4c54eb commit d9730ff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions webapp/src/main/webapp/WEB-INF/web.xml
Expand Up @@ -382,6 +382,11 @@
<!-- Don't use "load-on-startup" in case initial setup wizard is needed -->
</servlet>

<servlet>
<servlet-name>jsp</servlet-name>
<servlet-class>org.apache.jasper.servlet.JspServlet</servlet-class>
</servlet>

<!-- Gives access to servlets within modules -->
<servlet>
<servlet-name>module_servlet</servlet-name>
Expand Down

0 comments on commit d9730ff

Please sign in to comment.