Hi all,

I am working on RedHat 9.0.I am using apache 2.0.40-21 ,JDK-1.5.0_03-fcs
and jakarta tomct 5.5.9.
Everything is running fine.Tomcat is running on localhost:8080.I am
trying to connect my apache web server with tomcat.For this I am using
mod_jk2.so module as a connector.So I load this module in httpd.conf
files's LoadModule section and restart the httpd demon.I define a
virtual host with 

<IfModule mod_jk.c>
        JkMount /*.jsp ajp13
        JkMount /servlet/* ajp13
        JkMount /servlets/* ajp13
</IfModule>

this directive.Document root of this in in /home/musiccra folder.I also
define the Host tag in server.xml file with proper context and apbsase  
and  also configured the /etc/httpd/conf/workers2.properties file.

Whenever I browse the domain it show the "Internal Server Error. The
server encountered an internal error or misconfiguration and was unable
to complete your request. "

I have doubt that I am not  configuring the workers2.properties file.
syntax of my workers2.properties file is 

[channel.socket:sbtmusiccrawler.net:8009]
port=8009
host=192.168.0.99
                                                                                
                                             
[ajp13:sbtmusiccrawler.net:8009]
channel=channel.socket:sbtmusicrawler.net:8009
                                                                                
                                             
[uri:sbtmusiccrawler.net:80/*]
worker=ajp13:localhost:8009

I am trying a lot to configure it.But did not got any output.So any body
who has done it please help me.

Thanks and Regards,
Pardeep



_______________________________________________
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/

Reply via email to