Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Start up your Servlet container and in a web browser go to http://localhost:8080/Basic_Struts2_Ant/index.jspImage Removed. You should see the following:

...

  1. asm-x.x.jar
  2. asm-commons-x.x.jar
  3. asm-tree-x.x.jarcommons-fileupload-X.X.X.jar
  4. commons-io-X.X.X.jar
  5. commons-langlang3-X.X.X.jar
  6. commons-lang3fileupload-X.X.X.jar - as from version 2.3.3 Struts 2 bases on Commons Lang 3, but there are still external dependencies that base on Commons Lang.
  7. freemarker-X.X.X.jar
  8. javassist-X.X.X.jar
  9. ognl-X.X.X.jar
  10. struts2-core-X.X.X.X.jar
  11. xwork-core-X.X.X.jar

...

Open a web browser and go to http://localhost:8080/Basic_Struts2_Ant/index.actionImage Removed (note that's index.action not index.jsp at the end of the URL). You should see the same web page as when going to http://localhost:8080/Basic_Struts2_Ant/index.jspImage Removed. View the log messages written to the console and you should find several that discuss index.action and index.jsp:

...