<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Miinfosys &#187; JIRA</title>
	<atom:link href="http://www.miinfosys.com/category/jira-tips-and-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.miinfosys.com</link>
	<description>Leading Provider of Software Configuration and Change Management Solutions</description>
	<lastBuildDate>Fri, 21 Nov 2025 16:46:29 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.8.41</generator>
	<item>
		<title>How to force JIRA to use different Landing or Login Page</title>
		<link>http://www.miinfosys.com/how-to-force-jira-to-use-different-landing-or-login-page/</link>
		<comments>http://www.miinfosys.com/how-to-force-jira-to-use-different-landing-or-login-page/#comments</comments>
		<pubDate>Thu, 19 Jun 2014 08:37:45 +0000</pubDate>
		<dc:creator><![CDATA[Mala]]></dc:creator>
				<category><![CDATA[JIRA]]></category>

		<guid isPermaLink="false">http://www.miinfosys.com/?p=392</guid>
		<description><![CDATA[The default login page for Jira is http://localhost/secure/Dashboard.jspa, but I have encountered a situation where I need to force Jira to use different page as landing/login page.  Here are the configuration changes I made: To remove the logon gadget from the intro page you need to: Edit the jira-application.properties file located atWEB-INFclasses you can set [&#8230;]]]></description>
				<content:encoded><![CDATA[<p></br></p>
<p class="MsoNormal">The default login page for Jira is <a href="http://localhost/secure/Dashboard.jspa">http://localhost/secure/Dashboard.jspa</a>, but I have encountered a situation where I need to force Jira to use different page as landing/login page.  Here are the configuration changes I made:</p>
<p class="MsoNormal"><strong>To remove the logon gadget from the intro page you need to:</strong></p>
<p class="MsoNormal">Edit the jira-application.properties file located atWEB-INFclasses you can set the property jira.disable.login.gadget parameter to true.</p>
<p class="MsoNormal">Restart JIRA.</p>
<p class="MsoNormal"><strong>If you want to force users when they go to the default page to force a login you can change the default.jsp page with a redirect like below:</strong></p>
<p class="MsoNormal">response.sendRedirect(&#8220; &#8221; + request.getRequestURL() + &#8220;secure/Dashboard.jspa&#8221;);</p>
<p class="MsoNormal">After the change my default.jsp looks like below:</p>
<p class="MsoNormal">    if (request != null)</p>
<p class="MsoNormal">    {</p>
<p class="MsoNormal">        response.sendRedirect(&#8220;https://myurl.com&#8221; + request.getContextPath() + &#8220;/secure/Dashboard.jspa&#8221;);</p>
<p class="MsoNormal">        return;</p>
<p class="MsoNormal">    }</p>
<p class="MsoNormal">Also make sure to escape any &amp; characters in your URL, or you may get XML errors.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.miinfosys.com/how-to-force-jira-to-use-different-landing-or-login-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
