Hello, I need to test an upgrade of my database on my development Crowd instance but my trial license has expired. I need to get a new trial license, but in order to do so I need the Crowd Server ID. I can't follow the steps to get it because it requires Crowd to be up. How can I get this ID without being able to start the Crowd server?
I noticed that my Jira license allows me to have a developer license. I didn't see an option for that for Crowd; otherwise, that would probably work.
Thanks,
Byron Douglas
This was a duplicate question. Bruno V. answered this previously:
The server ID can be found in <crowd.home>/shared/crowd.cfg.xml
<property name="crowd.server.id">XXXX-XXXX-XXXX-XXXX</property>
Where <crowd.home> is the path you configured in crowd-webapp/WEB-INF/classes/crowd-init.properties when installing Crowd
after you're ssh'ed into the server, quick command
cat $CROWD_HOME/shared/crowd.cfg.xml | grep "crowd.server.id"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.