eclipse-server:tomcat6x

Full name:

ch.elca.el4j.maven.plugins:maven-eclipse-server-plugin:3.1:tomcat6x

Description:

Maven mojo to add a tomcat server and the necessary runtime to eclipse.

Attributes:

  • Requires a Maven 2.0 project to be executed.

Required Parameters

Name Type Since Description
tomcat6xAutoPublishSetting String - Tomcat auto-publish-setting configuration value.
Default value is: 2.
tomcat6xAutoPublishTime String - Tomcat auto-publish-time configuration value.
Default value is: 1.
tomcat6xDeployDir String - Tomcat deployDir configuration value.
Default value is: wtpwebapps.
tomcat6xHostname String - Tomcat hostname configuration value.
Default value is: localhost.
tomcat6xId String - Tomcat id configuration value.
Default value is: Tomcat v6.0 Server at localhost.
tomcat6xName String - Tomcat name configuration value.
Default value is: Apache Tomcat v6.0.
tomcat6xRuntimeId String - Tomcat runtime-id configuration value.
Default value is: Apache Tomcat v6.0.
tomcat6xRuntimeTypeId String - Tomcat runtime-type-id configuration value.
Default value is: org.eclipse.jst.server.tomcat.runtime.60.
tomcat6xServerType String - Tomcat server-type configuration value.
Default value is: org.eclipse.jst.server.tomcat.60.
tomcat6xServerTypeId String - Tomcat server-type-id configuration value.
Default value is: org.eclipse.jst.server.tomcat.60.
tomcat6xStartTimeout String - Tomcat start-timeout configuration value.
Default value is: 45.
tomcat6xStopTimeout String - Tomcat stop-timeout configuration value.
Default value is: 15.
tomcat6xTestEnvironment String - Tomcat testEnvironment configuration value.
Default value is: true.
tomcat6xTimestamp String - Tomcat timestamp configuration value.
Default value is: 0.
tomcat6xconf File - The directory where the apache tomcat configuration files are stored.
Default value is: ${tomcat6x.home}/conf.
tomcat6xhome File - The home / runtime directory of apache tomcat.
Default value is: ${tomcat6x.home}.
workspace File - The eclipse workspace directory.
Default value is: ${eclipse.workspace}.

Parameter Details

tomcat6xAutoPublishSetting:

Tomcat auto-publish-setting configuration value.
  • Type: java.lang.String
  • Required: Yes
  • Default: 2

tomcat6xAutoPublishTime:

Tomcat auto-publish-time configuration value.
  • Type: java.lang.String
  • Required: Yes
  • Default: 1

tomcat6xDeployDir:

Tomcat deployDir configuration value.
  • Type: java.lang.String
  • Required: Yes
  • Default: wtpwebapps

tomcat6xHostname:

Tomcat hostname configuration value.
  • Type: java.lang.String
  • Required: Yes
  • Default: localhost

tomcat6xId:

Tomcat id configuration value.
  • Type: java.lang.String
  • Required: Yes
  • Default: Tomcat v6.0 Server at localhost

tomcat6xName:

Tomcat name configuration value.
  • Type: java.lang.String
  • Required: Yes
  • Default: Apache Tomcat v6.0

tomcat6xRuntimeId:

Tomcat runtime-id configuration value.
  • Type: java.lang.String
  • Required: Yes
  • Default: Apache Tomcat v6.0

tomcat6xRuntimeTypeId:

Tomcat runtime-type-id configuration value.
  • Type: java.lang.String
  • Required: Yes
  • Default: org.eclipse.jst.server.tomcat.runtime.60

tomcat6xServerType:

Tomcat server-type configuration value.
  • Type: java.lang.String
  • Required: Yes
  • Default: org.eclipse.jst.server.tomcat.60

tomcat6xServerTypeId:

Tomcat server-type-id configuration value.
  • Type: java.lang.String
  • Required: Yes
  • Default: org.eclipse.jst.server.tomcat.60

tomcat6xStartTimeout:

Tomcat start-timeout configuration value.
  • Type: java.lang.String
  • Required: Yes
  • Default: 45

tomcat6xStopTimeout:

Tomcat stop-timeout configuration value.
  • Type: java.lang.String
  • Required: Yes
  • Default: 15

tomcat6xTestEnvironment:

Tomcat testEnvironment configuration value.
  • Type: java.lang.String
  • Required: Yes
  • Default: true

tomcat6xTimestamp:

Tomcat timestamp configuration value.
  • Type: java.lang.String
  • Required: Yes
  • Default: 0

tomcat6xconf:

The directory where the apache tomcat configuration files are stored.
  • Type: java.io.File
  • Required: Yes
  • Expression: ${tomcat6x.confdir}
  • Default: ${tomcat6x.home}/conf

tomcat6xhome:

The home / runtime directory of apache tomcat.
  • Type: java.io.File
  • Required: Yes
  • Expression: ${tomcat6x.home}
  • Default: ${tomcat6x.home}

workspace:

The eclipse workspace directory.
  • Type: java.io.File
  • Required: Yes
  • Expression: ${eclipse.workspace}
  • Default: ${eclipse.workspace}