Re: jk_ajp_common.c errors - issues with mod_jk receiving messages from tomcat

2003-01-23 Thread Harippriya Sivapatham
I found the solution for my problems and i thought that i will record it for future visitors ... - Original Message - From: Harippriya Sivapatham [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Thursday, January 16, 2003 1:33 PM Subject: jk_ajp_common.c errors - issues

jk_ajp_common.c errors - issues with mod_jk receiving messages from tomcat

2003-01-16 Thread Harippriya Sivapatham
Hi everyone, We are using Tomcat 3.2.3 and Apache 2.0.43 on Linux. I downloaded and installed mod_jk-2.0.43.so and everything seemed to work fine (atleast on IE). However, when I looked at the mod_jk log and i saw the following errors: [Thu Jan 16 12:23:49 2003] [jk_ajp_common.c

RE: http 302 issue on tomcat 4.0.1

2002-06-03 Thread Harippriya Sivapatham
Do you set the filter using mod_ext_filter module? I think that filters could be the solution for my problem. My problem is: I have set the Directory Index to be index.jsp in my httpd.conf file. When a user tries to access http://www.mysite.com, user is redirected to

DirectoryIndex and caps in hostnames

2002-05-30 Thread Harippriya Sivapatham
Hi everyone, We have Apache/tomcat server hosting two websites - www.pingtel.com and my.pingtel.com. Everything is working great, but there are two annoying things going on and i would like to fix them. 1. When a user comes to http//www.pingtel.com, i want the server to load the index file.

accessing files in one context from files in another context

2001-06-14 Thread Harippriya Sivapatham
Hi everyone, I would like to know how i could access files in one context from files in another context. My scenario is: I have two war files - abc.war and xyz.war When deployed, these war files will expand into two directories: TOMCAT_HOME/webapps/abc/ and TOMCAT_HOME/webapps/xyz. I would a

Accessing files in one context from another

2001-06-13 Thread Harippriya Sivapatham
Hi, I would like to know how i could access the class files in one context from JSP/ I have two war files: mypingtel.war and pingtel.war. When deployed, the directory structure would be: tomcat home/webapps/mypingtel/ and tomcat home/webapps/pingtel/ I have two virtual hosts defined: