Re: [ilugd] Tomcat+appache connectivity

2005-07-08 Thread Pardeep Garg
Hi Subhasis, Thanks,I got my solution.Now my virtualhost work with Tomcat and able to run jsp and servlet pages both using localhost:8080 and my virtualhost's doman. Basically I have done a mistake in workers2.properties. > > > [channel.socket:sbtmusiccrawler.net:8009] > > > > port=8009 > > > > hos

Re: [ilugd] Tomcat+appache connectivity

2005-07-08 Thread Subhasis Ray
Hi Pradeep, Have you check the error logs for both the apache and tomcat servers? Maybe you will find something there pointing to the source of this 500 error. Can you post sections of both apache and tomcat error logs?? -Subhasis On 08 Jul 2005 12:40:38 +0530, Pardeep Garg <[EMAIL PROTECTED]>

Re: [ilugd] Tomcat+appache connectivity

2005-07-08 Thread Pardeep Garg
Hi Rajesh I know that Its not Jakarta Tomcat mail list.I have tried on jakarta mailing list also.But could not find proper solution of my problem.Many of us working on tomcat and apache.Thats why I am here with this question. Thanks Pardeep On Fri, 2005-07-08 at 12:29, Rajesh Thiharie wrote: > Yo

Re: [ilugd] Tomcat+appache connectivity

2005-07-08 Thread Rajesh Thiharie
You need to go look at http://www.mail-archive.com/tomcat-user%40jakarta.apache.org/ This is not a Jakarta Tomcat mail list. > --- Original Message --- > 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.Tom

[ilugd] Tomcat+appache connectivity

2005-07-07 Thread Pardeep Garg
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 modul