Conversation
Starting from 3.3.0, Atlassian upgraded Tomcat from 7 to 8. Tomcat 8 removed JasperListener > Initialize the JSP runtime in Jasper's initializer to avoid need for a > Jasper-specific lifecycle listener. JasperListener has been removed. (jboynes) From Stash 3.2.0, Atlassian changed the config path location to an enclosing folder called shared https://confluence.atlassian.com/display/STASHKB/Upgrading+your+Stash+home+directory+for+Stash+3.2+manually For Stash Backup Client, Atlassian changed download path starting from 1.2.1.
|
I tested on centos6 and ubuntu1204 without problems. But I can't pass kitchen test. It is giving me this error. |
|
did you tried upgrade from 3.1.0 to 3.2.0 or higher? |
|
Yes. If you use cookbook to upgrade from 3.1.0 to 3.2.0 the shared folder will automatically created for you. This PR fixes the problem with freshly deploy instance. |
|
👍 |
|
Overall this looks pretty good. I'll do some additional testing. |
|
The configuration minitest just needs to be updated, since the default version has the file in the new location. I'll do that after merge. Thanks! |
|
Thanks very much for this - pulling it in! |
Starting from 3.3.0, Atlassian upgraded Tomcat from 7 to 8.
Tomcat 8 removed JasperListener
From Stash 3.2.0, Atlassian changed the config path location to an
enclosing folder called
sharedhttps://confluence.atlassian.com/display/STASHKB/Upgrading+your+Stash+home+directory+for+Stash+3.2+manually
For Stash Backup Client, Atlassian changed download path starting from
1.2.1.
Hope this will fix #35