# struts.configuration=org.apache.struts2.config.DefaultConfiguration struts.devMode=true struts.i18n.reload=true struts.configuration.xml.reload=true struts.locale=zh_CN struts.i18n.encoding=UTF-8 struts.objectFactory = spring struts.objectFactory.spring.autoWire = name struts.objectFactory.spring.useClassCache = true #struts.objectTypeDeterminer = tiger #struts.objectTypeDeterminer = notiger struts.multipart.parser=jakarta # uses javax.servlet.context.tempdir by default struts.multipart.saveDir= struts.multipart.maxSize=2097152 # struts.custom.properties=application,com/webwork/extension/custom struts.mapper.class=org.apache.struts2.dispatcher.mapper.DefaultActionMapper struts.action.extension=action struts.serve.static=true struts.serve.static.browserCache=true struts.tag.altSyntax=true struts.ui.theme=xhtml struts.ui.templateDir=template #sets the default template type. Either ftl, vm, or jsp struts.ui.templateSuffix=ftl # struts.velocity.configfile = velocity.properties # struts.velocity.contexts = struts.url.http.port = 8080 struts.url.https.port = 8443