I was deploying application on Tomcat7/OpenJDK. This application was accessing further secure services like SMTPS and HTTPS. Tomcat was complaining that certificates are not correct […] Read More
Category: Software engineering
Author: Lordrat By now you know, that when you need simple server to serve static pages just for you to play, you use Python’s SimpleHTTPServer. […] Read More
There is one very annoying issue in Eclipse: stealing of focus by Console window. Console window is displayed when you run application. When you set […] Read More
Imagine that we have C++ project e.g. for Visual Studio 2008. It is possible to build this project just by msbuild command: msbuild MyProject.vcproj /p:Configuration=”Release” […] Read More
Update 4.11. 2012: Mintty/Cygwin Termina; has also support for transparency. Update 31.12. 2011: new version of Mintty (see discussion). Cygwin is great tool for Windows. […] Read More