Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
rmaucher committed Oct 1, 2024
1 parent caac605 commit 217aca2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ public class TestHostManagerWebapp extends TomcatBaseTest {
@Test
public void testServlet() throws Exception {
Tomcat tomcat = getTomcatInstance();
tomcat.setAddDefaultWebXmlToWebapp(false);
tomcat.getServer().addLifecycleListener(new StoreConfigLifecycleListener());

File configFile = new File(getTemporaryDirectory(), "tomcat-users-host-manager.xml");
Expand Down

0 comments on commit 217aca2

Please sign in to comment.