<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: Enable SSL on Tomcat on Apache</title>
	<atom:link href="http://www.linglom.com/2007/07/21/enable-ssl-on-tomcat-apache-web-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linglom.com/2007/07/21/enable-ssl-on-tomcat-apache-web-server/</link>
	<description>Just another IT weblog</description>
	<lastBuildDate>Fri, 30 Jul 2010 22:18:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Ganesh</title>
		<link>http://www.linglom.com/2007/07/21/enable-ssl-on-tomcat-apache-web-server/comment-page-1/#comment-6649</link>
		<dc:creator>Ganesh</dc:creator>
		<pubDate>Wed, 21 Jul 2010 11:31:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/2007/07/21/enable-ssl-on-tomcat-apache-web-server/#comment-6649</guid>
		<description>Can you give an elaborated error message.</description>
		<content:encoded><![CDATA[<p>Can you give an elaborated error message.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rashmi</title>
		<link>http://www.linglom.com/2007/07/21/enable-ssl-on-tomcat-apache-web-server/comment-page-1/#comment-6648</link>
		<dc:creator>Rashmi</dc:creator>
		<pubDate>Wed, 21 Jul 2010 09:31:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/2007/07/21/enable-ssl-on-tomcat-apache-web-server/#comment-6648</guid>
		<description>Hi,

I have followed the exact same steps and using Tomcat 6. 
But even performing all the above mentioned steps, the https page is not being displayed.

Can you give me some hints to troubleshoot this?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have followed the exact same steps and using Tomcat 6.<br />
But even performing all the above mentioned steps, the https page is not being displayed.</p>
<p>Can you give me some hints to troubleshoot this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NGN</title>
		<link>http://www.linglom.com/2007/07/21/enable-ssl-on-tomcat-apache-web-server/comment-page-1/#comment-6550</link>
		<dc:creator>NGN</dc:creator>
		<pubDate>Sat, 12 Jun 2010 06:36:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/2007/07/21/enable-ssl-on-tomcat-apache-web-server/#comment-6550</guid>
		<description>Hi.....
  this was very useful info...
Can any one guide me how to enable SSL and get keystore file on Linux.  Am working on linux, i have installed apache-tomcat-6.0.26 and JRE1.6.x .... Pls help me....</description>
		<content:encoded><![CDATA[<p>Hi&#8230;..<br />
  this was very useful info&#8230;<br />
Can any one guide me how to enable SSL and get keystore file on Linux.  Am working on linux, i have installed apache-tomcat-6.0.26 and JRE1.6.x &#8230;. Pls help me&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GM</title>
		<link>http://www.linglom.com/2007/07/21/enable-ssl-on-tomcat-apache-web-server/comment-page-1/#comment-4341</link>
		<dc:creator>GM</dc:creator>
		<pubDate>Mon, 08 Jun 2009 08:44:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/2007/07/21/enable-ssl-on-tomcat-apache-web-server/#comment-4341</guid>
		<description>It looks like you have showed how to configure the App Server, not the Web Server. I am sure you are aware of the difference. If possible, please change the heading.</description>
		<content:encoded><![CDATA[<p>It looks like you have showed how to configure the App Server, not the Web Server. I am sure you are aware of the difference. If possible, please change the heading.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Akshay</title>
		<link>http://www.linglom.com/2007/07/21/enable-ssl-on-tomcat-apache-web-server/comment-page-1/#comment-932</link>
		<dc:creator>Akshay</dc:creator>
		<pubDate>Thu, 26 Jun 2008 09:55:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/2007/07/21/enable-ssl-on-tomcat-apache-web-server/#comment-932</guid>
		<description>Hi,

I got it.I just modified &quot;RSA&quot; as shown below:
keytool –genkey –alias tomcat –keyalg &quot;RSA&quot;
its working fine now.
thx</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I got it.I just modified &#8220;RSA&#8221; as shown below:<br />
keytool –genkey –alias tomcat –keyalg &#8220;RSA&#8221;<br />
its working fine now.<br />
thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Akshay</title>
		<link>http://www.linglom.com/2007/07/21/enable-ssl-on-tomcat-apache-web-server/comment-page-1/#comment-930</link>
		<dc:creator>Akshay</dc:creator>
		<pubDate>Thu, 26 Jun 2008 09:00:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/2007/07/21/enable-ssl-on-tomcat-apache-web-server/#comment-930</guid>
		<description>Hi,
My jdk/jre version is 1.5.0. and tomcat is 5.5.25
When I type When I type:
keytool –genkey –alias tomcat –keyalg RSA
I get the “usage” message:

Plz help
Thanks in advance</description>
		<content:encoded><![CDATA[<p>Hi,<br />
My jdk/jre version is 1.5.0. and tomcat is 5.5.25<br />
When I type When I type:<br />
keytool –genkey –alias tomcat –keyalg RSA<br />
I get the “usage” message:</p>
<p>Plz help<br />
Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: linglom</title>
		<link>http://www.linglom.com/2007/07/21/enable-ssl-on-tomcat-apache-web-server/comment-page-1/#comment-692</link>
		<dc:creator>linglom</dc:creator>
		<pubDate>Mon, 18 Feb 2008 02:09:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/2007/07/21/enable-ssl-on-tomcat-apache-web-server/#comment-692</guid>
		<description>That&#039;s weird.
Try to type only &quot;keytool -genkey&quot; to see if it comes up something.

What is your Java version? JDK/JRE 1.x.x? May be the syntax is different on the version.</description>
		<content:encoded><![CDATA[<p>That&#8217;s weird.<br />
Try to type only &#8220;keytool -genkey&#8221; to see if it comes up something.</p>
<p>What is your Java version? JDK/JRE 1.x.x? May be the syntax is different on the version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lacus</title>
		<link>http://www.linglom.com/2007/07/21/enable-ssl-on-tomcat-apache-web-server/comment-page-1/#comment-689</link>
		<dc:creator>lacus</dc:creator>
		<pubDate>Sat, 16 Feb 2008 16:19:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/2007/07/21/enable-ssl-on-tomcat-apache-web-server/#comment-689</guid>
		<description>When I type:
keytool –genkey –alias tomcat –keyalg RSA 
I get the &quot;usage&quot; message:

C:\Sun\SDK\jdk\jre\bin&gt;keytool -genkey -alias tomcat -keyalg RSA
keytool usage:

-certreq     [-v] [-protected]
             [-alias ] [-sigalg ]
             [-file ] [-keypass ]
             [-keystore ] [-storepass ]
             [-storetype ] [-providerName ]
             [-providerClass  [-providerArg ]] ...

-delete      [-v] [-protected] -alias 
             [-keystore ] [-storepass ]
             [-storetype ] [-providerName ]
             [-providerClass  [-providerArg ]] ...

-export      [-v] [-rfc] [-protected]
             [-alias ] [-file ]
             [-keystore ] [-storepass ]
             [-storetype ] [-providerName ]
             [-providerClass  [-providerArg ]] ...

-genkey      [-v] [-protected]
             [-alias ]
             [-keyalg ] [-keysize ]
             [-sigalg ] [-dname ]
             [-validity ] [-keypass ]
             [-keystore ] [-storepass ]
             [-storetype ] [-providerName ]
             [-providerClass  [-providerArg ]] ...

-help

-identitydb  [-v] [-protected]
             [-file ]
             [-keystore ] [-storepass ]
             [-storetype ] [-providerName ]
             [-providerClass  [-providerArg ]] ...

-import      [-v] [-noprompt] [-trustcacerts] [-protected]
             [-alias ]
             [-file ] [-keypass ]
             [-keystore ] [-storepass ]
             [-storetype ] [-providerName ]
             [-providerClass  [-providerArg ]] ...

-keyclone    [-v] [-protected]
             [-alias ] -dest 
             [-keypass ] [-new ]
             [-keystore ] [-storepass ]
             [-storetype ] [-providerName ]
             [-providerClass  [-providerArg ]] ...

-keypasswd   [-v] [-alias ]
             [-keypass ] [-new ]
             [-keystore ] [-storepass ]
             [-storetype ] [-providerName ]
             [-providerClass  [-providerArg ]] ...

-list        [-v &#124; -rfc] [-protected]
             [-alias ]
             [-keystore ] [-storepass ]
             [-storetype ] [-providerName ]
             [-providerClass  [-providerArg ]] ...

-printcert   [-v] [-file ]

-selfcert    [-v] [-protected]
             [-alias ]
             [-dname ] [-validity ]
             [-keypass ] [-sigalg ]
             [-keystore ] [-storepass ]
             [-storetype ] [-providerName ]
             [-providerClass  [-providerArg ]] ...

-storepasswd [-v] [-new ]
             [-keystore ] [-storepass ]
             [-storetype ] [-providerName ]
             [-providerClass  [-providerArg ]] ...


C:\Sun\SDK\jdk\jre\bin&gt;

What am I missing here ?
Thanks in advace.</description>
		<content:encoded><![CDATA[<p>When I type:<br />
keytool –genkey –alias tomcat –keyalg RSA<br />
I get the &#8220;usage&#8221; message:</p>
<p>C:\Sun\SDK\jdk\jre\bin&gt;keytool -genkey -alias tomcat -keyalg RSA<br />
keytool usage:</p>
<p>-certreq     [-v] [-protected]<br />
             [-alias ] [-sigalg ]<br />
             [-file ] [-keypass ]<br />
             [-keystore ] [-storepass ]<br />
             [-storetype ] [-providerName ]<br />
             [-providerClass  [-providerArg ]] &#8230;</p>
<p>-delete      [-v] [-protected] -alias<br />
             [-keystore ] [-storepass ]<br />
             [-storetype ] [-providerName ]<br />
             [-providerClass  [-providerArg ]] &#8230;</p>
<p>-export      [-v] [-rfc] [-protected]<br />
             [-alias ] [-file ]<br />
             [-keystore ] [-storepass ]<br />
             [-storetype ] [-providerName ]<br />
             [-providerClass  [-providerArg ]] &#8230;</p>
<p>-genkey      [-v] [-protected]<br />
             [-alias ]<br />
             [-keyalg ] [-keysize ]<br />
             [-sigalg ] [-dname ]<br />
             [-validity ] [-keypass ]<br />
             [-keystore ] [-storepass ]<br />
             [-storetype ] [-providerName ]<br />
             [-providerClass  [-providerArg ]] &#8230;</p>
<p>-help</p>
<p>-identitydb  [-v] [-protected]<br />
             [-file ]<br />
             [-keystore ] [-storepass ]<br />
             [-storetype ] [-providerName ]<br />
             [-providerClass  [-providerArg ]] &#8230;</p>
<p>-import      [-v] [-noprompt] [-trustcacerts] [-protected]<br />
             [-alias ]<br />
             [-file ] [-keypass ]<br />
             [-keystore ] [-storepass ]<br />
             [-storetype ] [-providerName ]<br />
             [-providerClass  [-providerArg ]] &#8230;</p>
<p>-keyclone    [-v] [-protected]<br />
             [-alias ] -dest<br />
             [-keypass ] [-new ]<br />
             [-keystore ] [-storepass ]<br />
             [-storetype ] [-providerName ]<br />
             [-providerClass  [-providerArg ]] &#8230;</p>
<p>-keypasswd   [-v] [-alias ]<br />
             [-keypass ] [-new ]<br />
             [-keystore ] [-storepass ]<br />
             [-storetype ] [-providerName ]<br />
             [-providerClass  [-providerArg ]] &#8230;</p>
<p>-list        [-v | -rfc] [-protected]<br />
             [-alias ]<br />
             [-keystore ] [-storepass ]<br />
             [-storetype ] [-providerName ]<br />
             [-providerClass  [-providerArg ]] &#8230;</p>
<p>-printcert   [-v] [-file ]</p>
<p>-selfcert    [-v] [-protected]<br />
             [-alias ]<br />
             [-dname ] [-validity ]<br />
             [-keypass ] [-sigalg ]<br />
             [-keystore ] [-storepass ]<br />
             [-storetype ] [-providerName ]<br />
             [-providerClass  [-providerArg ]] &#8230;</p>
<p>-storepasswd [-v] [-new ]<br />
             [-keystore ] [-storepass ]<br />
             [-storetype ] [-providerName ]<br />
             [-providerClass  [-providerArg ]] &#8230;</p>
<p>C:\Sun\SDK\jdk\jre\bin&gt;</p>
<p>What am I missing here ?<br />
Thanks in advace.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: linglom</title>
		<link>http://www.linglom.com/2007/07/21/enable-ssl-on-tomcat-apache-web-server/comment-page-1/#comment-286</link>
		<dc:creator>linglom</dc:creator>
		<pubDate>Tue, 11 Sep 2007 11:23:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/2007/07/21/enable-ssl-on-tomcat-apache-web-server/#comment-286</guid>
		<description>Sorry for late reply. I have no idea about your problem but I think the problem is from your browser about cookies. Try to run your application on different browser.</description>
		<content:encoded><![CDATA[<p>Sorry for late reply. I have no idea about your problem but I think the problem is from your browser about cookies. Try to run your application on different browser.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kapila</title>
		<link>http://www.linglom.com/2007/07/21/enable-ssl-on-tomcat-apache-web-server/comment-page-1/#comment-264</link>
		<dc:creator>Kapila</dc:creator>
		<pubDate>Fri, 31 Aug 2007 06:32:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/2007/07/21/enable-ssl-on-tomcat-apache-web-server/#comment-264</guid>
		<description>I show the certificate like this. but I can&#039;t see the tomcat page. error like this

The page isn&#039;t redirecting properly

Firefox has detected that the server is redirecting the request for this address in a way that will never complete.

    *   This problem can sometimes be caused by disabling or refusing to accept
          cookies.

Soon response will hope
Best</description>
		<content:encoded><![CDATA[<p>I show the certificate like this. but I can&#8217;t see the tomcat page. error like this</p>
<p>The page isn&#8217;t redirecting properly</p>
<p>Firefox has detected that the server is redirecting the request for this address in a way that will never complete.</p>
<p>    *   This problem can sometimes be caused by disabling or refusing to accept<br />
          cookies.</p>
<p>Soon response will hope<br />
Best</p>
]]></content:encoded>
	</item>
</channel>
</rss>
