Hi, Are you sure your version of apache supports dynamic libraries. If you have built it yourself then ensure that you have enabled module 'so'.
Regards, Arshad ----- Original Message ----- From: "P.V.Sankar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 10, 2002 12:52 PM Subject: LoadModule Error > > > > > > > Hi, > I am new to this group as well as to this package. > I posted this mail once,but nobody has responded to my problem,that's > why i am posting the same message again.If somebody knows the bug please > reply to me . > > Regards, > Sankar > > > > I have installed tomcat 4.0.3 on my solaris system,and copied the binary > > "mod_webapp.so" to $APACHE_HOME/libexec.I updated the neccessary > > parameters in httpd.conf like: > > > > LoadModule webapp_module libexec/mod_webapp.so > > AddModule mod_webapp.c > > > > <IfModule mod_webapp.c> > > WebAppConnection conn warp localhost:8008 > > WebAppDeploy examples conn /examples > > WebAppInfo /webapp-info > > </IfModule> > > > > But when i tested httpd.conf by typing > > $APACHE_HOME/bin apachectl configtest > > it is giving the following error message > > > > Syntax error on line 202 of /usr/local/apache/conf/httpd.conf: > > Invalid command 'LoadModule' , perhaps mis-spelled or defined by a module > > not included in the server configuration. > > > > I have followed the same instructions given in INSTALL.txt and > > README.txt files in the tomcat package. > > > > Can somebody help me in solving this problem. > > > > Thanks & Regards, > > Sankar > > > > > > > > > > > > > > > > -- > > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
