<?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/"
xmlns:series="http://unfoldingneurons.com/"
> <channel><title>Linglom.com &#187; General</title> <atom:link href="http://www.linglom.com/category/general/feed/" rel="self" type="application/rss+xml" /><link>http://www.linglom.com</link> <description>Source of IT knowledge</description> <lastBuildDate>Wed, 07 Dec 2011 14:03:35 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>How to setup Apache web server using XAMPP on Windows</title><link>http://www.linglom.com/2011/08/16/how-to-setup-apache-web-server-using-xampp-on-windows/</link> <comments>http://www.linglom.com/2011/08/16/how-to-setup-apache-web-server-using-xampp-on-windows/#comments</comments> <pubDate>Tue, 16 Aug 2011 04:43:52 +0000</pubDate> <dc:creator>linglom</dc:creator> <category><![CDATA[General]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[Apache]]></category> <category><![CDATA[MySQL]]></category> <category><![CDATA[PHP]]></category> <category><![CDATA[XAMPP]]></category> <guid
isPermaLink="false">http://www.linglom.com/?p=1336</guid> <description><![CDATA[If you are a PHP/MySQL developer or administrator who need to test configuration of Apache web server, you may want to setup local Apache web server to test your developed script or configuration before deploy to production environment. You can manually install and configure Apache, PHP and MySQL on your local computer. But it takes [...]
Related posts:<ol><li><a
href='http://www.linglom.com/2007/02/01/how-to-set-up-apache-web-server-using-appserv/' rel='bookmark' title='How to set up Apache web server using AppServ'>How to set up Apache web server using AppServ</a> <small>What is web server? A web server is service that...</small></li></ol>]]></description> <content:encoded><![CDATA[<p>If you are a PHP/MySQL developer or administrator who need to test configuration of Apache web server, you may want to setup local Apache web server to test your developed script or configuration before deploy to production environment. You can manually install and configure Apache, PHP and MySQL on your local computer. But it takes time and requires some skill to configure these applications. If you are looking for an easier solution, you may be interested in this article.</p><p><span
id="more-1336"></span></p><p>Few years ago, I wrote an article about how to setup Apache web server using AppServ. Now there are many software similar to AppServ so I decide to write a new fresh one. But instead of using the same software as the previous article, I will use <strong>XAMPP</strong> this time. XAMPP is an easy to install Apache distribution containing MySQL, PHP and Perl. At the moment there are four XAMPP distributions: Windows, Linux, Mac OS and Solaris. See <a
href="http://www.apachefriends.org/en/xampp.html" target="_blank" rel="nofollow">XAMPP</a> for more information.</p><p>XAMPP is not meant for production use but only for developers in a development environment. XAMPP is configured is to be as open as possible and to allow the web developer anything he/she wants. For development environments this is great but in a production environment it could be fatal.<br
/> <em><strong>Reference:</strong></em> <a
href="http://www.apachefriends.org/en/xampp-windows.html#1221" target="_blank" rel="nofollow">XAMPP security console</a></p><p> <?php @include_once("/home/nipawit/public_html/linglom/adlogger/ad_check_include.php"); if ($show_ads == 'y') { ?> <script type="text/javascript">google_ad_client = "ca-pub-7765165459812980";
/* 336 x 280. created 12/7/10 */
google_ad_slot = "2657223297";
google_ad_width = 336;
google_ad_height = 280;</script> <script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script> <?php } ?></p><p>This article will show you how to setup Apache web server with PHP/MySQL using XAMPP on Windows 7 (x64). The current version of XAMPP is 1.7.4. It comes with PHP 5.3.5 so if you don&#8217;t plan to use this PHP version, you should download the older version of XAMPP instead.</p><h3>Step-by-step</h3><ol><li>Download XAMPP for Windows. Browse to <a
href="http://www.apachefriends.org/en/xampp.html" target="_blank" rel="nofollow">www.apachefriends.org/en/xampp.html</a> and click <strong>XAMPP for Windows</strong>.<br
/> <a
href="http://www.linglom.com/images/Windows/Setup-XAMPP/1.png" target="_blank"><img
src="http://www.linglom.com/images/Windows/Setup-XAMPP/_1.png" width="200" height="142" alt="XAMPP for Windows" title="XAMPP for Windows"  /></a></li><li>Scroll down to Download section, there are 3 formats which you can choose to download. In this example, I select <strong>ZIP</strong> format.<br
/> <a
href="http://www.linglom.com/images/Windows/Setup-XAMPP/2.png" target="_blank"><img
src="http://www.linglom.com/images/Windows/Setup-XAMPP/_2.png" width="200" height="144" alt="Download XAMPP" title="Download XAMPP"  /></a></li><li>Unzip the file into the folder of your choice. If you extract XAMPP in a top level folder like &#8220;C:\&#8221; or &#8220;D:\&#8221;, you can skip to step 5. Otherwise, you have to run &#8220;setup_xampp.bat&#8221; in \xampp folder. In this example, I extract to C:\ so I can skip to step 5.<br
/> <a
href="http://www.linglom.com/images/Windows/Setup-XAMPP/3.png" target="_blank"><img
src="http://www.linglom.com/images/Windows/Setup-XAMPP/_3.png" width="200" height="150" alt="Unzip XAMPP" title="Unzip XAMPP"  /></a></li><li>Here is the screenshot of the execution of file <strong>setup_xampp.bat</strong>.<br
/> <a
href="http://www.linglom.com/images/Windows/Setup-XAMPP/4.png" target="_blank"><img
src="http://www.linglom.com/images/Windows/Setup-XAMPP/_4.png" width="200" height="101" alt="setup_xampp.bat" title="setup_xampp.bat"  /></a></li><li>Open XAMPP Control Panel by right-click on <strong>xampp-control.exe</strong> and select <strong>Run as administrator</strong>.<br
/> <strong><em>Note:</em></strong> If you&#8217;re using Windows XP, you just double-click on the file.<br
/> <a
href="http://www.linglom.com/images/Windows/Setup-XAMPP/5.png" target="_blank"><img
src="http://www.linglom.com/images/Windows/Setup-XAMPP/_5.png" width="200" height="150" alt="Open XAMPP Control Panel" title="Open XAMPP Control Panel"  /></a></li><li>On <strong>XAMPP Control Panel Application</strong>, select <strong>Svc</strong> checkbox of Apache and click <strong>OK</strong>. This will install Apache as a service on this computer.<br
/> <a
href="http://www.linglom.com/images/Windows/Setup-XAMPP/6.png" target="_blank"><img
src="http://www.linglom.com/images/Windows/Setup-XAMPP/_6.png" width="200" height="160" alt="Install Apache as service" title="Install Apache as service"  /></a></li><li>Click <strong>Start</strong> to start Apache web server.<br
/> <a
href="http://www.linglom.com/images/Windows/Setup-XAMPP/7.png" target="_blank"><img
src="http://www.linglom.com/images/Windows/Setup-XAMPP/_7.png" width="200" height="160" alt="Start Apache" title="Start Apache"  /></a></li><li>Repeat step 6-7 on MySQL. Now Apache and MySQL are installed as Windows services and already started.<br
/> <a
href="http://www.linglom.com/images/Windows/Setup-XAMPP/8.png" target="_blank"><img
src="http://www.linglom.com/images/Windows/Setup-XAMPP/_8.png" width="200" height="160" alt="Apache and MySQL services started" title="Apache and MySQL services started"  /></a></li><li>You can check if the services are really installed on the computer by click <strong>SCM</strong>.<br
/> <a
href="http://www.linglom.com/images/Windows/Setup-XAMPP/9.png" target="_blank"><img
src="http://www.linglom.com/images/Windows/Setup-XAMPP/_9.png" width="200" height="160" alt="Open Windows Services" title="Open Windows Services"  /></a></li><li>On <strong>Services</strong>, you will see Apache and MySQL services are started and startup type are set to <strong>Automatic</strong> which means that services will be started automatically when the computer starts.<br
/> <a
href="http://www.linglom.com/images/Windows/Setup-XAMPP/10.png" target="_blank"><img
src="http://www.linglom.com/images/Windows/Setup-XAMPP/_10.png" width="200" height="152" alt="Windows Services" title="Windows Services"  /></a></li><li>Now it&#8217;s time to test, browse to &#8220;http://localhost&#8221; or &#8220;http://127.0.0.1&#8243;. You will see the screen as below. This is XAMPP&#8217;s splash screen, select <strong>English</strong> language.<br
/> <a
href="http://www.linglom.com/images/Windows/Setup-XAMPP/11.png" target="_blank"><img
src="http://www.linglom.com/images/Windows/Setup-XAMPP/_11.png" width="200" height="144" alt="XAMPP Splash Screen" title="XAMPP Splash Screen"  /></a></li><li>Here is the XAMPP&#8217;s main page. You can view other pages using navigation menu on the left side. For example, XAMPP&#8217;s status to see which components are running, security page to view current security configuration of the XAMPP installation, etc.<br
/> <a
href="http://www.linglom.com/images/Windows/Setup-XAMPP/12.png" target="_blank"><img
src="http://www.linglom.com/images/Windows/Setup-XAMPP/_12.png" width="200" height="144" alt="XAMPP's Main Page" title="XAMPP's Main Page"  /></a></li><li>The main directory for all WWW documents is \xampp\htdocs. If you put a file &#8220;test.html&#8221; in this directory, you can access it with the URI &#8220;http://localhost/test.html&#8221;.<br
/> <a
href="http://www.linglom.com/images/Windows/Setup-XAMPP/13.png" target="_blank"><img
src="http://www.linglom.com/images/Windows/Setup-XAMPP/_13.png" width="200" height="150" alt="" title=""  /></a></li><li>You can manage MySQL using phpMyAdmin by browse to &#8220;http://localhost/phpmyadmin&#8221; or you can select phpMyAdmin link on the XAMPP&#8217;s main page (in Tools section).<br
/> <em><strong>Note:</strong></em> By default, the root&#8217;s password is empty (blank password).<br
/> <a
href="http://www.linglom.com/images/Windows/Setup-XAMPP/14.png" target="_blank"><img
src="http://www.linglom.com/images/Windows/Setup-XAMPP/_14.png" width="200" height="144" alt="" title=""  /></a></li></ol><p>Related posts:<ol><li><a
href='http://www.linglom.com/2007/02/01/how-to-set-up-apache-web-server-using-appserv/' rel='bookmark' title='How to set up Apache web server using AppServ'>How to set up Apache web server using AppServ</a> <small>What is web server? A web server is service that...</small></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.linglom.com/2011/08/16/how-to-setup-apache-web-server-using-xampp-on-windows/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>How to Create Watermark Action in Photoshop</title><link>http://www.linglom.com/2011/06/07/how-to-create-watermark-action-in-photoshop/</link> <comments>http://www.linglom.com/2011/06/07/how-to-create-watermark-action-in-photoshop/#comments</comments> <pubDate>Tue, 07 Jun 2011 03:20:32 +0000</pubDate> <dc:creator>linglom</dc:creator> <category><![CDATA[General]]></category> <category><![CDATA[action]]></category> <category><![CDATA[watermark]]></category> <guid
isPermaLink="false">http://www.linglom.com/?p=1325</guid> <description><![CDATA[If you want to protect your photos from copying without giving credit to you, the easiest way is to use watermark on photos by add some text or logo of yours to photos. But normally, you have many photos so watermarking each photo manually won&#8217;t be efficient. So what is the best way to add [...]
Related posts:<ol><li><a
href='http://www.linglom.com/2007/03/25/create-watermark-on-photos-using-photoshop/' rel='bookmark' title='Create Watermark on photos using Photoshop'>Create Watermark on photos using Photoshop</a> <small>Introduction I&#8217;ve recently added Recent photo&#8217;s section on the sidebar...</small></li></ol>]]></description> <content:encoded><![CDATA[<p>If you want to protect your photos from copying without giving credit to you, the easiest way is to use watermark on photos by add some text or logo of yours to photos. But normally, you have many photos so watermarking each photo manually won&#8217;t be efficient. So what is the best way to add watermark to photos? Record a watermark action is the answered. Once you have recorded an action which do watermark, you can replay it on many images as you want with a single click.</p><p><span
id="more-1325"></span></p><p>On this example, I show how to record an Photoshop action which will add a simple text and align it at bottom right on an image as watermark. I use Adobe Photoshop CS5.</p><p></p><h3>Step-by-step</h3><ol><li>Open an image that you want to add a watermark on Photoshop. This image will be used as an example image to create a watermark action.<br
/> <a
href="http://www.linglom.com/images/Photoshop/Create-Watermark-Action/1.jpg" target="_blank"><img
src="http://www.linglom.com/images/Photoshop/Create-Watermark-Action/_1.jpg" width="200" height="147" alt="Sample Image" title="Sample Image"  /></a></li><li>Open Actions Window by select <strong>Window</strong> -> <strong>Actions</strong> on the menu bar or you can press Alt + F9.<br
/> <a
href="http://www.linglom.com/images/Photoshop/Create-Watermark-Action/2.jpg" target="_blank"><img
src="http://www.linglom.com/images/Photoshop/Create-Watermark-Action/_2.jpg" width="200" height="89" alt="Open Action Palette" title="Open Action Palette"  /></a></li><li>On Action window, click on <strong>Create new Action</strong> icon. This will open New Action dialog box, enter the name for an action as <em>&#8220;watermark&#8221;</em> and you can also add a shortcut key for this action by change the value in <strong>Function Key</strong> as you want. Next, click <strong>Record</strong>.<br
/> <em><strong>Note:</strong></em> You can toggle hide/show the Action window by press ALT + F9.<br
/> <a
href="http://www.linglom.com/images/Photoshop/Create-Watermark-Action/3.jpg" target="_blank"><img
src="http://www.linglom.com/images/Photoshop/Create-Watermark-Action/_3.jpg" width="200" height="147" alt="Create New Action" title="Create New Action"  /></a></li><li>Next, add a watermark text on the image. On <strong>Tools</strong> menu, select <strong>Horizontal Type Tool (T)</strong> and click on anywhere on the image. Type the text as a watermark, usually something like <em>&#8220;? Yourcompany&#8221;</em> and set font family, size and style as you want. On this example, I use the text <em>&#8220;? Linglom.com&#8221;</em> with font family Tahoma, bold and size is 36 pixel as a sample. Then, click on <strong>Commit any current edits</strong> to apply changes.<br
/> <em><strong>Note:</strong></em> The copyright symbol (?) can be typed by hold ALT + 0169. Then, release the ALT button.<br
/> <a
href="http://www.linglom.com/images/Photoshop/Create-Watermark-Action/4.jpg" target="_blank"><img
src="http://www.linglom.com/images/Photoshop/Create-Watermark-Action/_4.jpg" width="200" height="147" alt="Add Copyright Text" title="Add Copyright Text"  /></a></li><li>Next, set align of the watermark text to bottom right of the image. On <strong>Tools</strong> menu, select <strong>Move Tool</strong> and select both layers, watermark text and image layer, by click on the first layer, hold CTRL and click on the second layer. Then, click on <strong>Align bottom edges</strong> and <strong>Align right edges</strong> icons. The watermark text will move to bottom right of image.<br
/> <a
href="http://www.linglom.com/images/Photoshop/Create-Watermark-Action/5.jpg" target="_blank"><img
src="http://www.linglom.com/images/Photoshop/Create-Watermark-Action/_5.jpg" width="200" height="147" alt="Align Watermark Text" title="Align Watermark Text"  /></a></li><li>You notice that the watermark text is too attached to edges of image. It would be nicer if you keep a little distance from edges. So use <strong>Zoom Tool</strong> to zoom to the watermark text, and select <strong>Move Tool</strong>. Click on the watermark layer and move it away from the edges as you want.<br
/> <em><strong>Note: </strong></em> To move the watermark text layer more precisely, you can use the directional arrow keys.<br
/> <a
href="http://www.linglom.com/images/Photoshop/Create-Watermark-Action/6.jpg" target="_blank"><img
src="http://www.linglom.com/images/Photoshop/Create-Watermark-Action/_6.jpg" width="200" height="147" alt="Adjust Watermark Text Position" title="Adjust Watermark Text Position"  /></a></li><li>Make watermark text more transparent by set opacity on the watermark text layer. Select the watermark text layer and set opacity to 30%. You can adjust this value as you want.<br
/> <a
href="http://www.linglom.com/images/Photoshop/Create-Watermark-Action/7.jpg" target="_blank"><img
src="http://www.linglom.com/images/Photoshop/Create-Watermark-Action/_7.jpg" width="200" height="79" alt="Set Opacity for Watermark Text" title="Set Opacity for Watermark Text"  /></a></li><li>(Optional) You can set blending option of the watermark text to make it looks better. Double-click on the watermark text layer. This will open Layer Style dialog box, check <strong>Stroke</strong>, set size to 1 pixel and change color to whilte (#FFFFFF). Click <strong>OK</strong>.<br
/> <a
href="http://www.linglom.com/images/Photoshop/Create-Watermark-Action/8.jpg" target="_blank"><img
src="http://www.linglom.com/images/Photoshop/Create-Watermark-Action/_8.jpg" width="200" height="147" alt="Add Blending Option - Stroke to Text" title="Add Blending Option - Stroke to Text"  /></a></li><li>On Action window, click <strong>Stop playing/recording</strong> icon to stop record this action.<br
/> <a
href="http://www.linglom.com/images/Photoshop/Create-Watermark-Action/9.jpg" target="_blank"><img
src="http://www.linglom.com/images/Photoshop/Create-Watermark-Action/_9.jpg" width="200" height="147" alt="Stop Record Action" title="Stop Record Action"  /></a></li><li>Now you have finished create an action that add a watermark on image. Let&#8217;s try to run the watermark action on another image. Open a new image, select on <em>&#8220;watermark&#8221;</em> action and click on <strong>Play</strong> button. If there isn&#8217;t any error, you should see the watermark at the bottom right of this image.<br
/> <a
href="http://www.linglom.com/images/Photoshop/Create-Watermark-Action/10.jpg" target="_blank"><img
src="http://www.linglom.com/images/Photoshop/Create-Watermark-Action/_10.jpg" width="200" height="147" alt="Test Watermark Action" title="Test Watermark Action"  /></a></li></ol><p>Related posts:<ol><li><a
href='http://www.linglom.com/2007/03/25/create-watermark-on-photos-using-photoshop/' rel='bookmark' title='Create Watermark on photos using Photoshop'>Create Watermark on photos using Photoshop</a> <small>Introduction I&#8217;ve recently added Recent photo&#8217;s section on the sidebar...</small></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.linglom.com/2011/06/07/how-to-create-watermark-action-in-photoshop/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Linglom&#8217;s Blog Maintenance</title><link>http://www.linglom.com/2008/05/12/lingloms-blog-maintenance/</link> <comments>http://www.linglom.com/2008/05/12/lingloms-blog-maintenance/#comments</comments> <pubDate>Mon, 12 May 2008 08:08:30 +0000</pubDate> <dc:creator>linglom</dc:creator> <category><![CDATA[General]]></category> <category><![CDATA[maintenance]]></category> <guid
isPermaLink="false">http://www.linglom.com/?p=90</guid> <description><![CDATA[If you visit my blog reguarly, you would noticed that my blog was downed last week on May 3-10. Let me tell in chronological style. On April 29, I have just realized that my account would expired on May 1 but I don&#8217;t want to renew the account because current hosting provider allows only a [...]
No related posts.]]></description> <content:encoded><![CDATA[<p>If you visit my blog reguarly, you would noticed that my blog was downed last week on May 3-10. Let me tell in chronological style.<span
id="more-90"></span></p><ul><li>On April 29, I have just realized that my account would expired on May 1 but I don&#8217;t want to renew the account because current hosting provider allows only a domain per account. And now I have more than a domain to manage so I have to move my blog to other hosting provider.</li><li>On April 30, I ask support team of the current hosting provider to expand my account for a few days to complete transfer my data to Hostgator which is the new hosting provider that I&#8217;ll move to. They agree and enable my blog till May 4.</li><li>On May 1, I backup and restore data to Hostgator. Now the hosting problem had been fixed.</li><li>On May 2, I want to transfer domain registrar from my current registrar (OnlineNic) to other domain registrar (Netfirms) for management issue. Again, I ask support team for the code using to initiate the transfer.</li><li>On May 3, I have received an e-mail from support team about the code. Then, I initiate the domain transfer.</li><li>On May 4, I have received an e-mail from OnlineNic. It&#8217;s look like an automated system. They tell me that I have to wait 5 days and OnlineNic will transfer the domain. That&#8217;s means the transfer will begin on May 8 and my blog will be offline tomorrow until May 8. I decide to wait so that why my blog is downed about a week.</li><li>On May 5-7, I take this change to upgrade and patch my blog and plugins to the latest version.</li><li>On May 8, the domain registrar is transferred succesfully.</li><li>On May 10, I point DNS server of linglom.com to Hostgator&#8217;s DNS server and put the blog online.</li></ul><p>I have use Hostgator for 4 months now (hosting other website) and never face any problem. If you&#8217;re looking for a good place to hosting your web with economy price, I would recommend this one.<br
/> <a
href='http://secure.hostgator.com/cgi-bin/affiliates/clickthru.cgi?id=nipawit' target='_blank' rel='nofollow'><img
src='http://www.hostgator.com/affiliates/banners/468x60e.gif' /></a></p><p>No related posts.</p>]]></content:encoded> <wfw:commentRss>http://www.linglom.com/2008/05/12/lingloms-blog-maintenance/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Enable SSL on Tomcat on Apache</title><link>http://www.linglom.com/2007/07/21/enable-ssl-on-tomcat-apache-web-server/</link> <comments>http://www.linglom.com/2007/07/21/enable-ssl-on-tomcat-apache-web-server/#comments</comments> <pubDate>Sat, 21 Jul 2007 03:46:41 +0000</pubDate> <dc:creator>linglom</dc:creator> <category><![CDATA[General]]></category> <category><![CDATA[SSL]]></category> <category><![CDATA[Tomcat]]></category> <guid
isPermaLink="false">http://www.linglom.com/2007/07/21/enable-ssl-on-tomcat-apache-web-server/</guid> <description><![CDATA[This tutorial shows how to enable SSL support for Apache Tomcat web server. Requirement Apache Tomcat 5.0 JDK 1.5 Note: if you have JDK below 1.4, you need to install Java Secure Socket Extensions (JSSE) Step-by-step Create .ketstore file Enter command line and change directory to your JAVA\bin folder. (Default path is: C:\Program Files\Java\jre1.5.0_12\bin) Type [...]
No related posts.]]></description> <content:encoded><![CDATA[<p>This tutorial shows how to enable SSL support for Apache Tomcat web server.</p><h3>Requirement</h3><ul><li>Apache Tomcat 5.0</li><li>JDK 1.5</li></ul><p><span
id="more-43"></span></p><p><em>Note: if you have JDK below 1.4, you need to install Java Secure Socket Extensions (JSSE)</em></p><p></p><h3>Step-by-step</h3><ol><li>Create .ketstore file</li><ul><li> Enter command line and change directory to your JAVA\bin folder. (Default path is: C:\Program Files\Java\jre1.5.0_12\bin)</li><li>Type “keytool –genkey –alias tomcat –keyalg RSA and press Enter.<br
/> Where tomcat is an alias name and RSA is a key algorithm.</li><li>Type your password for the keystore. (Default password is: changeit). In this example, I&#8217;ll use password as “password�?.</li><li>Enter general information about this Certificate. The example is the image below. In the last line, Enter key password for (tomcat) should be the same as you enter before.<br
/> <em>Note that this information will be displayed to users who attempt to access a secure page.</em><br
/> <a
href="http://www.linglom.com/images/howto/tomcat/ssl/1.gif" target="_blank"><img
src="http://www.linglom.com/images/howto/tomcat/ssl/_1.gif" width="430" height="198" alt="Enter certificate description" title="Enter certificate description"  /></a></li><li>The file .keystore will be created on your account. (Currently, I use administrator account so it&#8217;ll be in C:\Documents and Settings\Administrator)<br
/> <img
src="http://www.linglom.com/images/howto/tomcat/ssl/2.gif" width="337" height="386" alt="The .keystore file" title="The .keystore file" /></li></ul><li>Configure Tomcat</li><ul><li>Open server.xml in Tomcat\conf folder. (Default path is: C:\Program Files\Apache Software Foundation\Tomcat 5.5\conf)</li><li>Uncomment the paragraph below this line<br
/> <xmp>.<br
/> (By removing  tags below the line)</xmp></li><li>Add new attribute keystorePass=&#8221;password&#8221; to the Connector element. If you haven’t change keystore’s password, you don’t have to add this attribute.<br
/> <a
href="http://www.linglom.com/images/howto/tomcat/ssl/3.gif" target="_blank"><img
src="http://www.linglom.com/images/howto/tomcat/ssl/_3.gif" width="450" height="101" alt="Edit tomcat's configuration file" title="Edit tomcat's configuration file"  /></a></li><li>Change port to 443 if you want to access a page from https:// without specifies port after hostname.<br
/> <a
href="http://www.linglom.com/images/howto/tomcat/ssl/4.gif" target="_blank"><img
src="http://www.linglom.com/images/howto/tomcat/ssl/_4.gif" width="450" height="85" alt="Change ssl port" title="Change ssl port"  /></a></li><li>Save and restart Apache Tomcat service.</li></ul><li>Test the result</li><ul><li>Open browser and navigate to the Apache Tomcat server with https:// prefix<br
/> <img
src="http://www.linglom.com/images/howto/tomcat/ssl/5.gif" width="352" height="157" alt="Try access tomcat's default page" title="Try access tomcat's default page" /></li><li>There will be a pop-up window show about security alert, click Yes.<br
/> <img
src="http://www.linglom.com/images/howto/tomcat/ssl/6.gif" width="384" height="308" alt="Secrity alert about certificate" title="Secrity alert about certificate" /></li><li>When you see Apache Tomcat’s default page, that’s means you have success enable SSL on the server. Congratulate.</li><li>Also, you will notice there is a key icon on the bottom right of your browser.<br
/> <a
href="http://www.linglom.com/images/howto/tomcat/ssl/7.gif" target="_blank"><img
src="http://www.linglom.com/images/howto/tomcat/ssl/_7.gif" width="450" height="339" alt="Access tomcat's default page on secure port" title="Access tomcat's default page on secure port"  /></a></li><li> Try double click on the key to view certificate’s detail.<br
/> <img
src="http://www.linglom.com/images/howto/tomcat/ssl/8.gif" width="409" height="483" alt="View the certificate" title="View the certificate" /></li></ul></ol><p>No related posts.</p>]]></content:encoded> <wfw:commentRss>http://www.linglom.com/2007/07/21/enable-ssl-on-tomcat-apache-web-server/feed/</wfw:commentRss> <slash:comments>10</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic
Database Caching 5/37 queries in 0.027 seconds using disk: basic
Content Delivery Network via cdn.linglom.com/linglom

Served from: www.linglom.com @ 2012-02-05 04:00:46 -->
