RE: tomcat 5.5, should i upgrade?

2004-12-22 Thread Arnab Chakravarty
I cannot comment on tomcat 5.5 but yes tomcat 5.0. Tomcat is being used for Production and not just for testing. You would be surprised to know the production setup, though I cannot delve into more details here. I am amazed by the potential it carries. Arnab -Original Message- From

RE: Chirag : SEVERE: Endpoint ServerSocket[addr=/203.192.197.197,port=0,localport=8080] ignored exception: java.net.SocketException: socket closed

2004-12-09 Thread Arnab Chakravarty
. Arnab -Original Message- From: Chirag [mailto:[EMAIL PROTECTED] Sent: Thursday, December 09, 2004 1:47 PM To: [EMAIL PROTECTED] Subject: Chirag : SEVERE: Endpoint ServerSocket[addr=/203.192.197.197,port=0,localport=8080] ignored exception: java.net.SocketException: socket closed I have

RE: Threads issues in Tomcat 5.0.28

2004-12-08 Thread Arnab Chakravarty
Hi, Here is an example you can follow: Hope this helps. Arnab -Original Message- From: Arnab Chakravarty [mailto:[EMAIL PROTECTED] Sent: Thursday, December 09, 2004 9:44 AM To: Tomcat Users List Subject: RE: Threads issues in Tomcat 5.0.28 Hey, The connector tag in the server.xml

RE: Threads issues in Tomcat 5.0.28

2004-12-08 Thread Arnab Chakravarty
Hey, The connector tag in the server.xml where you mention the port for ajp13 is the place where you should specify the thread configuration. You can find more information here: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/ajp.html Hope it helps. Arnab -Original Message

RE: Threads issues in Tomcat 5.0.28

2004-12-07 Thread Arnab Chakravarty
doing by taking a threaddump. The way to do this is to use the command - kill -QUIT . Hope this helps. Arnab -Original Message- From: Matt Robinson [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 08, 2004 8:02 AM To: [EMAIL PROTECTED] Subject: Threads issues in Tomcat 5.0.28 Hi

RE: UTF-8 Encoding in Jsp | RESOLVED

2004-12-02 Thread Arnab Chakravarty
found this problem by simply writing a simple jsp page without using the framework and rendered some non-english characters successfully. Thanks again, Arnab -Original Message- From: Arnab Chakravarty [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 01, 2004 4:08 PM To: Tomcat Users

RE: Content-Type rewriting in jakarta-tomcat-connectors

2004-12-01 Thread Arnab Chakravarty
Eirik, Does it have anything to do with UTF-8 encoding support (using different charsets - Chinese or Japanese) on jsp page and would break (not displaying the non-english characters) on tomcat 5.0.29. Arnab -Original Message- From: Eirik Øverby [mailto:[EMAIL PROTECTED] Sent

RE: UTF-8 Encoding in Jsp

2004-12-01 Thread Arnab Chakravarty
round the problem. Please help me resolve this issue. Thanks, Arnab -Original Message- From: Mariano [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 01, 2004 12:54 PM To: 'Tomcat Users List' Subject: RE: UTF-8 Encoding in Jsp You should use too: and

RE: JSESSION Internet Explorer

2004-11-30 Thread Arnab Chakravarty
problem could be seen in firefox also. The other way to avoid the problem is to disable cookies in the browser setting. Arnab -Original Message- From: Alex Korneyev [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 01, 2004 2:55 AM Cc: [EMAIL PROTECTED] Subject: JSESSION Internet

UTF-8 Encoding in Jsp

2004-11-30 Thread Arnab Chakravarty
there any config changes I need to make for the UTF-8 Encoding to work. Please help. Thanks in advance, Arnab - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Jsessionid Problem

2004-11-24 Thread Arnab Chakravarty
'block all cookie' option of the browser. I have added defaultcontext tag with cookies="false" in the server.xml under host but this does not seem to working. Any workarounds apart from removing the hard coded JSESSIONID in the tomcat code base and recompilation of the same. Than

RE: Problem in deploying application on Tomcat 4 and 5

2004-07-14 Thread Arnab Chakravarty
Hi, The link was helpful and did get the much awaited login page. Now there are some other problems with the rendering of jsp pages, but yes, the problem did resolve. Thanks, Arnab -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 14, 2004 7:12 PM

Problem in deploying application on Tomcat 4 and 5

2004-07-14 Thread Arnab Chakravarty
dvance, Arnab - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Migrating app from Tomcat 3.3.1 to 4.0 and Up

2004-07-05 Thread Arnab Chakravarty
Hi all, I want to migrate an existing application which is deployed on tomcat 3.3.1 to tomcat 4.0 or up. Can anyone help me how to go about with the migration? App Arch: - Tomcat 3.3.1 (12 Tomcats) - Apache 1.3.27 (4 Apache) - Ajp12 - Mod jk - Jdk1.4.2 Next, what I am looking f

RE: Application directory outside webapp in tomcat

2004-03-07 Thread Arnab Chakravarty
Add the following line: in Server.xml ex- : C:\myApp for windows : /usr/apps/myApp for unix Hope this helps. -Original Message- From: Kenneth Ho (IT Department Ltd) [mailto:[EMAIL PROTECTED] Sent: Monday, March 08, 2004 10:42 AM To: Tomcat Users List Subject: Application directory o

RE: OracleConnectionPoolDataSource creates too many connections

2004-03-03 Thread Arnab Chakravarty
Possible problems could be: - Connnections not getting closed - The max concurrent request for tomcat had been reached (check the number of connections in server.xml) - AC -Original Message- From: Rudi Doku [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 03, 2004 2:34 PM To: Tomcat Use

RE: Process Died | Production

2004-02-27 Thread Arnab Chakravarty
and hence time come for them to dump the code...and they dump it but not all one or 2 max. I want to understand these internal crashes and how to prevent them ? Any thought/comments, Arnab C - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Process Died | Production

2004-02-27 Thread Arnab Chakravarty
kept alive for months). It would also help if anyone can point to some useful resource which exaclty point to this problem / question. Moreover, anything else one should look for apart from code leaks in this case to sustain the Jvm for longer duration ? Thanks in Advance, Arnab C

RE: Réf. : RE: Réf. : Re: Very Very Slow performance of Tomcat

2004-02-18 Thread Arnab Chakravarty
connections or in some other way... Importantly have you ever tried doing any performance testing / load testing for your application. That helps determine where the application generally breaks!!! or the limits of the application :). Hope thinks works out for you. Arnab C -Original Message

RE: Réf. : Re: Very Very Slow performance of Tomcat

2004-02-18 Thread Arnab Chakravarty
expect when the application is live. ThreadDump helps detecting where the application is getting hanged...connections problems is one of the issues...can see the same in the dumps... Arnab C -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 18

RE: Installing tomcat 5 on BSD 5

2004-02-12 Thread Arnab Chakravarty
Bad major version numbers are result of classes compiled on 2 different version of jdk. Please upgrade you jvm and then see if it helps (preferable jdk1.4 and up). Arnab C -Original Message- From: Thomas Cherry [mailto:[EMAIL PROTECTED] Sent: Thursday, February 12, 2004 5:42 PM To

RE: Urgent ! Pls help !

2004-02-01 Thread Arnab Chakravarty
ajp13 and ajp14 and not ajp12...correction -Original Message- From: Arnab Chakravarty [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 11:32 AM To: Tomcat Users List Subject: RE: Urgent ! Pls help ! Can u check ur server.xml config file and check if the port is correctly set

RE: Urgent ! Pls help !

2004-02-01 Thread Arnab Chakravarty
Can u check ur server.xml config file and check if the port is correctly set for the ajp12 connector to server the request... -Original Message- From: a a [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 12:28 AM To: [EMAIL PROTECTED] Subject: Urgent ! Pls help ! Dear all, I

Strange Problem

2004-01-28 Thread Arnab Chakravarty
g on IE5.5 and 6.0. Any clues or solutions to the same would be highly appreciated. (I am sure someone in the list can help) Thanks in advance. Arnab

Strange Problem - II

2004-01-28 Thread Arnab Chakravarty
All: One more thing, back button is clicked on the old page where the URL is generated by making the RMI call and not on the new rendered page generated at another's vendor location. Hope the problem is correctly understool :). Thanks, Arnab C

RE: All threads (150) are currently busy, waiting. Increase maxThreads (150) or check the servlet status

2003-12-25 Thread Arnab Chakravarty
Hi, Have you taken a thread dump and checked as what are these threads waiting for before increasing the max-threads? Please specify the jdk version and OS too. In case you are using any databases, please also send in the details. Arnab From: alan

RE: Problem with Excel and Word Documents

2003-12-23 Thread Arnab Chakravarty
Hi Michael/Yoav, Thanks a lot for the suggestion. I have got it working and it seems now openning as per the requirements. Arnab -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Monday, December 22, 2003 7:59 PM To: Tomcat Users List Subject: RE: Problem with Excel

Problem with Excel and Word Documents

2003-12-21 Thread Arnab Chakravarty
respective application. But, I dont seem to understand why it cant for the Jsp file??? Do I have to change/add some setting in the conf files??? Thanks. Arnab C

Any Comments / Suggestions

2003-12-01 Thread Arnab Chakravarty
and ajp connections are = 135. (35 odd connections would wait by default if concurrent connections are 135) Thanks, Arnab Chakravarty

RE: Production Issues | Correction

2003-11-24 Thread Arnab Chakravarty
h thread counts. But my point is why direct all the load to a specific tomcat and not distribute it evenly ? Then, what worth is the load balancer for. This is not understood well from the load balancer settings or either mod_jk is not intelligent at all or better make it intelligent / replace it.

RE: Production Issues

2003-11-23 Thread Arnab Chakravarty
enly ? Then, what worth is the load balancer for. This is not understood well from the load balancer settings or either mod_jk is not intelligent at all or better make it intelligent / replace it. Comments??? Arnab Chakravarty > -Original Message- > From: Arnab Chakravarty [mailto

Production Issues

2003-11-13 Thread Arnab Chakravarty
ld be appreciated. Special thanks to shapira for answering my previous questions and hope he will continue. ~Arnab

Tomcat Worker

2003-11-07 Thread Arnab Chakravarty
Hi all, How can one ensure if the Tomcat worker thread is working or not? (If this runs as a thread) How do we determine if this is dead? Thanks, ~Arnab

RE: Issues | Suggestion any?

2003-11-05 Thread Arnab Chakravarty
xpect more...haven't heard much from anybody else from the group. Last but not least needed to know, if we can have some support contract from apache group to support our application. Is that possible? Thanks for the patience. (It takes time to compose this mail...I need patience too) ~Arnab

RE: Issues | Suggestion any?

2003-11-05 Thread Arnab Chakravarty
Hi Yoav S and Tomcat Users, I am back with some issues again. This time have taken some good observation and wanted all of you know such that I have some good recommendations from the experts :-). Oracle Connection Pool We have observed that the number of connections during site outages are going

RE: Issues | Suggestion any?

2003-10-28 Thread Arnab Chakravarty
aking more time in GC (tenured generation of 10-20 seconds - all the processes running the JVM have touched 1GB in memory). I am not in Boston for sure ;) Girl in sapient you have gone out with ... ;) ... hmmm Arnab -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: F

RE: Issues | Suggestion any?

2003-10-23 Thread Arnab Chakravarty
never the process used to die, it used to leave a core file and on running the pmap these anon and heap details were printed...which I was not sure...meant what ??? and still trying to find more answers. Please help me find a way out of this or a checklist of what

Issues | Suggestion any?

2003-10-22 Thread Arnab Chakravarty
ario. One last thing, there are some occasional tomcat death (JVM crashes) once in a while. Thanks in Advance, Arnab Chakravarty - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: http://172.20.15.188(local ip:8080 did work ,but http://localhost:8080/didnot work!!

2003-09-01 Thread arnab
Hi, Can u change the localhost ip from 127.0.0.1 to 172.20...ur existing IP (in /etc/hosts). Let me know, if this works. Arnab [gb2312] »¢ Íõ writes: Hi, /etc/hosts has no problem. Both ping 127.0.0.1 and ping localhost are successfull. . . <[EMAIL PROTECTED]> wrote: Hi,