Simple Step to Deploy a Web-Application with Spring-Framework on cPanel
June 11th, 2010
If you are using JSP and want to deploy an application using Spring Framework then you need to do 2 simple things before your application can work.
1. Created a .war file of the application and put it into the /public_html directory.
2. Add the following lines to the .htaccess file inside /public_html
SetHandler jakarta-servlet SetEnv JK_WORKER_NAME ajp13





