I have modified the server.xml file to match the change I made in JIRA to the configuration base url. I NEED it to say:
http://newjira.rmls.com/jira to open the new JIRA program.
Below are the modifications I made to the server.xml file - and now I can''t open anything :(
<Connector port="8009" redirectPort="8443" enableLookups="false" protocol="AJP/1.3" URIEncoding="UTF-8"/>
-->
<Engine defaultHost="newjira.rmls.com" name="Catalina">
<Host appBase="webapps" autoDeploy="true" name="" unpackWARs="true">
<Context docBase="${catalina.home}/atlassian-jira" path="/jira" reloadable="false" useHttpOnly="true">
I am just taking the default configuration from localhost and needing to move it to: newjira.rmls.com/jira for the base url. I have already set the confguration in JIRA General config. Now I need to modify the server.xml. I am not moving from IP to domain name. Just renaming the base url from default to new name http://newjira.rmls.com/jira
Thanks.
Base URL is located in System > General Configuration. However, have you mean to redirect from an IP address to be using domain name? If yes, would need some proxy
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.