<?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; Mala</title>
	<atom:link href="http://www.miinfosys.com/author/mala/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>
		<item>
		<title>Subversion Log Rotation</title>
		<link>http://www.miinfosys.com/subversion-log-rotation/</link>
		<comments>http://www.miinfosys.com/subversion-log-rotation/#comments</comments>
		<pubDate>Thu, 19 Jun 2014 08:34:20 +0000</pubDate>
		<dc:creator><![CDATA[Mala]]></dc:creator>
				<category><![CDATA[Subversion]]></category>

		<guid isPermaLink="false">http://www.miinfosys.com/?p=389</guid>
		<description><![CDATA[The Apache rotatelogs program supports automatically starting a new log file whenever the current log file reaches a certain size or has had records written to it for a certain period of time. However, the rotatelogs program, rotatelogs.exe, as implemented in rotatelogs logfile [ rotationtime [ offset ]] &#124; [ filesizeM ] In your subversion [&#8230;]]]></description>
				<content:encoded><![CDATA[<p></br></p>
<p style="font-size: 13px; line-height: 17px; color: #000000; margin-bottom: 10px; margin-top: 0px; font-family: Arial, Helvetica, FreeSans, sans-serif; text-align: left; padding: 0px;">
<p style="margin-bottom: 10px; margin-top: 0px; padding: 0px;">The Apache rotatelogs program supports automatically starting a new log file whenever the current log file reaches a certain size or has had records written to it for a certain period of time. However, the rotatelogs program, rotatelogs.exe, as implemented in</p>
<p style="margin-bottom: 10px; padding: 0px;">rotatelogs logfile [ rotationtime [ offset ]] | [ filesizeM ]</p>
<p style="margin-bottom: 10px; padding: 0px;">In your subversion installation, you have to edit the httpd.conf file to set the right configuration. Ex: /etc/opt/CollabNet_Subversion/conf/httpd.conf</p>
<table class="wysiwyg-macro" style="background-image: url('http://mclnsvn01.usae.bah.com:9011/plugins/servlet/confluence/placeholder/macro-heading?definition=e2NvZGV9&amp;locale=en_GB&amp;version=2'); background-repeat: no-repeat;" data-macro-name="code" data-macro-body-type="PLAIN_TEXT">
<tbody>
<tr style="font-size: 10pt; line-height: 13pt;">
<td class="wysiwyg-macro-body" style="font-size: 10pt; line-height: 13pt; text-align: left; vertical-align: top; white-space: pre-wrap; border-image: initial; border-width: 1px; border-color: #dddddd; border-style: solid; padding: 10px; margin: 0px;">
<pre style="overflow-x: visible; overflow-y: visible; white-space: pre-wrap; padding: 0px; margin: 0px;"> sudo vi /etc/opt/CollabNet_Subversion/conf/httpd.conf</pre>
</td>
</tr>
</tbody>
</table>
<p style="margin-bottom: 10px; padding: 0px;">Create the following entries:</p>
<table class="wysiwyg-macro" style="background-image: url('http://mclnsvn01.usae.bah.com:9011/plugins/servlet/confluence/placeholder/macro-heading?definition=e2NvZGV9&amp;locale=en_GB&amp;version=2'); background-repeat: no-repeat;" data-macro-name="code" data-macro-body-type="PLAIN_TEXT">
<tbody>
<tr style="font-size: 10pt; line-height: 13pt;">
<td class="wysiwyg-macro-body" style="font-size: 10pt; line-height: 13pt; text-align: left; vertical-align: top; white-space: pre-wrap; border-image: initial; border-width: 1px; border-color: #dddddd; border-style: solid; padding: 10px; margin: 0px;">
<pre style="overflow-x: visible; overflow-y: visible; white-space: pre-wrap; padding: 0px; margin: 0px;">ErrorLog "|/opt/CollabNet_Subversion/bin/rotatelogs  /var/opt/CollabNet_Subversion/logs/error_log.%c  86400 -300"
CustomLog "|/opt/CollabNet_Subversion/bin/rotatelogs /var/opt/CollabNet_Subversion/logs/access_log.%c 86400 -300" common</pre>
</td>
</tr>
</tbody>
</table>
<p style="margin-bottom: 10px; padding: 0px;">Make sure to comment the existing entries related to error and access logs.</p>
<p style="margin-bottom: 10px; padding: 0px;"># ErrorLog var/opt/CollabNet_Subversion/logs/error_log</p>
<p style="margin-bottom: 10px; padding: 0px;"># CustomLog var/opt/CollabNet_Subversion/logs/access_log common</p>
<p style="margin-bottom: 10px; padding: 0px;">After saving the httpd.conf, Stop and Start the Subversion:</p>
<table class="wysiwyg-macro" style="background-image: url('http://mclnsvn01.usae.bah.com:9011/plugins/servlet/confluence/placeholder/macro-heading?definition=e2NvZGV9&amp;locale=en_GB&amp;version=2'); background-repeat: no-repeat;" data-macro-name="code" data-macro-body-type="PLAIN_TEXT">
<tbody>
<tr style="font-size: 10pt; line-height: 13pt;">
<td class="wysiwyg-macro-body" style="font-size: 10pt; line-height: 13pt; text-align: left; vertical-align: top; white-space: pre-wrap; border-image: initial; border-width: 1px; border-color: #dddddd; border-style: solid; padding: 10px; margin: 0px;">
<pre style="overflow-x: visible; overflow-y: visible; white-space: pre-wrap; padding: 0px; margin: 0px;">sudo /opt/CollabNet_Subversion/bin/apachectl -k stop
sudo /opt/CollabNet_Subversion/bin/apachectl -k start</pre>
</td>
</tr>
</tbody>
</table>
<p style="margin-bottom: 10px; padding: 0px;"><strong>How it works?</strong></p>
<p style="margin-bottom: 10px; padding: 0px;">ErrorLog &#8220;|/opt/CollabNet_Subversion/bin/rotatelogs  /var/opt/CollabNet_Subversion/logs/error_log.%c  86400 -300&#8243;</p>
<p style="margin-bottom: 10px; padding: 0px;">CustomLog &#8220;|/opt/CollabNet_Subversion/bin/rotatelogs /var/opt/CollabNet_Subversion/logs/access_log.%c 86400 -300&#8243; common</p>
<p style="margin-bottom: 10px; padding: 0px;">These parameters specify that rotatelogs, when writing the log file for error and access records will:</p>
<p style="margin-bottom: 10px; padding: 0px;">•  Place the file in the logs folder, and give it a file name starting with Error_ – the rest of the file name contains a date stamp</p>
<p style="margin-bottom: 10px; padding: 0px;">•  Check whether to create a new log file every 24 hour (86400 seconds)</p>
<p style="margin-bottom: 10px; padding: 0px;">•  Use a 5-hour offset from the GMT (-300 minutes)</p>
<p style="margin-bottom: 10px; padding: 0px;">Whenever the rotatelogs program checks whether to start a new log file (Every 24 hours in the case above) it also checks every log file in the log file directory, created by that rotatelogs process, create and modify timestamps are older than the retention period.</p>
<p style="margin-bottom: 10px; padding: 0px;">The rotatelogs process for error and access logging will not delete any access log files, or vice versa. The % symbols in the log file name direct the rotatelogs program to treat them as strftime substitution characters. In the case of error log files, the file name Error_%c.log causes rotatelogs to create a file with the date and time stamp.</p>
<p style="margin-bottom: 10px; padding: 0px;">For the list of all &#8216;%&#8217; symbols that you can use in the file name, and their meanings, see: <a style="text-decoration: underline; color: #326ca6 !important; outline-style: none; outline-width: initial; outline-color: initial;" href="http://httpd.apache.org/docs-2.0/programs/rotatelogs.html">http://httpd.apache.org/docs-2.0/programs/rotatelogs.html</a></p>
<p style="margin-bottom: 10px; padding: 0px;"><strong>Apache, does not support automatic cleanup of old log files – the administrator has to delete old log files to prevent the disk from filling up.</strong></p>
<p style="margin-bottom: 10px; padding: 0px;">Add the below line in cron tab so that log files will be removed if they are  more than 5 days old.</p>
<table class="wysiwyg-macro" style="background-image: url('http://mclnsvn01.usae.bah.com:9011/plugins/servlet/confluence/placeholder/macro-heading?definition=e2NvZGV9&amp;locale=en_GB&amp;version=2'); background-repeat: no-repeat;" data-macro-name="code" data-macro-body-type="PLAIN_TEXT">
<tbody>
<tr style="font-size: 10pt; line-height: 13pt;">
<td class="wysiwyg-macro-body" style="font-size: 10pt; line-height: 13pt; text-align: left; vertical-align: top; white-space: pre-wrap; border-image: initial; border-width: 1px; border-color: #dddddd; border-style: solid; padding: 10px; margin: 0px;">
<pre style="overflow-x: visible; overflow-y: visible; white-space: pre-wrap; padding: 0px; margin: 0px;">export EDITOR=vi
sudo crontab -e
30     1     *     *     * find /var/opt/CollabNet_Subversion/logs/ -type f -mtime +5 -exec rm {} ;</pre>
</td>
</tr>
</tbody>
</table>
<p style="margin-bottom: 0px; padding: 0px;">Save the crontab.</p>
<p style="margin-bottom: 0px; padding: 0px;">Your Subversion installation is ready to rotate logs.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.miinfosys.com/subversion-log-rotation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to enable SSL for subversion?</title>
		<link>http://www.miinfosys.com/how-to-enable-ssl-for-subversion/</link>
		<comments>http://www.miinfosys.com/how-to-enable-ssl-for-subversion/#comments</comments>
		<pubDate>Thu, 19 Jun 2014 08:32:29 +0000</pubDate>
		<dc:creator><![CDATA[Mala]]></dc:creator>
				<category><![CDATA[Subversion]]></category>

		<guid isPermaLink="false">http://www.miinfosys.com/?p=387</guid>
		<description><![CDATA[Edit httpd.conf file in the subversion installation location cd /etc/opt/CollabNet_Subversion/con sudo vi httpd.conf Make sure the following line is not commented Include etc/opt/CollabNet_Subversion/conf/extra/httpd-ssl.conf Edit key and cert file info in etc/opt/CollabNet_Subversion/conf/extra/httpd-ssl.conf Edit following lines with the right certificate and key files. Also make sure to comment if any existing similar configuration. SSLCertificateFile /usr/local/apache2/ssl/************.crt SSLCertificateKeyFile /usr/local/apache2/ssl/**********.key Edit [&#8230;]]]></description>
				<content:encoded><![CDATA[<p></br></p>
<ul type="disc">
<li class="MsoNormal"><strong><span style="font-family: 'Arial','sans-serif'; mso-fareast-font-family: 'Times New Roman';">Edit httpd.conf file in the subversion installation location</span></strong></li>
</ul>
<p style="margin-left: 45.0pt;">cd /etc/opt/CollabNet_Subversion/con</p>
<p style="margin-left: 45.0pt;">sudo vi httpd.conf</p>
<ul type="disc">
<li class="MsoNormal"><strong><span style="font-family: 'Arial','sans-serif'; mso-fareast-font-family: 'Times New Roman';">Make sure the following line is not commented</span></strong></li>
</ul>
<p style="margin-left: 45.0pt;">Include etc/opt/CollabNet_Subversion/conf/extra/httpd-ssl.conf</p>
<ul type="disc">
<li class="MsoNormal"><strong><span style="font-family: 'Arial','sans-serif'; mso-fareast-font-family: 'Times New Roman';">Edit key and cert file info in etc/opt/CollabNet_Subversion/conf/extra/httpd-ssl.conf</span></strong></li>
</ul>
<p style="margin-left: 45.0pt;">Edit following lines with the right certificate and key files. Also make sure to comment if any existing similar configuration.</p>
<p style="margin-left: 45.0pt;">SSLCertificateFile /usr/local/apache2/ssl/************.crt<br />
SSLCertificateKeyFile /usr/local/apache2/ssl/**********.key</p>
<ul type="disc">
<li class="MsoNormal"><strong><span style="font-family: 'Arial','sans-serif'; mso-fareast-font-family: 'Times New Roman';">Edit port info in etc/opt/CollabNet_Subversion/conf/extra/httpd-ssl.conf</span></strong></li>
</ul>
<p style="margin-left: 45.0pt;">Edit the following lines with available port no. Make sure to configure with unused port no.</p>
<p style="margin-left: 45.0pt;">Listen 4443</p>
<p style="margin-left: 45.0pt;">VirtualHost _default_:4443</p>
<ul>
<li><strong><span style="font-family: 'Arial','sans-serif'; mso-fareast-font-family: 'Times New Roman';">Stop and Restart subversion</span></strong></li>
</ul>
<p style="margin-left: 45.0pt;">sudo /opt/CollabNet_Subversion/bin/apachectl -k stop<br />
sudo /opt/CollabNet_Subversion/bin/apachectl -k start</p>
<p>     Now your subversion is SSL ready.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.miinfosys.com/how-to-enable-ssl-for-subversion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Looking for a Job? We have position available&#8230;</title>
		<link>http://www.miinfosys.com/looking-for-a-job-we-have-position-available/</link>
		<comments>http://www.miinfosys.com/looking-for-a-job-we-have-position-available/#comments</comments>
		<pubDate>Thu, 19 Jun 2014 08:27:48 +0000</pubDate>
		<dc:creator><![CDATA[Mala]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.miinfosys.com/?p=384</guid>
		<description><![CDATA[Date of Opening:    5/14/2012 Date of Closing:     6/15/2012 Sr. Software Engineer needed w/Masters degree in Computer Information Systems or Computer Science or Engineering &#38; 1 yr. exp in the following job duties: Organize, direct and coordinate Java/J2EE builds and deployments using industry standard techniques. Design, develop and test software applications using JDBC,  Swing, SQL Server, [&#8230;]]]></description>
				<content:encoded><![CDATA[<p></br></p>
<p class="MsoPlainText">Date of Opening:    5/14/2012</p>
<p class="MsoPlainText">Date of Closing:     6/15/2012</p>
<p class="MsoPlainText">Sr. Software Engineer needed w/Masters degree in Computer Information Systems or Computer Science or Engineering &amp; 1 yr. exp in the following job duties: Organize, direct and coordinate Java/J2EE builds and deployments using industry standard techniques. Design, develop and test software applications using JDBC,  Swing, SQL Server, Apache Tomcat, and Junit test cases. Design and implement data and business object models using Rational Rose, ClearCase and ClearQuest.</p>
<p class="MsoPlainText">1 yr. exp as Programmer Analyst is acceptable.</p>
<p class="MsoPlainText">Mail resumes to: Miinfosys LLC</p>
<p class="MsoPlainText">4005 Williamsburg Court, 2nd Floor, Fairfax, VA 22032 Job Loc: Fairfax, VA</p>
]]></content:encoded>
			<wfw:commentRss>http://www.miinfosys.com/looking-for-a-job-we-have-position-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
