public final class Tomcat5xEmbedded extends Object
Modifier and Type | Class and Description |
---|---|
class |
Tomcat5xEmbedded.Connector |
class |
Tomcat5xEmbedded.Context |
class |
Tomcat5xEmbedded.Embedded |
class |
Tomcat5xEmbedded.Engine |
class |
Tomcat5xEmbedded.Host |
class |
Tomcat5xEmbedded.MemoryRealm
MemoryRealm wrapper.
|
Constructor and Description |
---|
Tomcat5xEmbedded(ClassLoader classLoader)
Prepares the reflection access to Tomcat.
|
public Tomcat5xEmbedded(ClassLoader classLoader) throws Exception
classLoader
- the CL used to load Tomcat 5.x classes. Can be null.Exception
- if an error happens when creating the Tomcat objects by reflectionCopyright © 2004-2013 Codehaus. All Rights Reserved.