Skip to content

Commit

Permalink
GERONIMO-1570 set virtual hosts, not hosts
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/geronimo/branches/1.0@374210 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
djencks committed Feb 2, 2006
1 parent 9dbfa80 commit 76d70f3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -244,7 +244,7 @@ public JettyWebAppContext(String objectName,
this.webClassLoader = new JettyClassLoader(urls, webAppRootURL, classLoader, contextPriorityClassLoader);
setClassLoader(this.webClassLoader);

setHosts(virtualHosts);
setVirtualHosts(virtualHosts);

handler = new WebApplicationHandler();
addHandler(handler);
Expand Down

0 comments on commit 76d70f3

Please sign in to comment.