diff options
Diffstat (limited to 'openo-portal/portal-package/src/main/webapp')
-rw-r--r-- | openo-portal/portal-package/src/main/webapp/WEB-INF/web.xml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/openo-portal/portal-package/src/main/webapp/WEB-INF/web.xml b/openo-portal/portal-package/src/main/webapp/WEB-INF/web.xml index 071ba46b..70a71954 100644 --- a/openo-portal/portal-package/src/main/webapp/WEB-INF/web.xml +++ b/openo-portal/portal-package/src/main/webapp/WEB-INF/web.xml @@ -15,8 +15,11 @@ limitations under the License. --> <web-app> - <display-name>OPEN-O Web Application</display-name> - <welcome-file-list> - <welcome-file>common/login.html</welcome-file> - </welcome-file-list> + <display-name>OPEN-O Web Application</display-name> + <welcome-file-list> + <welcome-file>common/login.html</welcome-file> + </welcome-file-list> + <listener> + <listener-class>org.openo.portal.system.SystemListener</listener-class> + </listener> </web-app> |