Struts Hosting
Apache Struts is a framework designed to make it easier to create model-view-controller (MVC) Java web applications.
MVC uses a controller to coordinate interaction between the back end data (the model) and the front end that people see on their monitor (the
view). Separating the functions keeps the code organized and easier to maintain and allows the graphic designers and the Java coders to work
somewhat independently of each other.
Struts is supported on all of our Tomcat hosting plans. To deploy Struts on your Tomcat 6 from Java Web Hosting
either make sure
that your war includes the Struts jars and config files before placing it into webapps where it will autodeploy or:
- Place your Struts config files into webapps/WEB-INF.
- Place the Struts jars into webapps/WEB-INF/lib.
- Place your classes into webapps/WEB-INF/classes.
- Place your view files (html, jsp, etc.) into webapps.
- Use the control panel to restart your Tomcat.
If you are an existing customer needing assistance with Struts, please contact
tech support. If you are a prospective customer, please
visit our
Java Web Hosting home page for more information on our hosting plans.
For more information on the Struts framework, visit the
Apache Struts website.