Re: R: TROUBLE UNCOMPRESSING jakarta-tomcat-5.5.9.tar.gz

2005-09-08 Thread Hari Mailvaganam
There could be a corruption during the download - try to download from another mirror. regards, Hari On 9/8/05, Ratti Michele [EMAIL PROTECTED] wrote: Thank you, Ben. I tried but I get the same error. :| Da: Ben Souther [mailto:[EMAIL PROTECTED

Re: Tomcat Configuration

2005-07-17 Thread Hari Saptoadi
- Original Message - From: Iin Nurhidayat [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org; Bryan Scarbrough [EMAIL PROTECTED] Sent: Thursday, July 14, 2005 7:58 PM Subject: Re: Tomcat Configuration See nothing at all, get 404 resource /myapplication is not

Re: Apache-Tomcat Servlet Mapping Issues

2005-06-22 Thread Hari Mailvaganam
mod_JK regards, Hari Mailvaganam On 6/22/05, David Rickard [EMAIL PROTECTED] wrote: System: Solaris SunOS 5.9 Apache: 2.0.52 Tomcat: 4.1.31 Mod JK: 1.2.6 The problem: Apache/mod_jk cannot resolve servlet URL mappings When Tomcat is running stand-alone, it can resolve servlet mappings

Re: sporadic problem connecting from Apache web server to Tomcat 5

2005-06-22 Thread Hari Mailvaganam
Hi Amarish: This could be a network or DNS issue. regards, Hari Mailvaganam On 6/22/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hey guys, I was wondering if anybody has seen an intermittent communication error between Apache web server and Tomcat. We were seeing something happening

Re: Tomcat Version detection

2005-06-22 Thread Hari Mailvaganam
Hi Steve: When Tomcat is started, the version number appears in Catalina.log. regards, Hari Mailvaganam On 6/20/05, Steve Vanspall [EMAIL PROTECTED] wrote: Hi there, I am running tomcat under linux, unfortunately can't remember whether it is 4.1.24 or 4.1.31, which made me relise, I

Re: Scalability issue question

2005-06-02 Thread Hari Mailvaganam
, memory, JVM etc. regards, Hari Mailvaganam On 6/2/05, Wallace, Scott [EMAIL PROTECTED] wrote: Currently using IIS and the ISAPI Tomcat redirect. Would like to just use Tomcat instead but don't know if it can handle my static content. The book Apache Tomcat 5 published by WROX warns

java.lang.NoClassDefFoundError

2005-05-17 Thread Hari Om
SUBJECT: java.lang.NoClassDefFoundError I am using Tomcat 4.1.31 on SuSE Linux 8.1 and Java 1.4 I have my application as following: /local/tomcat/webapps/hari /local/tomcat/webapps/hari/index.html /local/tomcat/webapps/hari/WEB-INF/classes/util/BatchUpload1.class /local/tomcat/webapps/hari/WEB-INF

Re: Apache+Tomcat

2005-05-11 Thread Hari Mailvaganam
as the http listener only - you can proxy the request in Apache to Tomcat. And not bother with mod-jk2. regards, Hari Mailvaganam On 5/10/05, Praveen KUMAR [EMAIL PROTECTED] wrote: Hello, I am little bit confuse in following decision: Should be use 1- Apache (2.0.54) + Tomcat (5.0.28

Re: Form Authentication with SSL behind Load Balancer

2005-05-11 Thread Hari Mailvaganam
A couple of suggestions: - force all traffic on load balancer to/from extrenal world to SSL. - after form authentication on Tomcat, redirect users to the URL used by the load balancer - i.e. not XXX:8080/authenticate but www.YYY.com/authenticate - or both Hope this helps. regards, Hari

javax.servlet.ServletException­: Wrapper cannot find servlet class util.t2 or a

2005-05-05 Thread Hari Om
would be appreciated... Sincerely, HARI _ FREE pop-up blocking with the new MSN Toolbar – get it now! http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01

javax.servlet.ServletException­: Wrapper cannot find servlet class util.t2 or a

2005-05-05 Thread Hari Om
, HARI _ Don’t just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/ - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Tomcat Connection refused :-(

2005-04-04 Thread Hari Mailvaganam
Did installing Oracle or jBoss change your JVM path? On Apr 4, 2005 5:49 AM, gaurav [EMAIL PROTECTED] wrote: Peter Crowther wrote: From: gaurav [mailto:[EMAIL PROTECTED] I am using tomcat 5.5.7 on Fedora 3 with jdk1.5.0_02 my i have disable firewal and stopped Iptables !!

problem with securityfilter

2005-02-16 Thread Hari Saptoadi
Hi all, first i'd like to say sorry if someone already asked this question before, i'm develop web app with struts and tomcat as web server + securityfilter(securityfilter.sourceforge.net) , my problem is if someone already login , and that user open new window browser securityfilter can't

jk2.properties Query

2005-02-15 Thread Hari Mailvaganam
Hi: I noticed the following on the catalina.out: Feb 15, 2005 9:19:13 AM org.apache.jk.server.JkMain start INFO: Jk running ID=0 time=1/37 config=/local/jakarta-tomcat-5.0.28/conf/jk2.properties Does Tomcat 5.0.28 have mod_jk on by default?

Re: JTDS help

2005-02-07 Thread Hari Saptoadi
i think using JDBC data source would be better solution for your problem , so the con pooling maintenance by the container and you don't have to worry about the riskCMIIW - Original Message - From: Charles P. Killmer [EMAIL PROTECTED] To: Tomcat Users List

Re: virtualhost and deployment applications

2005-02-04 Thread Hari Mailvaganam
The VirtualHost binding can be conducted via Apache HTTP Server and use mod_proxy to the appropriate URI running in the Tomcat. On Fri, 04 Feb 2005 07:41:24 -0500, Carlos Gabriel Arce [EMAIL PROTECTED] wrote: Good Day I have a question. Is possible deploy an application per virtualhost,

Re: tomcat hangs

2005-02-04 Thread Hari Mailvaganam
Have you analyze the memory usage on the box? On Fri, 04 Feb 2005 14:35:37 +0530, Dhana Sekar Sugunan [EMAIL PROTECTED] wrote: Hi, I am not sure i am posting this in the correct area. Please bear and advice. My application needs to run a thread contiuously for every 1 hr. I have made

Re: Preferred Platform for Tomcat5

2005-02-04 Thread Hari Mailvaganam
Solaris 9 JVM 1.4.2_06 Tomcat 5.0.28 Any *NIX variant should be within an expected tolerance bandwidth - as long as a stable Tomcat and JVM version is used. On Thu, 3 Feb 2005 09:11:26 -0600, Todd Reed [EMAIL PROTECTED] wrote: Excluding Windows, is there a particular platform that works

Re: Application slows down

2005-02-04 Thread Hari Mailvaganam
What is the specs of the server? What memory has been allocated to Tomcat? Are there other apps running on the same server that grindas up memory? regards, Hari Mailvaganam On Fri, 4 Feb 2005 12:11:59 -0600, Kiran Patel [EMAIL PROTECTED] wrote: I have a software application, which uses

Re: Failed JDBC connection hangs Tomcat

2005-01-30 Thread Hari Mailvaganam
The JTDS driver can cause the hanging you described - this has occured in a test we did on Win 2k, SQL Server 2k, 1.5 JDK. reagrds, Hari Mailvaganam On Sun, 30 Jan 2005 08:39:50 +0200, Igor [EMAIL PROTECTED] wrote: We have the same problem, that described in http://www.mail-archive.com

Monitoring Performance Tomcat 5.0.28

2004-12-30 Thread Hari Mailvaganam
available online - i.e throughput, response times? It can be a challenge finding benchmarks that fits ones criterias - as there are a huge number of variables to consider. I was hoping to find one which had a study the base parameters. Have a Happy and Peaceful 2005. regards, Hari Mailvaganam

Re: JK2 Officially Unsupported - Should I Avoid JK2?

2004-12-25 Thread Hari Mailvaganam
IMHO avoid JK2 On Wed, 22 Dec 2004 17:03:19 -0700, Sean Dockery [EMAIL PROTECTED] wrote: On November 15th, there was an announcement that JK2 is officially unsupported. http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/news/20041100.html#20041115.1 We're in the process of configuring

Re: Please help me

2004-12-13 Thread Hari Mailvaganam
You can load balance between the two instances. cheers, Hari Mailvaganam On Mon, 13 Dec 2004 16:29:16 +0530, Rajesh [EMAIL PROTECTED] wrote: i tryed but sometimes it gives error when i restart(restarting webapp) it works good or is it possible to display a page for any request

Re: Setting virtual path

2004-12-11 Thread Hari Mailvaganam
I have set it up from Apache - which acts as the HTTP listener and siimple redirects request to the Tomcat. regards, Hari Mailvaganam On Sat, 11 Dec 2004 14:52:56 +, Centaur zeus [EMAIL PROTECTED] wrote: HI All, I have a path like: http://www.foo.com/fooapp/testing.do?id=2

Re: Tomcat Version

2004-12-11 Thread Hari Mailvaganam
The only, but inconvenient way, I have found is to stop/start Tomcat and look at the 'catalina.out' log file. The Tomcat version number is written to the log file on start-up. cheers, Hari Mailvaganam On Sat, 11 Dec 2004 14:40:10 -0800, Billy Ng [EMAIL PROTECTED] wrote: Hi folks

Versions of JVM to use with Tomcats 5.0.28 and 5.5.4

2004-12-10 Thread Hari Mailvaganam
Can anyone point me to where there can be resource on which preferred versions of JVM to use with Tomcats 5.0.28 and 5.5.4? Cheers, Hari - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: Apache+Tomcat + MOD_JK on different machine

2004-04-01 Thread Hari Om
Hi Randall, I WOULD LIKE TO THANK YOU. My Apache and Tomcat on different machine are working great now. THANK YOU AGAIN for your time and input. The problem was that in my SERVER.XML File I was referring to LOCALHOST instaed of having of actual HOSTNAME. THANKS AGAIN! HARI OM From

Apache, Tomcat Web Application

2004-04-01 Thread Hari Om
would like to access namaste application by using only: http://khar.bazee.com and NOT using http://khar.bazee.com/namaste Can anyone give some hints/informaiton as to how to proceed in doing that? THANKS! HARI OM _ All the action. All

Apache Tomcat Context

2004-04-01 Thread Hari Om
would like to access namaste application by using only: http://khar.bazee.com and NOT using http://khar.bazee.com/namaste Can anyone give some hints/informaiton as to how to proceed in doing that? THANKS! HARI OM _ Limited-time offer

RE: Apache+Tomcat + MOD_JK on different machine

2004-03-24 Thread Hari Om
] To: Hari Om [EMAIL PROTECTED],Tomcat Users List [EMAIL PROTECTED] Subject: RE: Apache+Tomcat + MOD_JK on different machine Date: Tue, 23 Mar 2004 09:21:36 -0700 Your workers.properties should be on your webserver where apache is located. I typically place the workers.properties in the same

RE: Apache+Tomcat + MOD_JK on different machine

2004-03-24 Thread Hari Om
] = [text/html] [jk_ajp_common.c (729)]: received from ajp13 #2 [jk_ajp_common.c (1382)]: Into jk_endpoint_t::done, recycling connection From: Randall Svancara [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Hari Om [EMAIL PROTECTED],[EMAIL PROTECTED],[EMAIL PROTECTED] CC: [EMAIL

Apache+Tomcat + MOD_JK on different machine

2004-03-23 Thread Hari Om
SUBJECT: Apache+Tomcat + MOD_JK on different machine I am using Apache 2.0.47 and Tomcat 4.1.27 on my SuSE Linux. I had configured my mod_jk and it works just great! (My Web and App Server were on same box) Now I have a Web Server and App Server on a different box and was wondering what

RE: Apache+Tomcat + MOD_JK on different machine

2004-03-23 Thread Hari Om
/lmn HTTP/1.1 404 301 My ERROR_LOG file shows: [Tue Mar 23 08:41:46 2004] [notice] Apache/2.0.47 (Unix) mod_jk/1.2.2 configured -- resuming normal operations Any related information on above is appreciated. THANKS again! HARI OM From: Randall Svancara [EMAIL PROTECTED] Reply-To: Tomcat Users

RE: Apache+Tomcat + MOD_JK on different machine

2004-03-23 Thread Hari Om
PROTECTED] To: Hari Om [EMAIL PROTECTED],Tomcat Users List [EMAIL PROTECTED] Subject: RE: Apache+Tomcat + MOD_JK on different machine Date: Tue, 23 Mar 2004 09:21:36 -0700 Your workers.properties should be on your webserver where apache is located. I typically place the workers.properties

RE: Apache+Tomcat + MOD_JK on different machine

2004-03-23 Thread Hari Om
Thanks Randall again I tried that but in vain. I am still getting the same error... HTTP 400 Bad Request error...wonder why? It is even NOT working for examples application. Does is have to do something with Virtual Host? Thanks again! HARI OM From: Randall Svancara [EMAIL PROTECTED

RE: Apache+Tomcat + MOD_JK on different machine

2004-03-23 Thread Hari Om
from ajp13 #2 [jk_ajp_common.c (1382)]: Into jk_endpoint_t::done, recycling connection From: Randall Svancara [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Hari Om [EMAIL PROTECTED],[EMAIL PROTECTED] Subject: RE: Apache+Tomcat + MOD_JK on different machine Date: Tue, 23 Mar

Apache + Tomcat + MOD_JK on different machines

2004-03-22 Thread Hari Om
I am using Apache 2.0.47 and Tomcat 4.1.27 on my SuSE Linux. I had configured my mod_jk and it works just great! (My Web and App Server were on same box) Now I have a Web Server and App Server on a different box and was wondering what changes do I have to make to MOD_JK for the Integration to

Apache+Tomcat + MOD_JK on different machine

2004-03-22 Thread Hari Om
SUBJECT: Apache+Tomcat + MOD_JK on different machine I am using Apache 2.0.47 and Tomcat 4.1.27 on my SuSE Linux. I had configured my mod_jk and it works just great! (My Web and App Server were on same box) Now I have a Web Server and App Server on a different box and was wondering what

MOD_JK

2004-01-02 Thread HARI OM
out.? would appreciate that HARI OM I live in a very small house... but my windows open to a big world...

MOD_JK NOT WORKING.......

2003-12-31 Thread HARI OM
out.? would appreciate that HARI OM I live in a very small house... but my windows open to a big world...

Re: MOD_JK (Apache+Tomcat)

2003-12-30 Thread Hari Om
Thanks Jerry, My Apache and Tomcat are working independently.ie when I run http://my.domain.name:8080/kuki or http://my.domain.name:8080/examples ...it works just great problem only occurs when I use connector MOD_JK. Any related informaiton is appreciated.. HARI OM Hello, I am

MOD_JK (Apache+Tomcat)

2003-12-30 Thread HARI OM
~~~ Can anyone please GUIDE me on this Connection Process? THANKS! and HAPPY NEW YEAR! HARI OM

Re: MOD_JK (Apache+Tomcat)

2003-12-30 Thread HARI OM
any update on this? - Original Message - From: HARI OM [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 30, 2003 10:16 AM Subject: MOD_JK (Apache+Tomcat) Hello, I am using APache 2.0.47 and Tomcat 4.1.27 on SuSE Linux 8.1 I am working on the Connector MOD_JK.SO

MOD_JK (Apache+Tomcat)

2003-12-29 Thread Hari Om
~~~ Can anyone please GUIDE me on this Connection Process? THANKS! and HAPPY NEW YEAR! HARI OM _ Get reliable dial-up Internet access now with our limited-time introductory offer

Re: MOD_JK2 and MOD_JK on SuSE

2003-12-26 Thread Hari Om
PROTECTED] Subject: [EMAIL PROTECTED] Re: MOD_JK2 and MOD_JK on SuSE Date: Wed, 24 Dec 2003 14:07:31 -0800 Hari: To remove mod_jk2, just delete mod_jk2.so from your apache/libexec directory and delete the references to it from your Apache config (httpd.conf). As for tomcat continuing to listen, that's

Re: MOD_JK2 and MOD_JK on SuSE

2003-12-26 Thread Hari Om
.config.ApacheConfig append=true / THANKS! HARI OM From: Jerry Ford [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: [EMAIL PROTECTED] Re: MOD_JK2 and MOD_JK on SuSE Date: Fri, 26 Dec 2003 09:38:09 -0800 do you

Re: MOD_JK2 and MOD_JK on SuSE

2003-12-26 Thread Hari Om
=org.apache.ajp.tomcat4.config.ApacheConfig append=true / THANKS! HARI OM From: Hari Om [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: [EMAIL PROTECTED] Re: MOD_JK2 and MOD_JK on SuSE Date: Fri, 26 Dec 2003 17:59:07 + Thanks

Apache + Tomcat + MOD_JK

2003-12-24 Thread Hari Om
and if there would be any issues as far as RIGHTS/PERMISSIONS are concerned. EXAMPLE: MOD_JK.LOG is placed under jakarta directoryand so Apache would NOT be able to write (if it needs to) same thing applies to MOD_JK.SO. Any realted information on above is appreciated. HARI OM

MOD_JK2 and MOD_JK on SuSE

2003-12-24 Thread Hari Om
and Merry XMAS! HARI OM _ Enjoy a special introductory offer for dial-up Internet access — limited time only! http://join.msn.com/?page=dept/dialup - To unsubscribe, e-mail

Configuring tomcat to serve request from specific IP addresses

2003-10-28 Thread Hari Krishna \( Associate \)
the tags and thier attributes of server.xml but couldn't find a proper solution since I am not sure about the dynamic parameters.Can any one help me out in this or suggest some pointers to go ahead? regards Hari DISCLAIMER: This message (including attachment if any) is confidential and may

No action instance for path /logoff could be created

2003-10-07 Thread Hari Om
I am working on a simple Logon Application. I am able to Logon to my Logon application and when I click the Signout Link it gives me following errors wonder why: - HTTP Status 500 - No action instance for path /logoff could

Cannot find message resources under key org.apache.struts.action.MESSAGE

2003-10-01 Thread Hari Om
My struts.xml file has: message-resources parameter=ApplicationResources.properties /

Cannot find message resources under key org.apache.struts.action.MESSAGE

2003-10-01 Thread Hari Om
My struts.xml file has: message-resources parameter=ApplicationResources.properties /

Tape Drive - Red Hat - Power PC (OFF TOPIC)

2003-08-09 Thread Hari Om
I have IBM 3580 Ultrium LTO Tape Drive and want to use it on IBM pSeries PowerPC which has Red Hat Linux installed on it. From where can I find DRIVERS for this Tape Drive on Red Hat Linux on Power PC? Are they available. I checked IBM Site but it supported Linux on Intel platforms. Any

mod_jk for Red Hat on Power PC

2003-07-29 Thread Hari Om
I am using Apache 1.3.1, Tomcat 4.1.24 on Red Hat Linux 7.1 which is on IBM Power PC (pseries). Does any one know from where can I get MOD_JK Connector to make Apache and Tomcat each other on my environment? Any relate dinformatin is appreciated. THANKS!

Apache/Tomcat RPM (Red Hat Packet Manager)

2003-07-29 Thread Hari Om
how can I tell RPM (Red Hat Packet Manager) to install package in a certain directory? I am using Red Hat Linux 7.1 I tried following: -- #rpm -ivh apache.rpm

Apache/Tomcat RPM Install - how To

2003-07-29 Thread Hari Om
how can I tell RPM (Red Hat Packet Manager) to install package in a certain directory? I am using Red Hat Linux 7.1 I tried following: -- #rpm -ivh apache.rpm

Port 80, 8009 and 8080

2003-07-29 Thread Hari Om
can any GURU's here give me a good step-by-step understanding as to how the request flows from Apache (port 80) to MOD_JK and AJP (Port 8009) and then to Tomcat (Port 8080). I am confused lately _ Help STOP SPAM with the new

Re: Port 80, 8009 and 8080

2003-07-29 Thread Hari Om
with http://localhost/examples = problem with connector Problem with http://localhost:8080/examples = problem with Tomcat Both URLs can work, they are not mutually exclusive. John Hari Om wrote: can any GURU's here give me a good step-by-step understanding as to how the request flows from Apache

Apache / Tomcat RPM

2003-07-28 Thread Hari Om
how can I tell RPM (Red Hat Packet Manager) to install package in a certain directory? I am using Red Hat Linux 7.1 I tried following: -- #rpm -ivh apache.rpm

Tomcat - username/password

2003-07-28 Thread Hari Om
when I run my Tomcat with URL as http://localhost:8080/manager or as http://localhost:8080/admin it is asking for Username and Password. What username/password should I need to enter? _ Add photos to your messages with MSN 8. Get 2

Re: Tomcat - username/password

2003-07-28 Thread Hari Om
: Tomcat - username/password Date: Mon, 28 Jul 2003 14:29:08 -0400 RTFM http://jakarta.apache.org/tomcat/tomcat-4.1-doc/manager-howto.html John Hari Om wrote: when I run my Tomcat with URL as http://localhost:8080/manager or as http://localhost:8080/admin it is asking for Username and Password. What

Re: Tomcat - username/password

2003-07-28 Thread Hari Om
: Tomcat - username/password Date: Mon, 28 Jul 2003 14:46:11 -0400 Did you restart Tomcat? John Hari Om wrote: Thanks John. After reading the tomcat-users.xml file, I entered the same when I point my URL to http://localhost:8080/manager or to http://localhost:8080/admin but I get following

RE: Tomcat - username/password

2003-07-28 Thread Hari Om
/password Date: Mon, 28 Jul 2003 13:52:53 -0500 You *need* to change something. Take a closer look at tomcat-user.xml AND the document that John linked earlier. There is something missing from tomcat-user.xml (roles) - big hint. -Original Message- From: Hari Om [mailto:[EMAIL PROTECTED

Tomcat Web Applications

2003-07-28 Thread Hari Om
The default application in Tomcat are: 1) examples 2) manager 3) admin I could run ALL the above applications using http://localhost:8080/examples/ or http://localhost:8080/manager/ or http://localhost:8080/admin/ BUT when I REMOVE the PORT 8080 from URL (as shown below)it does not work for

Re: Tomcat Web Applications

2003-07-28 Thread Hari Om
+0530 Yea it wont as the default port used by you is 8080.. -C - Original Message - From: Hari Om [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 29, 2003 1:03 AM Subject: Tomcat Web Applications The default application in Tomcat are: 1) examples 2) manager 3) admin I could

Tomcat ADMIN Application

2003-07-28 Thread Hari Om
When I run my Tomcat Application admin (this is the one which comes with Tomcat) as http://localhost/admin/index.jsp - it gives following error - wonder why: Any related information on this is appreciated! My other applications i.e: examples , manager etc are working great. Error report is:

8009 Port....?

2003-07-28 Thread Hari Om
At which point is Port 8009 (defined in workers.properties) is used? GURU's correct me if I am wrong. Here is what I think: 1) User request jsp page via http://localhost/login.jsp 2) Apache sees that it is JSP/Servlet, and OPENS PORT 8009 for TOMCAT to handle that. 3)Tomcat recives that via

Apache/Tomcat-RPM Install-how to

2003-07-25 Thread Hari Om
how can I tell RPM (Red Hat Packet Manager) to install package in a certain directory? I am using Red Hat Linux 7.1 I tried following: -- #rpm -ivh apache.rpm

JDK Issue

2003-07-24 Thread Hari Om
I installed IBMJava2SDK on my IBM Power PC which has Red Hat Linux on it. I installed it under /usr/downloads/IBMJava2-ppc64-141 directory. Later when I check the version by typing and executing java -version it shows Cannot find java So I added the directory in PATH and CLASSPATH but then it

JDK Installation Problems

2003-07-24 Thread Hari Om
I have problems on installing JDK on Red Hat Linux 7.1 power PC. I downloaded j2sdk-1_4_1_03-linux-i586-rpm.bin - Linux RPM in self extracting file and followed the insturctions on Installation page. 1) # chmod a+x j2sdk-1_4_1_03-linux-i586-rpm.bin 2) ./j2sdk-1_4_1_03-linux-i586-rpm.bin ...it

JDK for Linux on Power PC

2003-07-24 Thread Hari Om
where can I find JDK for Linux on Power PC _ STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail - To

JDK Problems - libjava.so

2003-07-24 Thread Hari Om
#./java -version Error: can't find libjava.so. I am using IBM PowerPC (pseries) with Red Hat Linux 7.1 Any related information on this is appreciated. THANKS! HARI OM

JDK Problems - LIBTOOL.SO error

2003-07-24 Thread Hari Om
#./java -version Error: can't find libjava.so. I am using IBM PowerPC (pseries) with Red Hat Linux 7.1 Any related information on this is appreciated. THANKS! HARI OM

RPM Pacakages for RHLinux

2003-07-15 Thread Hari Om
where can I download rpm file for JDK and Tomcat on Red Hat Linux 7.1 I tried rpmfind.net freshrpms.net and rpmseek.com what is better way to INSTALL above pacakages on Red Hat Linux...(1)TAR/GZ or (2) RPM...? Where is the FORUM for RED HAT LINUX...? MILLION THANKS!

IBM Command and Log History

2003-06-05 Thread Hari Om
I am using IBM AIX 5.1L System. Is there any way to keep track of the commands executed by any user.? I know there is fc and history commandbut I want to list who execute what command since the box was up. Also, is there any way to check out which USERS LOGGED on what date and

Error Message Explanation

2003-02-04 Thread Hari Venkatesan
closed connection I am using Connection Pools and my timeout is set to 15 seconds. Is the above error because the server is closing connections upon timeout? Hari

RE: Tomcat 4.1 ignoring -Xmx params

2003-01-28 Thread Hari Venkatesan
How did you find out it is ignoring -Xmx parameter. Initially when you start up tomcat, it would allocate only the minimum heap that you set in -Xms. Hari -Original Message- From: Christian Cryder [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 28, 2003 11:49 AM To: Tomcat-User

RE: Driver for connecting to a AS/400

2003-01-28 Thread Hari Venkatesan
You have to JT400.jar file to make DB connections to the 400. The Driver Class name you can use is com.ibm.as400.access.AS400JDBCDriver. Remember that this driver is type 4 driver. You need not make any changes to the as400. You can connect to the database with your username and password. Hari

RE: problem connecting to a as400

2003-01-28 Thread Hari Venkatesan
You have to have jt400.jar in Linux box. Hari -Original Message- From: x x [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 28, 2003 4:56 PM To: Tomcat Users List; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: problem connecting to a as400 thanks for your help, thanks a lot

RE: Memory Mgmt Tomcat

2003-01-23 Thread Hari Venkatesan
believe that something is wrong somewhere and that is when people come out here to post their question to get some light from experienced users of tomcat. By the way I have gone through the entire archive about this topic and none of them give a final answer. Hari -Original Message

RE: Memory Mgmt Tomcat

2003-01-23 Thread Hari Venkatesan
to your CATALINA_OPTS environment variable when starting Tomcat.When verbose gc is enabled your $CATALINA_BASE/logs/catalina.out log file will include data for every garbage collection including how long it took. Have anybody got to see GC output in catalina.out log? ? Hari -Original Message

RE: Memory Mgmt Tomcat

2003-01-23 Thread Hari Venkatesan
Hai, Thanks you very much for spending the time and answering some of my (our) problems in much detail. Appreciate it. I will try to put in my efforts on the direction you have shown. Again Appreciate your time Hari -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED

RE: IIS and Tomcat basic configuration questions

2003-01-23 Thread Hari Venkatesan
Take a look at this site. It has step by step installation instructions http://www.onjava.com/pub/ct/33 Hari -Original Message- From: Brantley Hobbs [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 23, 2003 10:48 AM To: [EMAIL PROTECTED] Subject: IIS and Tomcat basic configuration

RE: Tomcat running as an win 2000 service

2003-01-22 Thread Hari Venkatesan
Take a look at the following site. It gives you a feeler of how to do it. Once you run the batch file, it updates the Win2000 registry entries for you. From there you can play with it. http://www.mattkelli.com/tech/tomcat/ntservice.htm -Original Message- From: Nicolas Piroué

RE: Memory Allocation

2003-01-22 Thread Hari Venkatesan
or OptimizeIt is there a way to check how much memory has been used. Hari -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 22, 2003 9:29 AM To: Tomcat Users List Subject: RE: Memory Allocation Howdy, Whoa there ;) Be very careful about some things

RE: Memory Allocation

2003-01-22 Thread Hari Venkatesan
Hi, I can try with IBM's version and also with sun's JVM1.4.1_01 and let you know about it. Thanks for your input. Hari -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 22, 2003 10:36 AM To: Tomcat Users List Subject: RE: Memory Allocation

RE: Tomcat Out of memory

2003-01-22 Thread Hari Venkatesan
file, you would see something like this in windows registry under SYSTEM/CurrentControlSet/Services/Apache-Catalina/Parameters JVM Option Number Check what has been set up under that. Hari -Original Message- From: Nate [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 22, 2003 4

Memory Allocation

2003-01-21 Thread Hari Venkatesan
collection, the heap memory comes down to 11M. Is something going wrong or is it the way tomcat behaves? Hari

RE: Memory Allocation

2003-01-21 Thread Hari Venkatesan
I have a -Xms set to 128m and -Xmx set to 256. But does tomcat itself takes 60M of 128M? ? ? Hari -Original Message- From: Tolles, James [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 21, 2003 4:26 PM To: 'Tomcat Users List' Subject: RE: Memory Allocation Its probably set in the jvm

[Off-Topic] Memory ALlocation in Win2K

2003-01-17 Thread Hari Venkatesan
) does not add up. I thought it was allocating from Virtual Memory and hence changed the physical memory to 64 meg instead of 1024 Meg. Still it does not add up. Can somebody throw some light on this. Hari

RE: Startup parameters

2003-01-17 Thread Hari Venkatesan
up parameters is -verbose:gc does not print the Garbage collection entries in either stdout or stderr. I have'nt figured out where it is printing yet. Hari -Original Message- From: Nathan McMinn [mailto:[EMAIL PROTECTED]] Sent: Friday, January 17, 2003 5:22 PM To: Tomcat Users List

RE: Startup parameters

2003-01-17 Thread Hari Venkatesan
Catalina.bat. You can also set the values as Environment Variables and forget about changing it in Catalina.bat To Run it as service and with the parameters follow the link http://www.mattkelli.com/tech/tomcat/ntservice.htm Hope this helps Hari -Original Message- From: Nathan McMinn [mailto

Tomcat in Server Mode

2003-01-16 Thread Hari Venkatesan
of the list How do we determine if tomcat actually came up using server mode? Hari

Redirecting verbosegc to a file

2003-01-16 Thread Hari Venkatesan
Is there a way to redirect -verbose:gc from displaying in console to a log file? Hari

RE: Redirecting verbosegc to a file [Off-TOPIC]

2003-01-16 Thread Hari Venkatesan
Thanks. Sure will append OFF-TOPIC. I am using jdk1.3.1. in W2k. Will try to find out how to redirect the same Hari -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 3:18 PM To: Tomcat Users List Subject: RE: Redirecting verbosegc

Precompiling JSP - setup

2003-01-14 Thread Hari Venkatesan
Is there any documentation that explains how to setup parameters for precompiling JSP's when Tomcat Server starts up or can somebody please explain how to do this? Hari

Garbage Collection - Settings

2003-01-14 Thread Hari Venkatesan
I know somebody answered this question before but could not find it in the archives. Is there any difference between -Xms64m and -Xms64M Similarly is there a difference between -Xms1G and -Xms1g Hari

Precompiling JSP

2003-01-13 Thread Hari Venkatesan
Is there any definitive advantage of precompiling JSPs' when tomcat server starts UP. Does this have any effect on performance? Hari

RE: Precompiling JSP

2003-01-13 Thread Hari Venkatesan
Thanks Reynir, This was exactly I was looking for. Our Jsp's are loading very slow. We are using JDBC connection to DB2/400 and our initial database has only about 10 records. It takes about 7 - 10 seconds for our JSP's to load. Hari -Original Message- From: Reynir Hübner [mailto

  1   2   3   >