Package net.i2p.servlet
Class WebAppProviderConfiguration
- java.lang.Object
-
- net.i2p.servlet.WebAppProviderConfiguration
-
public class WebAppProviderConfiguration extends Object
Work around the "No org.apache.tomcat.InstanceManager set in ServletContext" problem for eepsites with webapps. See WebAppStarter and WebAppConfiguration for the console version.- Since:
- 0.9.41
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WebAppProviderConfiguration.WAPConfiguration
-
Constructor Summary
Constructors Constructor Description WebAppProviderConfiguration()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
configure(WebAppProvider wap)
Modified from routerconsole WebAppStarter.
-
-
-
Method Detail
-
configure
public static void configure(WebAppProvider wap)
Modified from routerconsole WebAppStarter. MUST be called from jetty.xml after the WebAppProvider is created.
-
-