How can i deploy a struts2 web application in tomcat? I want to avoid eclipse from deploying enviorment. How should I arrange the files in project folder?
I downloaded ‘Struts2’ from Apache struts site, but I don’t know how to use them.
My project was created with Eclipse IDE and i am using MySql database and Tomcat server. It can be successfully deployed from that environment. I don’t want to use Eclipse IDE in my deployment.
Is there any change in arrangement of files needed when I place my project in
webapps->root folder of tomcat.
If so, please give me the order required.
I downloaded some examples from Apache site and they run if I deploy them from eclipse, but when I place them in tomcat root folder and run, it shows struts2 tags not found..
Easiest way was exporting the project into a . war file.
Copy it into webapps of tomcat server.
Run tomcat
then it will be loaded