org.kuali.common.deploy.appserver.spring
Class TomcatConfig
java.lang.Object
org.kuali.common.deploy.appserver.spring.TomcatConfig
- All Implemented Interfaces:
- ApplicationServerConfig
@Configuration
@Import(value={org.kuali.common.util.spring.service.SpringServiceConfig.class,DefaultDeployContextConfig.class,org.kuali.common.util.maven.spring.MavenServiceConfig.class,DefaultSecureChannelConfig.class,org.kuali.common.http.spring.DefaultHttpServiceConfig.class})
public class TomcatConfig
- extends Object
- implements ApplicationServerConfig
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TomcatConfig
public TomcatConfig()
applicationServer
@Bean
public ApplicationServer applicationServer()
- Specified by:
applicationServer
in interface ApplicationServerConfig
getSetEnv
protected Deployable getSetEnv()
getJsps
protected List<Deployable> getJsps()
getTomcatDeletes
protected List<String> getTomcatDeletes()
getTomcatCreates
protected List<String> getTomcatCreates()
getTomcatChowns
protected List<String> getTomcatChowns()
getJdbcDriverPath
protected String getJdbcDriverPath(org.kuali.common.util.maven.model.Artifact jdbcDriver)
getJdbcDriver
protected com.google.common.base.Optional<Deployable> getJdbcDriver()
getTomcatDeployables
protected List<Deployable> getTomcatDeployables()
getApplicationServer
protected ApplicationServer getApplicationServer()
getHttpWaitExecutable
protected org.kuali.common.http.service.HttpWaitExecutable getHttpWaitExecutable()
getApplicationPath
protected String getApplicationPath()
getApplication
protected Deployable getApplication()
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.