-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Platform: All, OS: All
I found this in hudson/plugins/deploy/TomcatAdapter.java:
config.setProperty(TomcatPropertySet.MANAGER_URL,new
URL(url,"/manager").toExternalForm());
This does not work with my setup. I have two instances of Tomcat running on the
same machine, each with a manager webapp installed. I run one as /foo-manager
and the other as /bar-manager.
- is duplicated by
-
JENKINS-21187 Change context path of manager app to deploy war file to.
- Closed