[EMAIL PROTECTED] 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
> 

!Ole!

Compile Apache with Dynamic Shared Object (DSO) so that you add and remove
modules like Servlets, Mod Perl, PHP without having to recompile Apache.
I think Red Hat 's Apache RPM. Try the following

        % /usr/local/Apache/bin/httpd -l | grep mod_so

Should print out "mod_so.c" then you have DSO support.

>         .APACHE JSERV 1.1
> 

Visit the web site at http://java.apache.org/
It is a bit long in tooth to explain here.

I think I did explain configuration of Apache / Jserv 
search the list archives.

If you are really stuck you might want to get a copy
of the book "Java Linux" by Nathan Meyers. 
http://www.javalinux.net/

>         Please send me information about how to configure this
> 
>         environment in order to begin to work with Servlets.
> 
>         Thanks in advance.
> 
>         Mario Jaramillo
> 
>         Teacher

-- 

mfg
Peter

======================================================================
"The greatest trick the devil ever pulled was making everyone in the
world believe he didn't exist."         Kevin Spacey as Kaiser Soze


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

Reply via email to