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
Modifier and Type Method Description static void
configure(WebAppProvider wap)
Modified from routerconsole WebAppStarter.
-
Constructor Details
-
WebAppProviderConfiguration
public WebAppProviderConfiguration()
-
-
Method Details
-
configure
Modified from routerconsole WebAppStarter. MUST be called from jetty.xml after the WebAppProvider is created.
-