Tag: <span>tomcat</span>

How to Create a Java Server Faces (JSF) Development Environment with Apache Tomcat + Suns JDK

This tutorial demonstrates how to configure your Windows XP environment in order to do some JSF development. The idea is that first you need to install the JDK, configure the JAVA_HOME environment variable, and then install the Tomcat Servlet & JSP engine. With the JAVA_HOME set, and the bin directory …

Remote debugging of Java web applications in Apache Tomcat and JBoss

In this four minute tutorial I’m presenting how to remotely debug Java web applications in Apache Tomcat and JBoss containers. This tutorial may be useful if you deployed your application on the remote server and want to debug it in this particular environment. IMPORTANT: remember that your Java application HAS …