webadmin/src/wa/server/plugin/tomcat/plugin.json

8 lines
225 B
JSON
Raw Normal View History

2015-09-18 15:07:33 +00:00
{
"version": "1.0",
"name": "Apache Tomcat",
"interfaces": {
"wa.server.plugin.WAService": "wa.server.plugin.apache.TomcatService",
"wa.server.plugin.WAServiceStatus": "wa.server.plugin.tomcat.TomcatStatus"
}
}