-
Notifications
You must be signed in to change notification settings - Fork 14
InstallGuide Spring
Dolf Dijkstra edited this page Jun 21, 2012
·
1 revision
Installation Additions for configuring the Action framework through Spring.
-
Add the GSF spring configuration to you WEB-INF directory. A sample configuration file can be found for reference.
-
Add the following lines to your web.xml and restart the application server. A complete sample web.xml for a Content Server 7.6 JSK is avaiable for reference.
<!-- add gsfApplicationContext -->
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>/WEB-INF/applicationContext.xml,/WEB-INF/gsfApplicationContext.xml</param-value>
</context-param>
3. Read further instructions on how to use GSF. A good starter is the GSF Beginners Guide.