Tomcat 4.1.27 ana apache 2.0.47 with mod_jk

2004-11-15 Thread Venkat Reddy Valluri
Hi I installed tomcat4.1.27 apache 2.0.47 on two diffrenet servers with mod_jk(ajp13) when I try to execute jsp's they processed fine with tomcat. But one of my jsp's having a import([EMAIL PROTECTED] import =Test%) of one java class(Test.java) which is not included in any package( I

RE: Tomcat 4.1.27 ana apache 2.0.47 with mod_jk

2004-11-15 Thread Venkat Reddy Valluri
4.1.27 ana apache 2.0.47 with mod_jk I think you have to use package. -Original Message- From: Venkat Reddy Valluri [mailto:[EMAIL PROTECTED] Sent: November 15, 2004 4:04 PM To: Tomcat Users List Subject: Tomcat 4.1.27 ana apache 2.0.47 with mod_jk Hi I installed tomcat4.1.27 apache

RE: Tomcat 4.1.27 ana apache 2.0.47 with mod_jk

2004-11-15 Thread Venkat Reddy Valluri
To: 'Tomcat Users List' Cc: Subject:RE: Tomcat 4.1.27 ana apache 2.0.47 with mod_jk No. The spec requires this. -Original Message- From: Venkat Reddy Valluri [mailto:[EMAIL PROTECTED] Sent: Monday, November 15, 2004 9:19 PM To: Tomcat Users List Subject: RE: Tomcat 4.1.27 ana

Tomcat 4.1.27 can't access symbolink directories

2004-11-15 Thread Venkat Reddy Valluri
Hi, why Tomact 4.1.27 can't acess symbolic link directories while tomcat 4.0.4 can acess those symbolic link directories can you please throw some light on this Thks --Venkat - To unsubscribe, e-mail: [EMAIL PROTECTED] For

RE: Tomcat 4.1.27 can't access symbolink directories

2004-11-15 Thread Venkat Reddy Valluri
-Original Message- From: Venkat Reddy Valluri [mailto:[EMAIL PROTECTED] Sent: Monday, November 15, 2004 10:16 PM To: Tomcat Users List Subject: Tomcat 4.1.27 can't access symbolink directories Hi, why Tomact 4.1.27 can't acess symbolic link directories while tomcat 4.0.4 can acess

how to users let know application server is down

2003-01-08 Thread Venkat Reddy Valluri
Hi, I want to let users know thru html page saying that application server is down, when tomcat is down (here apache is connecting to tomcat thru mod_jk) Any help gr8ly appreciated Thks, --Venkat winmail.dat-- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands,

RE: how to users let know application server is down

2003-01-08 Thread Venkat Reddy Valluri
/error500.html 3) Shutdown Tomcat and restart Apache. 4) Try browsing to a jsp page and you should see your error500.html page. Steve -Original Message- From: Venkat Reddy Valluri [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 1:24 PM To: Tomcat Users List Subject: how

RE: [LAXMIAKNTH] - MEMORY USAGE

2003-01-07 Thread Venkat Reddy Valluri
Hi, You can try with IBM JVM, it works well on linux machines incase of performance as well as garbage collection of memory -Original Message- From: Laxmikanth M.S. [mailto:[EMAIL PROTECTED]] Sent: Tue 1/7/2003 4:56 AM To: [EMAIL PROTECTED] Cc: Subject:

RE: HELP, PLEASE! Tomcat creates too many threads!

2003-01-07 Thread Venkat Reddy Valluri
Can you try with IBM JVM, as it works well on linux in cae of performance as well as memory usage -Original Message- From: Denise Mangano [mailto:[EMAIL PROTECTED]] Sent: Tue 1/7/2003 9:31 AM To: 'Tomcat Users List' Cc: Subject:RE: HELP, PLEASE! Tomcat creates too

showing progress bar while uploading file

2003-01-07 Thread Venkat Reddy Valluri
Hi I am uplaoding files to server thru oreilly's multipartrequest servlet, here I want to get some progress bar showing size of bytes uplaoded for every second thru applet on browser Any help gr8ly appreciated Thks, --Venkat winmail.dat-- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED]

RE: JK2/tomcat 4.1.18 - broken pipe problem

2003-01-03 Thread Venkat Reddy Valluri
I thought this could never be a problem(user htiing stop button), as I alreday mailed, I got it solved by relpacing sun jvm with ibm jvm, But I got it on redhat linux, but you are on solaris right, So what I am thinking is to think this problem in different dimension, This is just my

RE: JK2/tomcat 4.1.18 - broken pipe problem

2003-01-02 Thread Venkat Reddy Valluri
Even I too got the same problem with configuraion of apache 2.0.40, tomcat 4.0.4 and j2sdk1.4.1(sun jvm) on redhat 7.3 but when I replaced sun jvm with ibm jvm, surprisingly I didn't get this problem, I am not sure here but what I thought is sun jvm can't support green threads on redhat

top command shows memory usage of java process is two times more than what actually java heap is taking

2003-01-02 Thread Venkat Reddy Valluri
Hi, When I run top command on linux, it is showing memory usage of java process is two times more than what java heap is taking, I got java heap size inside java program using Runtime.getRuntime().totalMemory() - Runtime.getRuntime().freeMemory(); I didn't understand why it is showing

RE: Urgent - Issue with Tomcat/mod_jk?

2002-12-30 Thread Venkat Reddy Valluri
using JAVA_OPTS? You may be getting more load then Tomcat can handle due to a RAM constraint. Ben Ricker On Tue, 2002-12-24 at 13:39, Venkat Reddy Valluri wrote: Hi , Even I too getting the same problem(lots of broken pipe errors )with catalina 4.0.4(redhat 7.3, j2sdk1.4.1) connecting

RE: Tomcat and Apache | Performance

2002-12-24 Thread Venkat Reddy Valluri
There is a option in httpd.conf as well as server.xml(Ajp13Processor max processors) to set max clients to be served, incresing that size, may get it solved Make sure max Ajp13processors should be greater than or equal to max clients in httpd.conf Thks, --Venkat -Original

Can anyone running successfully tomcat and mod_jk on different machines with mod_jk for longtime

2002-12-24 Thread Venkat Reddy Valluri
Hi, Can Any body be running tomcat 4.0.4(redaht 7.3, j2sdk1.4.1) and apache 2.0.40 on different machines with mod_jk successfully in production environment without giving problems(broken pipe etc... kernel out of memory error) If anubody, could you please help in this regard Thks, --Venkat

RE: Urgent - Issue with Tomcat/mod_jk?

2002-12-24 Thread Venkat Reddy Valluri
Hi , Even I too getting the same problem(lots of broken pipe errors )with catalina 4.0.4(redhat 7.3, j2sdk1.4.1) connecting apache 2.0.40(redat 7.3) on diffrenet machine with mod_jk, But what happened is after it ran for cuople of hours, tomcat crases, giving kernel out of memory error

Running tomcat 4.0.4 with j2sdk1.4.1 on redhat 7.3 dual processror gives out of memory error in syslog messages

2002-12-23 Thread Venkat Reddy Valluri
Hi, I am sorry, Iam posting this question again, as I didn't get any response for this question I am running tomcat 4.0.4 on redhat 7.3 dual processor machine(2-4-18-3SMP) with j2sdk1.4.1 for my web application, The problem is after couple of hours(6 or 7 hours after 7 or more

Running tomcat 4.0.4 with j2sdk1.4.1 on redhat 7.3 dual processror gives out of memory error in syslog messages

2002-12-20 Thread Venkat Reddy Valluri
Hi, I am running tomcat 4.0.4 on redhat 7.3 dual processor machine(2-4-18-3SMP) with j2sdk1.4.1 for my web application, The problem is after couple of hours(6 or 7 hours after 7 or more users hit the system), tomcat crashes and I ened up finding kernel out of memory killing java

How to run multiple applications on same tomcat server which is running on different box other than apache box

2002-10-15 Thread Venkat Reddy Valluri
Hi, I am successfull to run tomcat and apache on diffrent boxes using mod_jk. but now I want to run multiple applications on same tomcat instance(I was successfull running multiple apps on multiple tomcat instances using different ajp13 ports) With apache there will be no problem,

RE: Error using ajp13 protocol

2002-10-08 Thread Venkat Reddy Valluri
Hi, According to you, every thing is fine(i.e ajp13 is working fine and listeneing on 8009), can you just verify your mod_jk.conf and check if you are using hostname as localhost and verify in server.xml if you use same name for host and engine (localhost) if you use same name then how

RE: How to create a connection pool

2002-10-03 Thread Venkat Reddy Valluri
You can use OracleConnectionCacheImpl to implement connection pooling you have to set the attributes for this by getting them from web.xml if you refer that class ou can understand -Original Message- From: Kwok Peng Tuck [mailto:[EMAIL PROTECTED]] Sent: Thu 10/3/2002 2:19 AM To:

RE: TomCat java_home variable

2002-10-03 Thread Venkat Reddy Valluri
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thu 10/3/2002 2:55 PM To: Tomcat Users List Cc: Subject:RE: TomCat java_home variable While we are on the subject, I just upgraded from tomcat 4.1 to 4.1.12. I'm on a red-hat 7.something

RE: TomCat java_home variable

2002-10-03 Thread Venkat Reddy Valluri
It should be JAVA_HOME not java_home -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thu 10/3/2002 2:55 PM To: Tomcat Users List Cc: Subject:RE: TomCat java_home variable While we are on the subject, I just upgraded from tomcat 4.1 to

RE: Apache2 and Tomcat4 on different boxes

2002-09-23 Thread Venkat Reddy Valluri
Thank you very much Raj, I was successfull to make apache connect to tomcat, Thank you very mcuh once again --Venkat -Original Message- From: Raj Mettai [mailto:[EMAIL PROTECTED]] Sent: Fri 9/20/2002 7:18 PM To: [EMAIL PROTECTED] Cc: Subject:RE: Apache2 and

RE: Apache/Tomcat Configuration Question

2002-09-23 Thread Venkat Reddy Valluri
Did you change mod_jk.conf to point to document root where you are supposed to give apache doc root sample mod_jk.conf-- IfModule !mod_jk.c LoadModule jk_module /usr/local/apache2/modules/mod_jk.so /IfModule JkWorkersFile /tmp/workers.properties JkLogFile /usr/local/apache2/logs/mod_jk.log

RE: unusual problem after installing mod_jk.so ???

2002-09-20 Thread Venkat Reddy Valluri
I too got the same problem, here I what I understood is , when you try to execute /examples/jsp/images/ you could see iamges, but you can't execute jsp's this means apache itself is executing /examples/jsp/images/ but not tomcat, because images can be viewed by apacahe but where as jsp's

RE: Apache2 and Tomcat4 on different boxes

2002-09-20 Thread Venkat Reddy Valluri
Hi Raj, you did Excellent job, can you pl explain me how you did, can you answer for following questions 1) I installed Apache 2.0.40 on Machine 'A' and built mod_jk.so module (./configure --with-apxs=/usr/local/apache2/bin/apxs --with-java-home=/usr/java/j2sdk1.4.0_01), It was

problem with connecting Apache2.0.40 and Tomcat4.0.4 installed on diffrent machines with mod_jk

2002-09-19 Thread Venkat Reddy Valluri
Hi, I installed Apache 2.0.40 and Tomcat 4.0.4 on different Linux(RedHat) servers and tried to make apache connect to tomcat with mod_jk module, For this I did the following things 1) I installed Apache 2.0.40 on Machine 'A' and built mod_jk.so module (./configure

RE: problem with connecting Apache2.0.40 and Tomcat4.0.4 installed on diffrent machines with mod_jk

2002-09-19 Thread Venkat Reddy Valluri
, that is a good question. You don't need mod_jk.so on the Tomcat box, its an Apache module. John -Original Message- From: Venkat Reddy Valluri [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19, 2002 10:47 AM To: [EMAIL PROTECTED] Subject: problem with connecting Apache2.0.40

RE: problem with connecting Apache2.0.40 and Tomcat4.0.4 installed on diffrent machines with mod_jk

2002-09-19 Thread Venkat Reddy Valluri
- From: Venkat Reddy Valluri Sent: Thu 9/19/2002 11:39 AM To: Tomcat Users List Cc: Subject:RE: problem with connecting Apache2.0.40 and Tomcat4.0.4 installed on diffrent machines with mod_jk In tomcat box I added following lines as per documentation Server port=8005 shutdown

RE: problem with connecting Apache2.0.40 and Tomcat4.0.4 installed on diffrent machines with mod_jk

2002-09-19 Thread Venkat Reddy Valluri
-Original Message- From: Venkat Reddy Valluri [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19, 2002 10:47 AM To: [EMAIL PROTECTED] Subject: problem with connecting Apache2.0.40 and Tomcat4.0.4 installed on diffrent machines with mod_jk Hi, I installed Apache 2.0.40 and Tomcat 4.0.4

RE: problem with connecting Apache2.0.40 and Tomcat4.0.4 installed on diffrent machines with mod_jk

2002-09-19 Thread Venkat Reddy Valluri
will give setting these up on different boxes a shot, if I have time. It would be an interesting experiment. John -Original Message- From: Venkat Reddy Valluri [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19, 2002 11:44 AM To: Tomcat Users List Subject: RE: problem with connecting

RE: problem with connecting Apache2.0.40 and Tomcat4.0.4 installed on diffrent machines with mod_jk

2002-09-19 Thread Venkat Reddy Valluri
contains this directive: include /usr/local/tomcat/conf/auto/mod_jk.conf then you will have problems, because tomcat is not on the apache box. -Mike Schulz -Original Message- From: Venkat Reddy Valluri [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19, 2002 10:56 AM

RE: problem with connecting Apache2.0.40 and Tomcat4.0.4 installed on diffrent machines with mod_jk

2002-09-19 Thread Venkat Reddy Valluri
will give you more details, however, I've got higher priority things to do at this moment, so it will take me a few hours before I can document the details. -Mike Schulz -Original Message- From: Venkat Reddy Valluri [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19, 2002 12:54 PM