How To Embed Tomcat 7
Saturday, August 21st, 2010From ‘Coppery Keen Claws’, here’s your helpful tech tip of the day, on embedding Tomcat 7, including code snippets.
From ‘Coppery Keen Claws’, here’s your helpful tech tip of the day, on embedding Tomcat 7, including code snippets.
Here’s an easy to follow SSH Tutorial for Windows, from the site of Rochester Institute of Technology.
If this interests you, Digital Media Minute has done quite a few other posts in this area, on a free SSH server for Windows, Configuring OpenSSH for public key authentication, as well as a lengthy, comprehensive article from four years ago on setting up an sftp server on windows.
John Gruber has a great article about Using .htaccess Redirection to Standardize Web Server Addresses. .htaccess files are actually quite easy to work with, and if you have a website, you should be able to implement many of these techniques to provide better URI’s to your users.
OpenDNS is a free DNS service that promises to be safer and faster than your ISP’s DNS. They offer a safer DNS by intercepting phishing attempts and warning you if you attempt to visit a phishing site. OpenDNS will also fix typos in the URLs you enter whenever it can. For example, if you’re using OpenDNS craigslist.og will lead directly to craigslist.org.
With Internet Information Services (IIS) 6.0 Manager you can remotely manage any number of IIS 6.0 servers from a Windows XP Professional workstation. Sure you could use remote desktop, but if you simply need to start and stop a server or create a virtual directory this tool is perfect!
[Link from Charlie Arehart]
The Amazon Web Services Developer Connection site has a great tutorial that will show you how to Mount Amazon S3 as a File System in Amazon EC2. S3 is Amazon’s distributed storage service and EC2 is their distributed, virtualized server solution. In the past it was difficult to have persistent storage in EC2, but now using S3, persistent storage is possible.
ISP on a Mac is a great series of articles that will show you how to compile all the software required to turn your Mac into a full fledged web host. Instructions are easy to follow and cover installing Apache 2, PHP 5.x, MySQL 5, Postfix for mail and spam filtering. What make this series great is you learn how to compile your servers and how to specify many different features and configuration options.
Aaron Hopkins, a software engineer for Google has a kick ass article on Optimizing Page Load Time. His techniques are really dead simple and can dramatically make your web applications load quickly.
Ryan Tomayko documents How he explained REST to his wife…. I’m not too sure why his wife was asking about REST, but this is one of the easiest reads on REST out there.