Hi,
we want to use the Bamboo Tomcat Plugin (https://plugins.atlassian.com/plugin/details/43171). The description states that it works with Tomcat7 and Tomcat6.
We couldn't get it to work and had a look at the sources. The plugin doesn't seem to support Tomcat6, because it's using the new Tomcat7 URLs to the text version of the manager application.
For example: http://yourhost.com/manager<span< a=""> class="s">/text/start?path=...
Code Pointer: https://bitbucket.org/atlassian/bamboo-tomcat-plugin/src/2c33103074ba/src/main/java/com/atlassian/bamboo/plugins/tomcat/manager/TomcatApplicationManagerImpl.java
For Tomcat6 it should be:
http://yourhost.com/manager<span< a=""> class="s">/start?path=...
See http://www.datadisk.co.uk/html_docs/java_app/tomcat6/tomcat6_admin.htm for a complete list.
Or is there a hidden switch we haven't seen?
Please check the Bamboo Tomcat Plugin once again - on the plugin exchange site there is version 1.1 available, which should (http://twitter.com/#!/i386/statuses/119521616337190914) support Tomcat 6.0.x.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.