How to depoly your struts application in JBOSS
Answer Posted / naresh
First u have to create the war. the war consists of jar
files,Action Classes and ur jsp files and all the XML file.
then deploy the war to the deploy path.
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
Describe validate() and reset() methods.
How many Action classes have been used in your project? Differences between struts 1.1 and 1.3?
Define struts?
Describe the basic steps used to create a tiles application?
Explain the core end goal while using java struts?
What is the default suffix for Struts2 action URI and how can we change it?
What is the naming convention for a resource bundle file in struts2?
Explain the complete struts validator framework.
What are the struts2 error message keys that can come during file uploading process?
What is the design role played by struts?
What is the use of reset method of ActionForm class?
Can a reducer dispatch an action?
What is action chaining ?
What is the use of resourcebundle.properties file in Struts Validation framework?
What is struts2 in java?