Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Panel
borderStylesolid
titleTable of contents
Table of Contents
minLevel1
maxLevel3
includePagestrue
indent20px
styledisc

Homepage:

http://tomcat.apache.org/Image Removed

Download:

http://tomcat.apache.org/download-60.cgiImage Removed

File(s):

apache-tomcat-6.0.20.tar.gz (5.7 MB)

For developing Wicket-webapplications a runtime server is necessary. The easiest setup uses the embedded (in an extra JAR-file) Jetty server. But you also can use Apache Tomcat, which may be more familiar for some developers.

Installation

Linux:

  • Unzip tar.gz-package
    Code Block
    titleTerminal
    borderStylesolid
    $ cd ~
    $ tar xvfz DOWNLOADS/apache-tomcat-6.0.20.tar.gz
    
  • New folder is "~/apache-tomcat-6.0.20"

...

Code Block
titleTerminal
borderStylesolid
$ nano ~/.bashrc
...
export CATALINA_HOME="~/home/ralf/apache-tomcat-6.0.20"
$ source ~/.bashrc
$ echo $CATALINA_HOME
~/apache-tomcat-6.0.20