News Ticker

Installing Java 7 and Tomcat 7

I often post about Java and Tomcat on Twitter. Follow me here

Install Java 7

We need to download and install Java 7 ARM v6/7 Linux headless edition and tomcat 7.

Install Tomcat 7

Related Articles

One of the most important developments in JavaEE 8 and Java 9 will be support for HTTP/2. Tomcat 9 supports HTTP/2 but it must be configured to use TLS. Head on over to Configure Tomcat 9 for HTTP/2 to find out how to add the appropriate configurations.

Apache ant can be used to automate the compilation, deployment and launch of Tomcat all with a simple Ant script. Find out how to automate these task in my article: Compile, deploy and start Tomcat with Ant script.

Amazon Web Services offers free usage for 12 months that allows you to install Tomcat. The free tier consists of 14 services, the EC2 service is of most interest to developers. I show you how to install and configure Tomcat on an EC2 instance: Amazon Free Usage Tier: Installing Tomcat 7 on an EC2 Linux instance.

One of the most important configuration files in Tomcat is server.xml.I have posted an example of this file in my blog post: Tomcat server.xml example.

Tomcat is often set up with Apache and mod_jk cluster. In this article I will go through a common set-up for a small production environment: a single tier, load balanced application server cluster.

I often post about Java and Tomcat on Twitter. Follow me here

5 Comments on Installing Java 7 and Tomcat 7

  1. Next, how to get mod_jk connector working to avoid use of :8080 port spec. Any thoughts? I’m about to try building it from source on the Pi.

  2. I maybe just be a simple hyperchicken from a backwoods asteroid, but this line doesn’t seem right to me:

    “to start tomcat type: sh bin/shutdown.sh”

4 Trackbacks / Pingbacks

  1. Installing Java 7 and Tomcat 7 « alex.theedom
  2. Installing Java 7 and Tomcat 7 on the Pi « alex.theedom
  3. Installing Java 7 and Tomcat 7 | alex.theedom | InhumanBlog
  4. Installing Java 7 and Tomcat 7 on the Pi Boost your career with us Professional Java EE Video Training and Tutorials

Leave a Reply