Tag Archives: Output

Validating Tomcat-SSL Configuration using a Java Client program

Continuing with the topic of configuring Apache Tomcat – SSL, we wish to validate the connection using a Java Client program. The prime motive is to use a standard Java Console application and connect over SSL with an already deployed web portal running on Tomcat. Use sample Java code – HelloClient.java (Replace the file extension […]

0