403 error while deploying with tomcat client deployer?

Perhaps an update on this issue... I've made a mistake in the deployer. Properties file. The parameter "url" has to be the same as in build.

Xml above.

Perhaps an update on this issue... I've made a mistake in the deployer. Properties file. The parameter "url" has to be the same as in build.

Xml above. Deployer. Properties correctly: build=D:/apache-tomcat-7.0.16-deployer/work webapp=D:/apache-tomcat-7.0.16-deployer/helloworld/ path=/helloworld url=localhost:8080/manager/text username=deploymgr password=s3cret now it works!

Related Questions