Hello everyone,
i have this 2 little lines taken from the Confluence staging documentation,which are used to disable the notifications to real users.
-Datlassian.notifications.disabled=true
-Datlassian.mail.senddisabled=true
I start my replica Confluence as a service every time... its not always on!
Is there any file that i can put this 2 so i do not write them every time? I know that in Software i can do this.... I have found the \Confluence\bin\catalina.bat has some same pattern of applicable properties but im not sure where to put them
If anyone knows , i would appreciate it
Kind regards
CM
//edit
Or should i put the in setenv.bat
under this lines.... like set CATALINA_OPTS=-Datlassian.notifications.disabled=true
can you confirm the edited version of my question?
Is my thought right?
Thnx in advance
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Christos,
Yes, but don't forget to add it to the list instead of replacing other values.
So something like this:
CATALINA_OPTS=-Datlassian.notifications.disabled=true %CATALINA_OPTS%
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I really appreciate your help!
Thank you a lot @[deleted]
Kind regards
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.