This post belongs to jakarta-tomcat mailing list, but,....

The ASP (Apache Software Foundation) is phasing out JServ 1.1 (which uses Servlet 2.0) and replacing for Tomcat (Servlet 2.2).  You should replace Apache JServ1.1 for Tomcat (http://jakarta.apache.org/).  The Tomcat installation is very easy:

    1. Download the binaries (current is 3.1).
    2. tar xvzf jakarta-tomcat.tar.gz
    3. Add TOMCAT_HOME=[path_to_/jakarta-tomcat] in /etc/profile (or .bash_profile in your home directory).  Then export TOMCAT_HOME.
    4. Download mod_jserv.so from http://jakarta.apache.org/builds/tomcat/release/v3.1/bin/linux/i386/ and copy that file into /usr/lib/apache/ directory, in case that you don't have it.
    5. Add the following line to httpd.conf:
            include /usr/local/java/jakarta-tomcat/conf/tomcat-apache.conf  # (or whatever your path to Tomcat is).
    6. Restart apache.  Go to $TOMCAT_HOME/bin/ and type: ./startup.sh
    7 Open your browser and enter: http://localhost:8080 (the standard port for Tomcat servlet). Tomcat should show.

        I hope this help.  More information in http://jakarta.apache.org

                                                                                                            Walter
 
 

"Mario Jaramillo R." wrote:

        Greetings

        I am a teacher in UNIVERSIDAD DE ANTIOQUIA in the arena of

        Networks  and Programming , and I am very interested in to
        begin to work with Servlets Programming.

        At current time I dispose of the following environment in my PC:

        .LINUX RED HAT 6.1

        .LINUX_JDK_1.2.2_RC4

        .APACHE 1.3.11 HTTP SERVER

        .APACHE JSERV 1.1

        Please send me information about how to configure this

        environment in order to begin to work with Servlets.

        Thanks in advance.

        Mario Jaramillo

        Teacher

----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

-- 

"The greatest thing in the world is to know ! (408)294-4750
                 how to belong to oneself." | [EMAIL PROTECTED]
  Michel Eyquem de Montaigne - Essays, 1580 | http://63.195.86.146
--------------------------------------------|---------------------
 


Reply via email to