Hi, I installed Apache and Tomcat as a plug-in. I appended the line include <tomcathome>/conf/tomcat-apache.conf into my httpd.conf file. When I start with sh $TOMCAT_HOME/bin/startup.sh, it displays a message "Syntax Error at Line 1 of <tomcathome>/conf/tomcat-apache.conf" But this line is the LoadModule line! I have downloaded the binary mod_jserv.so for linux from jakarta.apache.org site. I have set my PATH, CLASSPATH, TOMCAT_HOME, APACHE_HOME, JAVA_HOME values appropriately. JAVA_HOME=/usr/local/jdk1.2.2 PATH=$JAVA_HOME/bin:$PATH APACHE_HOME=/usr/local/etc/httpd TOMCAT_HOME=/usr/local/tomcat CLASSPATH=${TOMCAT_HOME}/classes:${TOMCAT_HOME}/lib:${JAVA_HOME}/lib/tools.jar:${TOMCAT_HOME}/lib/servlet.jar:$CLASSPATH Can someone please help? Thanks in advance, Aparna R