Hey Justin,
You can download the Standalone (TAR.GZ Archive) from here (under the Linux tab): https://www.atlassian.com/software/confluence/download . Extract the standalone package in 2 different locations, then navigate to both their ConfluenceInstallationDirectory/conf/ folders respectively. Modify both their server.xml and make sure that the Server port and Connector port are *unique:
<Server port="8421" shutdown="SHUTDOWN" debug="0"> <Service name="Tomcat-Standalone"> <Connector className="org.apache.coyote.tomcat4.CoyoteConnector" port="8420" minProcessors="5" maxProcessors="75" enableLookups="false" redirectPort="8443" acceptCount="10" debug="0" connectionTimeout="20000" useURIValidationHack="false" URIEncoding="UTF-8"/>
For the example above, Confluence runs on Server Port of 8421, and Connector port of 8420. Make sure those are unique (not shared by any other service in the same system, and definitely not shared by the other Confluence instance).
Then navigate to ConfluenceInstallationDirectory/confluence/WEB-INF/classes and modify confluence-init.properties. Make sure that the confluence.home for each instance is pointed to a unique location. After that, you can startup both instances via ConfluenceInstallationDirectory/bin/start-confluence.sh.
Hope that helps!
Thanks and Regards,
Foogie
Yes,
You will have to modify the server.xml on tomcat to use different ports.
Make sure to modify the servershut down port as well to start/stop the instance you want.
cheers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes it is. Check:
https://confluence.atlassian.com/display/JIRA/Running+multiple+instances+of+JIRA+on+one+machine
Cheers Christian
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.
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.