How to depoly your struts application in JBOSS
Answer / 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 |
Explain design patterns which is used in struts?
Hi frnds Ima facing problm with tomcat configuration.kindly can any one tell to me what is the mistake iam doing.i already configured tomcat as fallowing http://www.ibm.com/developerworks/opensource/library/os-eclipse-tomcat/ even though iam getting the PortNO .and changed with different no of Ports but no working kindly can any one tell me what is the mistake iam doing........?
How is forward action used for integration?
struts is thread safe or not ?give me answer as early as possible
What is the use of struts?
What is the use of execAndWait interceptor?
What are the conditions for actionform to work correctly?
What is actionform in struts?
Can you explain the directory structure for a struts folder in brief ?
What is package name in struts xml?
I have 4 jsp pages .At last page we have a submit button when we click it it will store all jsps data which we provide will store into database. how we can make it possible
when connecting with the database,if database server is down,ho can we handle this exception in struts,how can we send error message to the user?