There are a number of commercial antivirus products available for Linux, but ClamAV is free and is easily installed on Fedora and Enterprise Linux distributions. Continue reading
Tag Archives: RHEL
Install Tomcat 7 on CentOS, RHEL, or Fedora
This post will cover installing and basic configuration of Tomcat 7 on CentOS 5.x. or 6.x
Tomcat 7 implements the JavaServer Pages 2.2 and Servlet 3.0 specifications and a number of new features. The Manager application also has a new look and finer-grain roles and access than 6.x Continue reading
Install Tomcat 6 on CentOS or RHEL
This post will cover installation and configuration of Tomcat 6 on CentOS 5.
We will also show how to run Tomcat as a service, create a start/stop script, and configure Tomcat to run under a non-root user.
This post has been updated for Tomcat 6.0.32.
This post below will work with any Tomcat 6.x version, but I have been keeping it updated to keep the links consistent and to make it as “copying-and-paste” as possible.
If you are looking for our tutorial on installing Tomcat 7 on CentOS/RHEL, you can find it here. Continue reading
Install GlassFish 3.1 on CentOS or RHEL
This post will cover installing GlassFish 3.1 on CentOS or RHEL.
We’ll also see how to run GlassFish as a service, how to access the Admin Console, and how to run GlassFish under a minimally privileged user.
GlassFish 3.1 is the latest release and is available as GlassFish Server Open Source Edition 3.1 (free) and Oracle GlassFish Server 3.1 (supported and requires paid subscription). Continue reading
Configuring VNC Server on Linux
init (Original Method)
The init method works for RHEL and it’s clones (Oracle Linux and CentOS) up to and including RHEL6. It also Continue reading