Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.1
-
None
Description
1) The org.apache.struts2.Main class no longer contains a launch of quickstart. It was removed in the toolbox breakup. Only the launch of sitegraph (wrongly) remains.
2) Both sitegraph and quickstart has a org.apache.struts2.Main class. I wonder which one gets included in struts2-all.
3) The docs for quickstart http://struts.apache.org/2.x/docs/quickstart.html says I can use java -jar jarfile, but none of the struts2-core, struts2-all or struts2-quickstart contains a Main-Class manifest entry.
4) The docs also says to use java -jar struts2-core, but I don't think that is correct anymore. Either struts2-all or struts2-quickstart seems more correct.
5) The use of java -jar webwork is also mentioned on the http://struts.apache.org/2.x/docs/quickstart.html doc page.