Apache and Tomcat on Linux6.2

2002-04-22 Thread Shiva.Devaguptapu
Hi, Can anyone tell me the steps involved in installing the tomcat on linux machine and integrating it with apache running on it.. Thanks, Shiva. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL

Re: Apache and Tomcat on Linux6.2

2002-04-22 Thread Oktay Altunergil
Steps. 1) Install Apache (w/ DSO support ( --enable-module=so) (rpm is fine) 2) Install a JDK ( you can download a binary distribution from SUN) 3) Install Tomcat ( On linux, a binary installation works fine) 4) Install a tomcat-apache connector ( mod_jserv, mod_jk, or webapp_module ) 5) Edit