Struts
From OpenCms Wiki
(Difference between revisions)
(→Integrating Apache Struts and OpenCms) |
(→Integrating Apache Struts and OpenCms) |
||
Line 1: | Line 1: | ||
= Integrating Apache Struts and OpenCms= | = Integrating Apache Struts and OpenCms= | ||
− | + | ||
Integrating Apache Struts and OpenCms is possible. There are a number of posts on the opencms-dev Mailinglist discussing this problem. | Integrating Apache Struts and OpenCms is possible. There are a number of posts on the opencms-dev Mailinglist discussing this problem. | ||
Latest revision as of 06:42, 4 July 2009
Integrating Apache Struts and OpenCms
Integrating Apache Struts and OpenCms is possible. There are a number of posts on the opencms-dev Mailinglist discussing this problem.
Basically it's just a matter of performing these steps:
- Add Struts Libraries (JAR-Files)
- Add Struts configuration files
- Add the Struts Servlet, a servlet mapping, and the Struts Tag Libraries to web.xml
- Restart the servlet container