<?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/"
		>
<channel>
	<title>Comments on: Setting Up SSL on Tomcat In 3 Easy Steps</title>
	<atom:link href="http://techtracer.com/2007/09/12/setting-up-ssl-on-tomcat-in-3-easy-steps/feed/" rel="self" type="application/rss+xml" />
	<link>http://techtracer.com/2007/09/12/setting-up-ssl-on-tomcat-in-3-easy-steps/</link>
	<description>Tracing the course of Web Technology</description>
	<lastBuildDate>Sun, 13 May 2012 05:47:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: ravi</title>
		<link>http://techtracer.com/2007/09/12/setting-up-ssl-on-tomcat-in-3-easy-steps/comment-page-5/#comment-41413</link>
		<dc:creator>ravi</dc:creator>
		<pubDate>Mon, 23 Apr 2012 17:43:16 +0000</pubDate>
		<guid isPermaLink="false">http://techtracer.com/2007/09/12/setting-up-ssl-on-tomcat-in-3-easy-steps/#comment-41413</guid>
		<description>i have a create war file of my project, the web.xml entry is 


  Ganesha
  
    index.html
    index.htm
    index.jsp
    default.html
    default.htm
    default.jsp
  
  
  

securedapp
/*


CONFIDENTIAL







i have generate the key using
keytool -genkey -alias server -keypass changeit -keystore server.keystore -storepass changet
and put this file in C:\server.keystore
 

server.xml entry is








i deploy my war file in tomcat
and start server,
when i click to my project in tomcat manager
my project url is:https://localhost:8443/Ganesha/
but the browser says:
This webpage is not available
The webpage at https://localhost:8443/Ganesha/ might be temporarily down or it may have moved permanently to a new web address.
Here are some suggestions:
Reload this web page later.
Error 7 (net::ERR_TIMED_OUT): The operation timed ou</description>
		<content:encoded><![CDATA[<p>i have a create war file of my project, the web.xml entry is </p>
<p>  Ganesha</p>
<p>    index.html<br />
    index.htm<br />
    index.jsp<br />
    default.html<br />
    default.htm<br />
    default.jsp</p>
<p>securedapp<br />
/*</p>
<p>CONFIDENTIAL</p>
<p>i have generate the key using<br />
keytool -genkey -alias server -keypass changeit -keystore server.keystore -storepass changet<br />
and put this file in C:\server.keystore</p>
<p>server.xml entry is</p>
<p>i deploy my war file in tomcat<br />
and start server,<br />
when i click to my project in tomcat manager<br />
my project url is:https://localhost:8443/Ganesha/<br />
but the browser says:<br />
This webpage is not available<br />
The webpage at <a href="https://localhost:8443/Ganesha/" rel="nofollow">https://localhost:8443/Ganesha/</a> might be temporarily down or it may have moved permanently to a new web address.<br />
Here are some suggestions:<br />
Reload this web page later.<br />
Error 7 (net::ERR_TIMED_OUT): The operation timed ou</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ravi</title>
		<link>http://techtracer.com/2007/09/12/setting-up-ssl-on-tomcat-in-3-easy-steps/comment-page-5/#comment-41412</link>
		<dc:creator>ravi</dc:creator>
		<pubDate>Mon, 23 Apr 2012 17:40:50 +0000</pubDate>
		<guid isPermaLink="false">http://techtracer.com/2007/09/12/setting-up-ssl-on-tomcat-in-3-easy-steps/#comment-41412</guid>
		<description>step-1:
i have a create war file of my project, the web.xml entry is 


  Ganesha
  
    index.html
    index.htm
    index.jsp
    default.html
    default.htm
    default.jsp
  
  
  

securedapp
/*


CONFIDENTIAL






step-2:
i have generate the key using
keytool -genkey -alias server -keypass changeit -keystore server.keystore -storepass changet
and put this file in C:\server.keystore
 
step-3:
server.xml entry is





step-4:
i deploy my war file in tomcat
and start server,
when i click to my project in tomcat manager
my project url is:https://localhost:8443/Ganesha/
but the browser says:
This webpage is not available
The webpage at https://localhost:8443/Ganesha/ might be temporarily down or it may have moved permanently to a new web address.
Here are some suggestions:
Reload this web page later.
Error 7 (net::ERR_TIMED_OUT): The operation timed out</description>
		<content:encoded><![CDATA[<p>step-1:<br />
i have a create war file of my project, the web.xml entry is </p>
<p>  Ganesha</p>
<p>    index.html<br />
    index.htm<br />
    index.jsp<br />
    default.html<br />
    default.htm<br />
    default.jsp</p>
<p>securedapp<br />
/*</p>
<p>CONFIDENTIAL</p>
<p>step-2:<br />
i have generate the key using<br />
keytool -genkey -alias server -keypass changeit -keystore server.keystore -storepass changet<br />
and put this file in C:\server.keystore</p>
<p>step-3:<br />
server.xml entry is</p>
<p>step-4:<br />
i deploy my war file in tomcat<br />
and start server,<br />
when i click to my project in tomcat manager<br />
my project url is:https://localhost:8443/Ganesha/<br />
but the browser says:<br />
This webpage is not available<br />
The webpage at <a href="https://localhost:8443/Ganesha/" rel="nofollow">https://localhost:8443/Ganesha/</a> might be temporarily down or it may have moved permanently to a new web address.<br />
Here are some suggestions:<br />
Reload this web page later.<br />
Error 7 (net::ERR_TIMED_OUT): The operation timed out</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Setting Up SSL on Tomcat In 3 Easy Steps &#171; Solved IT</title>
		<link>http://techtracer.com/2007/09/12/setting-up-ssl-on-tomcat-in-3-easy-steps/comment-page-5/#comment-41391</link>
		<dc:creator>Setting Up SSL on Tomcat In 3 Easy Steps &#171; Solved IT</dc:creator>
		<pubDate>Mon, 09 Apr 2012 09:10:59 +0000</pubDate>
		<guid isPermaLink="false">http://techtracer.com/2007/09/12/setting-up-ssl-on-tomcat-in-3-easy-steps/#comment-41391</guid>
		<description>[...]  Java EE, Tutorials  186 responses [...]</description>
		<content:encoded><![CDATA[<p>[...]  Java EE, Tutorials  186 responses [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gopala krishna</title>
		<link>http://techtracer.com/2007/09/12/setting-up-ssl-on-tomcat-in-3-easy-steps/comment-page-5/#comment-41383</link>
		<dc:creator>gopala krishna</dc:creator>
		<pubDate>Mon, 02 Apr 2012 05:10:46 +0000</pubDate>
		<guid isPermaLink="false">http://techtracer.com/2007/09/12/setting-up-ssl-on-tomcat-in-3-easy-steps/#comment-41383</guid>
		<description>My Enviroment is :
Java:   C:\Program Files\Java\jdk1.6.0\bin
Tomcat : D:\Apache Software Foundation\Tomcat 6.0
 Generating the KeyStore file
 C:\Program Files\Java\jdk1.6.0\bin
keytool -genkey -alias techtracer -keypass ttadmin -keystore techtracer.bin -storepass ttadmin
 Configured Tomcat for using the Keystore file
1.	My http port no :
    
2.	. Put the techtracer.bin file in the  webapps  directory of Tomcat
3.	Configured Https Port
    
I started the server with http://localhost:8080
     Its working fine
But while its not working fine with https://localhost:8443</description>
		<content:encoded><![CDATA[<p>My Enviroment is :<br />
Java:   C:\Program Files\Java\jdk1.6.0\bin<br />
Tomcat : D:\Apache Software Foundation\Tomcat 6.0<br />
 Generating the KeyStore file<br />
 C:\Program Files\Java\jdk1.6.0\bin<br />
keytool -genkey -alias techtracer -keypass ttadmin -keystore techtracer.bin -storepass ttadmin<br />
 Configured Tomcat for using the Keystore file<br />
1.	My http port no :</p>
<p>2.	. Put the techtracer.bin file in the  webapps  directory of Tomcat<br />
3.	Configured Https Port</p>
<p>I started the server with <a href="http://localhost:8080" rel="nofollow">http://localhost:8080</a><br />
     Its working fine<br />
But while its not working fine with <a href="https://localhost:8443" rel="nofollow">https://localhost:8443</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: janardhan</title>
		<link>http://techtracer.com/2007/09/12/setting-up-ssl-on-tomcat-in-3-easy-steps/comment-page-5/#comment-41376</link>
		<dc:creator>janardhan</dc:creator>
		<pubDate>Wed, 28 Mar 2012 11:32:15 +0000</pubDate>
		<guid isPermaLink="false">http://techtracer.com/2007/09/12/setting-up-ssl-on-tomcat-in-3-easy-steps/#comment-41376</guid>
		<description>Hi while am going through step1 getting keytool error:
java.io.file not found exception(Access denied).</description>
		<content:encoded><![CDATA[<p>Hi while am going through step1 getting keytool error:<br />
java.io.file not found exception(Access denied).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Indrajit Yadav</title>
		<link>http://techtracer.com/2007/09/12/setting-up-ssl-on-tomcat-in-3-easy-steps/comment-page-5/#comment-41361</link>
		<dc:creator>Indrajit Yadav</dc:creator>
		<pubDate>Thu, 22 Mar 2012 19:20:25 +0000</pubDate>
		<guid isPermaLink="false">http://techtracer.com/2007/09/12/setting-up-ssl-on-tomcat-in-3-easy-steps/#comment-41361</guid>
		<description>This is very good article. it helps me to configure the https to make the application secure.

Thanks a lot....</description>
		<content:encoded><![CDATA[<p>This is very good article. it helps me to configure the https to make the application secure.</p>
<p>Thanks a lot&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vijay</title>
		<link>http://techtracer.com/2007/09/12/setting-up-ssl-on-tomcat-in-3-easy-steps/comment-page-5/#comment-41352</link>
		<dc:creator>vijay</dc:creator>
		<pubDate>Mon, 19 Mar 2012 10:12:12 +0000</pubDate>
		<guid isPermaLink="false">http://techtracer.com/2007/09/12/setting-up-ssl-on-tomcat-in-3-easy-steps/#comment-41352</guid>
		<description>Hi nitin,
Really good article.Its neat and simple.But,I am getting null values when i get the parameter values in servlet through HttpRequest.I am not able proceed with the application. Everything is fine except this.
Please help ASAP..

Thanks a lot...</description>
		<content:encoded><![CDATA[<p>Hi nitin,<br />
Really good article.Its neat and simple.But,I am getting null values when i get the parameter values in servlet through HttpRequest.I am not able proceed with the application. Everything is fine except this.<br />
Please help ASAP..</p>
<p>Thanks a lot&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ravi</title>
		<link>http://techtracer.com/2007/09/12/setting-up-ssl-on-tomcat-in-3-easy-steps/comment-page-5/#comment-41336</link>
		<dc:creator>ravi</dc:creator>
		<pubDate>Thu, 08 Mar 2012 05:17:28 +0000</pubDate>
		<guid isPermaLink="false">http://techtracer.com/2007/09/12/setting-up-ssl-on-tomcat-in-3-easy-steps/#comment-41336</guid>
		<description>SSL connection error
Unable to make a secure connection to the server. This may be a problem with the server, or it may be requiring a client authentication certificate that you don&#039;t have.
Error 107 (net::ERR_SSL_PROTOCOL_ERROR): SSL protocol error.

getting this error please help. i followed all the steps.</description>
		<content:encoded><![CDATA[<p>SSL connection error<br />
Unable to make a secure connection to the server. This may be a problem with the server, or it may be requiring a client authentication certificate that you don&#8217;t have.<br />
Error 107 (net::ERR_SSL_PROTOCOL_ERROR): SSL protocol error.</p>
<p>getting this error please help. i followed all the steps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: venkatsantosh</title>
		<link>http://techtracer.com/2007/09/12/setting-up-ssl-on-tomcat-in-3-easy-steps/comment-page-5/#comment-41330</link>
		<dc:creator>venkatsantosh</dc:creator>
		<pubDate>Mon, 05 Mar 2012 20:11:59 +0000</pubDate>
		<guid isPermaLink="false">http://techtracer.com/2007/09/12/setting-up-ssl-on-tomcat-in-3-easy-steps/#comment-41330</guid>
		<description>keytool error: java.io.FileNotFoundException: venkatsantosh.bin (Access is denied)</description>
		<content:encoded><![CDATA[<p>keytool error: java.io.FileNotFoundException: venkatsantosh.bin (Access is denied)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: @Nitin pal</title>
		<link>http://techtracer.com/2007/09/12/setting-up-ssl-on-tomcat-in-3-easy-steps/comment-page-5/#comment-41301</link>
		<dc:creator>@Nitin pal</dc:creator>
		<pubDate>Fri, 17 Feb 2012 08:47:33 +0000</pubDate>
		<guid isPermaLink="false">http://techtracer.com/2007/09/12/setting-up-ssl-on-tomcat-in-3-easy-steps/#comment-41301</guid>
		<description>hi Nitin, 

Very useful piece of information. 

Please add the steps to create the Root Certificate also. Then it will be very useful.

But thank you so much for this information. It was so easy that I could do it in an hour.

Thanks.</description>
		<content:encoded><![CDATA[<p>hi Nitin, </p>
<p>Very useful piece of information. </p>
<p>Please add the steps to create the Root Certificate also. Then it will be very useful.</p>
<p>But thank you so much for this information. It was so easy that I could do it in an hour.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

