Re: [EMAIL PROTECTED] mod_jk issue

2008-05-08 Thread Mamta Singh
ur apache listening on port 80? I saw you said apache port was 7690. > > > > > On Wed, May 7, 2008 at 10:19 PM, Mamta Singh <[EMAIL PROTECTED]> wrote: > > > Thankx for quick reply. Though I have posted my problem on TC mailing > > list, I am posting here too in case som

Re: [EMAIL PROTECTED] mod_jk issue

2008-05-07 Thread Mamta Singh
lication Server. > Making the Java dream come true. > ------- > - Original Message - From: "Mamta Singh" <[EMAIL PROTECTED]> > To: > Sent: Thursday, May 08, 2008 12:40 AM > Subject: [EMAIL PROTECTED] mod_jk issue > > > > > > Hello everyone!! >

[EMAIL PROTECTED] mod_jk issue

2008-05-07 Thread Mamta Singh
Hello everyone!! I have configured mod_jk, tomcat 5.5 and apache2.2 and it seems working fine if I run http://localhost:8080/jsp-examples/ or http://localhost:7690/jsp-examples/ [here 8080 is tomcat port and 7690 is apache port] But if I use--- http://localhost/jsp-examples/ It

[EMAIL PROTECTED] cluster configuration

2008-04-23 Thread Mamta Singh
Hello all, I don't have nay idea about cluster and I need some cluster configuration like cluster group, priority. Can any body help in configuring cluster on my linux(debian) server having apache 2.2 and tomcat 5.5. Any advise would be greatfull. Thaks

[EMAIL PROTECTED] tomcat port

2008-04-16 Thread Mamta Singh
Hi all, I need to set Tomat jdpa_port and debug_port. According to various readings it seems like these both have same functionality. I have set jpda_port but don't know anything about debug_port. Can some one tell where and how should I set debug port. Thanks

[EMAIL PROTECTED] configuring mod_rewrite,mod_perl and mod_proxy

2008-04-16 Thread Mamta Singh
Hi all, I am configuring mod_rewrite, mod_perl and mod_proxy. I have enabled these modules in mod-enabled. I don't know what should I add in apache2.conf for configuring them. I would be great help if someone tell me what other steps I need to add in my apache2.conf. thanks,

Re: [EMAIL PROTECTED] Error: [warn] Useless use of AllowOverride

2008-04-08 Thread Mamta Singh
d why it is so as I didn't write anything it was autogenerated by tomcat. On Tue, Apr 8, 2008 at 10:18 AM, Neil A. Hillard < [EMAIL PROTECTED]> wrote: > Hi, > > > Mamta Singh wrote: > > > Hi all, > > > > I have apache2.2 and tomcat 5.5 installed. when

[EMAIL PROTECTED] Error: [warn] Useless use of AllowOverride

2008-04-08 Thread Mamta Singh
Hi all, I have apache2.2 and tomcat 5.5 installed. when ever i start apache server i got this warning:[warn] Useless use of AllowOverride in line . I checked these line numbers are in mod_jk.conf file which has been auto-generated by tomcat. These lines are: AllowOverri

[EMAIL PROTECTED] mod_jk + apache 2.2 problem

2008-03-27 Thread Mamta Singh
Hello!! Sorry for my earlier incomplete question. Actually I am a newbie and now totally messed up with apache and tomcat. Let me try to explain the whole scenario. I have apache 2.2, tomcat 5.5 installed on Debian linux. Now I am trying to configure mod_jk to connect tomcat and apache. I did

[EMAIL PROTECTED] apache2.2 is not running in browser

2008-03-25 Thread Mamta Singh
Hi, I have apache 1.3 and apache 2.2 on my Debian linux server. When i start apache 1.3, I can run apache in the browse too. But, when I start apache 2.2successfully it does no run in browser and also does not give any error. Why it is so??