In our productive Version (Confluence 8.5) I was able to re-enable Plugin-Upload via
-Dupm.plugin.upload.enabled=true
In our testing environment, upgraded to Confluence 9.2 the same setting has no effect anymore. Is there any way to manually re-enable the upload on Confluence 9.X?
Do you have this whole line?
JVM_SUPPORT_RECOMMENDED_ARGS="-Dupm.plugin.upload.enabled=true"
Regards
Yes, I added the full line. I also tried with "Catalina Opts", not working either.
JVM_SUPPORT_RECOMMENDED_ARGS="-Dupm.plugin.upload.enabled=true"
Working on Confluence 8.5.X:
CATALINA_OPTS="-Dupm.plugin.upload.enabled=true${CATALINA_OPTS}"
Btw. with Jira 10.3.1 this setting works just fine ...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi!
I pasted the wrong URL
https://jira.atlassian.com/browse/CONFSERVER-94541
To make sure we are on the same page:
- You edit the setenv.sh
- You add this whole line
CATALINA_OPTS="-Dupm.plugin.upload.enabled=true ${CATALINA_OPTS}"
And it doesn't work?
Have you restarted your confluence instance?
This is an example configuration for confluence 9.2.0 and it works.
Regards
Aaron
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Aaron,
I found the issue, I was missing a space between "=true" and "${CATALINA_OPTS}$".
Thanks much
Arwed
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thats a really good news! let us know if you encounter any other issues.
Dont forget to accept the answer!
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.