Tag Archives: NetBeans

.keystore, Tomcat, NetBeans and Java

I give a course on Servlets and JSPs at Concordia University’s School of Extended Learning. One of the topics is SSL. I demonstrate how to create a .keystore file using Java’s keytool.exe. Then I edit Tomcat’s server.xml. Presto! All you have to do is use https rather than http and my lecture on SSL is about done. Not this time…. Read more »

Making Petstore work in NetBeans 6.0

The Petstore sample application from Sun demonstrates a wide range of technologies. It is available in a number of downloads from Sun and is organized in the Blueprints format for projects. However it cannot just be run as it appears on a Windows system. After searching for and reading question and answers about Petstore I have come up with the… Read more »