Project

General

Profile

1
struts.ognl.allowStaticMethodAccess = true
2
struts.mapper.class = gr.uoa.di.driver.web.listeners.CXFStruts2ActionMapper
3

    
4
#spring auto-wire
5
#struts.objectFactory.spring.autoWire=type
6

    
7
# In production!
8
struts.devMode = true
9

    
10
#override struts-default.xml
11
#struts.configuration.files = my-struts-default.xml,struts-plugin.xml,struts.xml
12

    
13
#**/*-messages_*.properties
14
struts.custom.i18n.resources = global-messages, search-messages, browse-messages, repositories-messages, footer, welcome, override-welcome, override-footer
15

    
16
struts.serve.static=false
(31-31/40)