How can I install Tomcat on Debian?
FAQ - GEANT2-JRA1 WikiMake sure you do all steps as root. Download and install Tomcat x@y:/$ cd /usr/local x@y:/usr/local/$ wget http://www.apache.org/dist/tomcat/tomcat-5/v5.0.28/bin/jakarta-tomcat-5.0.28.tar.gz x@y:/usr/local/$ tar -zxf jakarta-tomcat-5.0.28.tar.gz x@y:/usr/local/$ mv jakarta-tomcat-5.0.28 tomcat Make script so you can start-stop-restart Tomcat (make sure that java path is correct!). x@y:/$ cd /etc/init.d x@y:/etc/init.
Related QuestionsHow do I install the Debian from CD-ROMs?
The Debian GNU/Linux FAQ - Debian??LFS??Gentoo?????? - Linux...Linux supports the ISO 9660 (CD-ROM) file system with Rock Ridge extensions (formerly known as "High Sierra". Several vendors provide Debian GNU/Linux in this format. Warning: When installing from CD-ROM, it is usually not a good idea to choose dselect's cdrom access method. This method is usually very slow.
Related QuestionsHow should I install a non-Debian program?
The Debian GNU/Linux FAQ - Debian??LFS??Gentoo?????? - Linux...Files under the directory /usr/local/ are not under the control of the Debian package management system. Therefore, it is good practice to place the source code for your program in /usr/local/src/. For example, you might extract the files for a package named "foo.tar" into the directory /usr/local/src/foo. After you compile them, place the binaries in /usr/local/bin/, the libraries in /usr/local/lib/, and the configuration files in /usr/local/etc/.
Related QuestionsCan I get and install Debian directly from a remote Internet site?
The Debian GNU/Linux FAQ - Debian??LFS??Gentoo?????? - Linux...Yes. You can boot the Debian installation system from a set of files you can download from our FTP site and its mirrors. You can download a small CD image file, create a bootable CD from it, install the basic system from it and the rest over the network. For more information please see http://www.debian.org/CD/netinst/. You can also download even smaller floppy disk image files, create bootable diskettes from them, start the installation procedure and get the rest of Debian over the network.
Related QuestionsHow can I install Java (JDK) on Debian?
FAQ - GEANT2-JRA1 WikiGo to address http://java.sun.com/javase/downloads/index.jsp and download packet that contains java JDK and JRE with extension .bin Download it in directory /usr/java (do all steps as root). x@y:/$ mkdir /usr/java x@y:/$ cd /usr/java x@y:/usr/java/$ chmod 755 jdk-1_5_0_09-linux-i586-rpm.bin x@y:/usr/java/$ ./jdk-1_5_0_09-linux-i586-rpm.bin After installation, make and run this script. x@y:/usr/java$ pico skripta.sh #!/bin/sh for i in 'find /usr/java | grep ^.*\.
Related QuestionsHow can I get and install the Debian distribution from a tape?
The Debian GNU/Linux FAQ: Getting and Installing Debian GNU/...present, installing packages directly from tape is not supported. One can however, use tar, cpio, or afio to copy Debian archive files onto a tape, then copy them onto your local disk for installation. In the same vein, floppy disks containing "tar" files would have to be copied onto a local disk before they could be managed with the Debian package tools.
Related QuestionsHow can I install Cernlib on Debian?
Cernlib on Debian FAQThe Cernlib packages for sarge / etch / lenny / sid are official Debian packages, and available from your usual Debian mirror with "apt-get install cernlib". See the packages page for a complete list of individual packages; you may be able to save disk space by only installing the parts of Cernlib you specifically need. In particular, if you only want to do data analysis with PAW or Paw++, just run "apt-get install paw" (or paw++).
Related QuestionsHow do I install Apache and Tomcat?
jGuru: Tomcat FAQAuthor: Alex Chaffee (http://www.jguru.com/guru/viewbio.jsp?EID=3) The Tomcat Apache HOWTO has been revised and placed on the Tomcat web site. Here's a way to do it: Getting, Installing and starting Tomcat Download Tomcat from here: Get Tomcat Installing and starting Tomcat This is a breeze. It consists of the following steps: Unzip "jakarta-tomcat.zip" to the root drive. The zip automatically makes a "jakarta-tomcat" folder and extracts to it.
Related QuestionsHow can I install / compile Cernlib with Debian patches on a non-Debian system?
Cernlib on Debian FAQThis is a little more complicated since you won't have any Debian infrastructure tools. You will need the two files cernlib_2006.dfsg.2.orig.tar.gz and cernlib_2006.dfsg.2-2.diff.gz. Having downloaded these files to a working directory, run the following commands: gunzip -c cernlib_2006.dfsg.2.orig.tar.gz | tar xf - in question 2.
Related QuestionsHow do I get and install the Debian distribution from CD-ROM?
The Debian GNU/Linux FAQ: Getting and Installing Debian GNU/...Linux supports the ISO 9660 (CD-ROM) file system with Rock Ridge extensions (formerly known as "High Sierra"). Several vendors provide the Debian distribution in this format; these vendors have directly supported the Debian project: I-Connect Co.: I-Connect provides the master FTP system used by Debian developers, and its network connection and system administration.
Related QuestionsHow can I get/install the Debian distribution from my own hard disk?
The Debian GNU/Linux FAQ: Getting and Installing Debian GNU/...The Debian packages can be installed from a hard disk on your system, either IDE, EIDE, SCSI (including Jaz drives), or a drive connected through a parallel port. Kernel support must of course be available for the type of drive you have. The appropriate drivers are: CONFIG_SCSI for SCSI drives (including Jaz drives), along with one of the (many) drivers for your particular SCSI interface.
Related QuestionsWhy don't I have to install Tomcat with 2.x?
FAQ - AppFuse 2 - ConfluenceIf you run mvn integration-test, the Maven Cargo plugin will download and install Tomcat and run the integration tests against it. If you want to see your project running in a server, you have two options: Run mvn jetty:run-war - this will fire up a Jetty instance and it will be available at http://localhost:8080. Run mvn cargo:start -Dcargo.wait=true and your application will be deployed to Tomcat and available at http://localhost:8081/applicationname-version.
Related QuestionsWhat or who are Debian?
Adaptive Linux Solutions, Linux Software, Linux Web Hosting,...Debian created by the Debian project, is a widely used distribution of free software developed through the collaboration of volounteers from around the world.
Related QuestionsCernlib on Debian FAQDebian is an entirely free operating system, both in the monetary sense, and more importantly, in the sense that the source code of every program in the system is available for anyone to inspect, modify and distribute. Debian's two great strengths are the seamless ease with which software may be installed and kept updated, and its ability to run on almost any modern CPU family (architecture).Related Questions
What is Tomcat?
FAQ - JSP Hosting, Servlet Hosting, J2EE Hostingquot;Tomcat is a free, open-source implementation of Java Servlet and JavaServer Pages technologies developed under the Jakarta project at the Apache Software Foundation. Tomcat is available for commercial use under the ASF license from the Apache web site in both binary and source versions." They have client software available for a number of operating systems.
Related QuestionsSmilehouse Workspace - Workspace FAQ listTomcat is the free, open-source implemenation of Java Servlet and JavaServer technologies developed under the Jakarta project at the Apache Software Foundation. Get the latest version of tomcat http://jakarta.apache.org/tomcatRelated Questions
jGuru: Tomcat FAQAuthor: Alex Chaffee (http://www.jguru.com/guru/viewbio.jsp?EID=3) Question originally posed by potturi raviprasad (http://www.jguru.com/guru/viewbio.jsp?EID=88105 Tomcat is the code name for the flagship product of the Jakarta Project . It is a commercial-quality, open-source implementation of the Java Servlet 2.2 and JavaServer Pages 1.1 Specifications that runs either standalone or integrated with a web server.Related Questions
How do you install Domino 6 on a Debian-based Linux?
All FAQs for Notes/Domino 6.xYou'll need to fix the library problem before trying to install Domino if memory serves me, and the second problem needs to be fixed before trying to run the HTTP task, though it is best fix it as soon as Domino files have been installed. a) download IBM's JRE 1.3.1 for Linux on Intel from their website. Unpack it (using ark or tar zxvf on the command line) to a place of you choice - I chose /opt/lotus/ibmjava/jvm just to keep it near the Domino install. No "install" is required.
Related QuestionsHow do I get and install the Debian distribution from an NFS-mounted drive?
The Debian GNU/Linux FAQ: Getting and Installing Debian GNU/...Debian packages on remote hosts can be installed via the Network File System using a SLIP, PPP, PLIP or Ethernet connection. SLIP and PPP require that the the netbase and netstd packages be installed first. These packages are not part of the Debian base system, and must be obtained by one of the other methods described in this section.
Related QuestionsHow can I get/install the Debian distribution from a set of floppy disks?
The Debian GNU/Linux FAQ: Getting and Installing Debian GNU/...Copy the Debian packages onto formatted floppy disks. Either a DOS, the native Linux "ext2", or the "minix" format will do; one just has to use a mount command appropriate to the floppy that's being used. Short MS-DOS filenames: If you are trying to place Debian package files onto MS-DOS formatted disks, you will find that their names are generally too long, and do not conform to the MS-DOS 8.3 filename limitation.
Related QuestionsHow can I get and install the Debian distribution directly from a remote ftp site?
The Debian GNU/Linux FAQ: Getting and Installing Debian GNU/...Install the Debian tool dpkg-ftp. This package is currently installed in the directory project/experimental at ftp://ftp.debian.org/debian/ and its mirrors. To do install a package, see notes on dpkg. Then invoke the program dselect, which will call dpkg-ftp for you, guide you through the selection of packages, then install the packages, without every downloading the packages themselves to your machine. This method is designed to save the user both disk space and time.
Related QuestionsHow do I install Apache and Tomcat with SSL / HTTPS support?
jGuru: Tomcat FAQAuthor: Alex Chaffee (http://www.jguru.com/guru/viewbio.jsp?EID=3) STeve Punte, from the Tomcat Users List, writes: The web site http://www.ccl.net/cca/software/UNIX/apache/index.shtml was great for me on getting SSL operational. Not for the faint of heart! Also, Jun Inamori has written a great tutorial walkthrough on compiling and installing Apache with Tomcat and JServ at http://www.oop-reserch.com/tomcat_3_1/.
Related QuestionsHow do I install Tomcat as servlet manager of Domino 5.x?
jGuru: Tomcat FAQAuthor: Serge Knystautas (http://www.jguru.com/guru/viewbio.jsp?EID=100012) Question originally posed by Pablo Rodriguez (http://www.jguru.com/guru/viewbio.jsp?EID=101122 The Tomcat architecture allows for various front-ends or "connectors" to its servlet engine. In Tomcat 3.1, there are connectors for HTTP (to function as a stand-alone web server), IIS, and Netscape.
Related QuestionsWhat is Debian GNU/Linux?
The Debian GNU/Linux FAQ - Debian??LFS??Gentoo?????? - Linux...Debian GNU/Linux is a particular distribution of the Linux operating system, and numerous packages that run on it. In principle, users could obtain the Linux kernel via the Internet or from elsewhere, and compile it themselves. They could then obtain source code for many applications in the same way, compile the programs, then install them into their systems. For complicated programs, this process can be not only time-consuming but error-prone.
Related QuestionsWhat is the latest version of Debian?
The Debian GNU/Linux FAQ - Debian??LFS??Gentoo?????? - Linux...This is stable and well tested software, it changes if major security or usability fixes are incorporated. This is where packages that will be released as the next 'stable' are placed; they've had some testing in unstable but they may not be completely fit for release yet. This distribution is updated more often than 'stable', but not more often than 'unstable'. This is the version currently under development; it is updated continuously.
Related QuestionsWhere/how can I get the Debian installation disks?
The Debian GNU/Linux FAQ - Debian??LFS??Gentoo?????? - Linux...You can get the installation disks by downloading the appropriate files from one of the Debian mirrors. The installation system files are separated in subdirectories of dists/stable/main directory, and the names of these subdirectories correspond to your architecture like this: disks-arch (arch is "i386", "sparc", etc, check the site for an exact list).
Related QuestionsHow compatible is Debian with other distributions of Linux?
The Debian GNU/Linux FAQ - Debian??LFS??Gentoo?????? - Linux...Debian developers communicate with other Linux distribution creators in an effort to maintain binary compatibility across Linux distributions. Most commercial Linux products run as well under Debian as they do on the system upon which they were built. Debian GNU/Linux adheres to the Linux Filesystem Hierarchy Standard. However, there is room for interpretation in some of the rules within this standard, so there may be slight differences between a Debian system and other Linux systems.
Related QuestionsWhat is missing from Debian GNU/Linux?
The Debian GNU/Linux FAQ - Debian??LFS??Gentoo?????? - Linux...A list of packages which are still needed to be packaged for Debian exists, the Work-Needing and Prospective Packages list. For more details about adding the missing things, see How can I become a Debian software developer?, Section 12.1. Debian Policy requires that such symbolic links (to libfoo.so.x.y.z or similar) are placed in separate, development packages. Those packages are usually named libfoo-dev or libfooX-dev (presuming the library package is named libfooX, and X is a whole number).
Related Questions