Skip to content

Commit

Permalink
Deploy root context.
Browse files Browse the repository at this point in the history
  • Loading branch information
csrster committed Oct 11, 2016
1 parent 173b590 commit eb2802a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -152,7 +152,7 @@ public GUIWebServer() {
// Disable scanning for taglibs
jarScanFilter.setTldSkip("*");
}
if (webappFilename.equals(webApps[0])) {
if (webapp.equals(webApps[0])) {
//Re-add the 1st context as also the root context
StandardContext rootCtx = (StandardContext) server.addWebapp("/", warfile);
if (taglibsScanningDisabled) {
Expand Down

0 comments on commit eb2802a

Please sign in to comment.