| <?xml version="1.0" encoding="UTF-8"?> |
| <html> |
| <head> |
| <!-- Escape to the root of your source folder --> |
| <meta |
| name="root" |
| content="../../../../../../" /> |
| <title>WTP API overview</title> |
| </head> |
| |
| <body> |
| |
| <p>Support for Apache Tomcat server tools.</p> |
| |
| <p>ITomcatRuntime and its working copy provide type-specific access |
| to the Tomcat runtime type. When using a Tomcat runtime, clients can |
| access the type specific information by adapting to these types using |
| <pre>ITomcatRuntime tr = (ITomcatRuntime) runtime.getAdapter(ITomcatRuntime.class)</pre>. |
| ITomcatServer can be accessed in the same way.</p> |
| |
| </body> |
| </html> |