Hi, guys,
Is auto deployment function workable with embedded tomcat? I have
put the following code in my embedded tomcat, but seemed auto
deployment didn't work yet.
this.host = this.embedded.createHost("localhost", "webapps");
host.setAutoDeploy(true);
host.setDeployOnStartup(true);
engine.addChild(this.host);
Is this feature disabled in embedded tomcat? Or is there any other
way to make it available in embedded tomcat ?
Thank you very much!
Terry
---------------------------------------------------------------------
To start a new topic, e-mail: [email protected]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]