Spring Hosting
Spring is a component model for enterprise Java, rich web, and enterprise integration applications. It provides centralized configuration and a
consistent programming model for declarative transactions, declarative security, messaging, remoting, Web Services, persistence integration,
MVC, Web Flow, rich web, enterprise integration, and batch processing. An advantage of Spring is that it can be used in lightweight, a-la-carte
manner reducing resource consumption.
Spring is supported on all of our Tomcat hosting plans. To deploy Spring on your Tomcat 6 from Java Web Hosting
either make sure
that your war includes the Spring jars and config files before placing it into webapps where it will autodeploy or:
- Place your config files into webapps/WEB-INF.
- Place spring.jar and spring-webmvc.jar 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 Spring, 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 Spring, visit the
Spring documentation page.