w

welcome-tomcat

The welcome application for Geronimo. This binds to / so it handles all requests that nothing else is bound to. The main purpose is to greet users who are exploring Geronimo for the first time. It should typically be removed or replaced for production applications.
Files download
File Operation
welcome-tomcat-3.0.1.pom download
welcome-tomcat-3.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.geronimo.configs</groupId>
  <artifactId>welcome-tomcat</artifactId>
  <version>3.0.1</version>
  <type>car</type>
</dependency>
Gradle Groovy
implementation 'org.apache.geronimo.configs:welcome-tomcat:3.0.1'
Gradle Kotlin
implementation("org.apache.geronimo.configs:welcome-tomcat:3.0.1")
Scala SBT
libraryDependencies += "org.apache.geronimo.configs" % "welcome-tomcat" % "3.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.geronimo.configs', module='welcome-tomcat', version='3.0.1')
)
Apache Ivy
<dependency org="org.apache.geronimo.configs" name="welcome-tomcat" rev="3.0.1" />
Leiningen
[org.apache.geronimo.configs/welcome-tomcat "3.0.1"]
Apache Buildr
'org.apache.geronimo.configs:welcome-tomcat:jar:3.0.1'