Tag Archives: batch file

Writing Useful Batch Scripts for Windows

An often overlooked utility in Windows is the use of batch scripts.A batch script is nothing but a text file with the ‘.bat’ extension containing a series of commands to be executed by the Windows command interpreter. Along with calling … Continue reading

Posted in Batch File Scripting, Programming Languages, Technology, Tips & Tricks | Tagged , , , , , , , , , , , , , , , , , , , , , | Leave a comment

Setting-up Tomcat 7 on Windows 7

Apache Tomcat 7 is unique compared to prior releases as it supports the Servlet 3.0, JSP 2.2, and EL 2.2 specifications. However, make note that Tomcat 7 requires Java 1.6 or higher.

Posted in Application Servers, Technology, Tomcat | Tagged , , , , , , , , , , , , , , , | Leave a comment