Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-3624

Tomcat adapter hardcodes URL to /manager

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • deploy-plugin
    • 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.

            Unassigned Unassigned
            kgeis kgeis
            Votes:
            3 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: