In this section we will explore Struts 2.1.8 show case application. We will use Tomcat to install and test the application.
I am assuming that you have already installed apache-tomcat-6.0.26 on your computer. Now copy the struts2-showcase-2.1.8.1.war file into webapps directory of tomcat and then start the tomcat.

Now open the browser and type http://localhost:8080/struts2-showcase-2.1.8.1/. Your browser should display the showcase application's home page.
The showcase application provides following examples:
You can learn a lot from the example show case. Here is the screen shot of the Chat application:

In this section we installed and tested Struts 2.1.8 show case example.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: Struts 2.1.8 Showcase application
Post your Comment