Re: Unable to find a javac compiler

2003-07-31 Thread shyam
I also had the same problem. If you have installed tomcat as a service this problem comes. You need to have the JAVA_HOME variable set to your j2sdk1.4.1 directory in the environmental variables . Hope this helps you. - Original Message - From: Bradberry, Rick [EMAIL PROTECTED] To: [EMAIL

Re: Hello Sir, Madam,Miss

2003-07-31 Thread shyam
Instead of adding the folder to the ROOT directory add ur directory (Book) to the webapps directory and make chanes to your server.xml like point ur context path to that directory. if everything goes well then http://localhost:8080/Book/AdminBook.jsp will show up. - Original Message -

migration from jrun to tomcat

2003-06-03 Thread shyam
Hi All, I have a webapp running on Jrun and IIS. I want the app to be moved from Jrun to tomcat. I have read that tomcat with IIS has problems. It would be grateful if someone can help me with details of moving from Jrun to tomcat and issues with the migration . Thanks, shyam

Clear user session

2003-06-08 Thread shyam
an error here and the exception is java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextEntry How can I resolve this error. Thanks a lot in advance shyam - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Strange Problem with Tomcat 4.1.24

2003-06-13 Thread shyam
Do you have the java_home variable set to ur java directory. if not that might be the problem. - Original Message - From: Roland Kaeser [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 13, 2003 12:02 PM Subject: Strange Problem with Tomcat 4.1.24 Hello I've try to move a

load balancing with apache2

2004-03-09 Thread shyam
: can't access text RewriteMap file /conf/balancing.conf I have the balancing.conf in the conf directory. Balancing.conf LB1 tomcat1:8080 LB3 tomcat2:8080 ALL tomcat1:8080|tomcat2:8080 Can you please tell me whats wrong with the above. Thanks I advance shyam

load balancing with apache2

2004-03-09 Thread shyam
Hi All, Can somebody help me with this. I am struck . thanks a lot From: shyam [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 09, 2004 10:28 AM To: 'Tomcat Users List' Subject: load balancing with apache2 Hi All, I have set up the clustering with tomcat 5 and it works awesome. I followed

RE: load balancing with apache2

2004-03-09 Thread shyam
to located from the root directory of your server ). shyam wrote: Hi All, Can somebody help me with this. I am struck . thanks a lot From: shyam [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 09, 2004 10:28 AM To: 'Tomcat Users List' Subject: load balancing with apache2 Hi All, I have set up

Memory Issues

2004-04-03 Thread shyam
want tomcat to deallocate and resize the heap so that the total memory doesn't max out. And also I need the GC to run more aggressively . My JAVA_OPTS are java -noclassgc -jmx1500 -jms1500. Any help in this issue will be grateful. Thanks shyam

RE: Memory Issues

2004-04-03 Thread shyam
to tomcat5.0.19. But it will take some time. Until then I don't to see outofmemory errors. I guess I should ask the System to run the GC . Regarding memory leaks, I realize that I need to use a profiler . I will do it . Thanks again shyam -Original Message- From: SH Solutions [mailto:[EMAIL

RE: Memory Issues

2004-04-03 Thread shyam
Hi, Thanks a lot again. I just checked the release notes of java 1.4.2. The memory leak problem is fixed in 1.4.2. We will upgrade our VM. And I guess this is the problem coz I am using StringBuffer extensively. Will also run the profiler to check for any other memory leaks. Thanks shyam

RE: Tomcat Java OutOfMemory Error

2004-04-06 Thread shyam
Hi, I not sure about tomcat 3.2.1. In tomcat 4 I have used the JAVA_OPTS . I set JAVA_OPTS as my environmental variable and that was it. Hope this helps you shyam -Original Message- From: Baldacchini Marco [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 06, 2004 5:41 AM To: [EMAIL

Multi Threads

2004-04-09 Thread shyam
because of the thread which active the shut down process takes a longer time . And sometimes I gget Thread death exception in my logs. I want to prevent it . Any help in this issue would be grateful Thanks in advance shyam

Session Mess

2004-04-14 Thread shyam
by setting maxInactiveInterval time. Is it because of this the sessions are getting messed up or any other reason. Any help would be thankful Thanks shyam - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

RE: Session Mess

2004-04-14 Thread shyam
Hi Matt, Thanks for the reply. I understand that if people from the same machine log in. But I see an instance when people who are from different locations getting the same session. I have two people who have uploaded files to my server and both file are same. Thanks shyam Software Engineer

RE: Session Mess

2004-04-14 Thread shyam
Hi Matt, I am doing this file upload in servlet using Orielly multipart. I am not using any temp file but directly upload the file to my file system. And I rename the files with the current time stamp in the file name. Thanks Shyam -Original Message- From: Matt Woodings [mailto:[EMAIL

Turn off session persistence

2004-04-14 Thread shyam
Hi all, I have an application running on tomcat 4.1.24. I saw the session persistence is turned on. I want to turn it off . How can I do that ? Thanks in advance shyam - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Problems building tomcat 5 from source

2004-04-20 Thread shyam
-commons/LICENSE error=2 [cvs] Caught exception: CreateProcess: cvs -d:pserver:[EMAIL PROTECTED]:/home/cvspublic -q -z3 checkout -P jakarta-commons/daemon error=2 Any help is grateful. Thanks in advance shyam - To unsubscribe, e

stdouts

2004-05-02 Thread shyam
. One example is Returning NON-STM Instance which I saw the code and it's a log which should be there if the debug level =2. How can I stop all these system outs? Any help would be grateful Thanks in advance shyam - To unsubscribe

StackOverFlowError--Please help

2003-09-30 Thread shyam
in advance, shyam - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: StackOverFlowError--Please help

2003-09-30 Thread shyam
with this problem. Thanks in advance, shyam - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe

Re: StackOverFlowError--Please help

2003-10-01 Thread shyam
Hi, The code snippet is taken from a different servlet which is my controller servlet. servlet1 and servlet2 forward to different pages. thanks, shyam - Original Message - From: Shapira, Yoav [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, September 30, 2003 3:39

Re: StackOverFlowError--Please help

2003-10-01 Thread shyam
thanks for all your help. It was my problem. I didnt define the servlet properly in the web.xml . Poor stuff . sorri for the trouble. thanks, shyam - Original Message - From: Shapira, Yoav [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, September 30, 2003 3:39 PM

Socket Exception - Heavy load

2005-01-07 Thread shyam
$ControlRunnable.run(ThreadPool java:644) at java.lang.Thread.run(Unknown Source) I guess it has something to do with jk2 and the sockets. It would be helpful if someone can explain this and why it is happening? My configuration is Apache 2.0.52 Tomcat 5.0.29 Jk2 - 1.2.8 Thanks shyam

RE: Socket Exception - Heavy load

2005-01-07 Thread shyam
Yes I am on windows Thanks shyam -Original Message- From: Derrick Koes [mailto:[EMAIL PROTECTED] Sent: Friday, January 07, 2005 2:12 PM To: Tomcat Users List Subject: RE: Socket Exception - Heavy load Are you on a windows environment? -Original Message- From: shyam [mailto

RE: Socket Exception - Heavy load

2005-01-07 Thread shyam
Hi Mark, Thanks. I would remember this . Thanks shyam -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Friday, January 07, 2005 2:10 PM To: Tomcat Users List Subject: Re: Socket Exception - Heavy load Please do not hijack another message thread. If you wish to post

RE: Socket Exception - Heavy load

2005-01-07 Thread shyam
with the cachesize and cachetimeout values in workers.properties. But no success. And yeah it is jk version. Thanks shyam -Original Message- From: Derrick Koes [mailto:[EMAIL PROTECTED] Sent: Friday, January 07, 2005 2:38 PM To: Tomcat Developers List; Tomcat Users List Subject: RE: Socket

RE: Socket Exception - Heavy load

2005-01-07 Thread shyam
=8443 debug=0 protocol=AJP/1.3 maxThreads=1000 / thanks shyam -Original Message- From: Derrick Koes [mailto:[EMAIL PROTECTED] Sent: Friday, January 07, 2005 2:43 PM To: Tomcat Developers List; Tomcat Users List Subject: RE: Socket Exception - Heavy load What is your

RE: Socket Exception - Heavy load

2005-01-07 Thread shyam
connections. But for 100 concurrent users doing heavy load is this the correct number of connections? thanks shyam -Original Message- From: Derrick Koes [mailto:[EMAIL PROTECTED] Sent: Friday, January 07, 2005 2:58 PM To: Tomcat Users List Subject: RE: Socket Exception - Heavy load

connectionpool initial number of connections

2004-06-21 Thread shyam
. Is there anyway of doing this? Thanks shyam - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

tomcat 5.0.29 service start problem (JNI)

2004-10-14 Thread shyam
] [info] JNI Can somebody help me out in this as my tomcat doesn't start as a service. It starts from the command line as a standalone application. The only change I have made is that of latest windows update. OS windows 2000 Thanks shyam

RE: tomcat 5.0.29 service start problem (JNI)

2004-10-14 Thread shyam
problem Thanks shyam -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Thursday, October 14, 2004 10:00 AM To: Tomcat Users List Subject: RE: tomcat 5.0.29 service start problem (JNI) Hi, I bet your -Xmx parameter is too big for your physical hardware. Yoav Shapira http

RE: tomcat 5.0.29 service start problem (JNI)

2004-10-14 Thread shyam
Thanks you for all the replies. I havent fixed it but I am sure that's the problem with windows update. Will play with the -Xmx parameter later Thanks shyam -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Thursday, October 14, 2004 11:05 AM To: Tomcat Users

moving from tomcat 4.1.24 to tomcat 5

2004-02-25 Thread shyam
Hi All, I am glad to be back on the tomcat users list. I have an application running on tomcat 4.1.24 and I want to migrate to tomcat 5. It would be grateful if you could tell me the necessary steps or where I could thenecessary documentation . thanks shyam

RE: StringBuffer out of range???

2004-02-26 Thread shyam
Can you give the exact error . Software Engineer Adamshand Inc www.interviewexchange.com -Original Message- From: Leonardo Larraquy [mailto:[EMAIL PROTECTED] Sent: Thursday, February 26, 2004 3:25 PM To: Tomcat Users List Subject: StringBuffer out of range??? Hi all, I'm using a

tomcat clustering

2004-03-02 Thread shyam
to connect endpoint errno=61 Unknown error [error] ajp13.service() Error forwarding ajp13:localhost:8009 1 1 [error] lb.service() worker failed ajp13:localhost:8009 [error] lb_worker.service() all workers in error or disabled state Can somebody help me out in this. Thanks in advance shyam Software

clustering tomcat 5.0.19 issues

2004-03-03 Thread shyam
are dispatched to each tomcat by the apache. I want this dispatch to happen in a specific way like one tomcat getting 2 requests and other getting just one request. Like a ratio of 2:1 . How can I do it ? Thanks in advance shyam

RE: customized error page

2004-03-04 Thread shyam
It should he under your root directory of the application or the directory in which your web-inf is present. Say c:\app\root\error Software Engineer Adamshand Inc www.interviewexchange.com -Original Message- From: Mathew [mailto:[EMAIL PROTECTED] Sent: Thursday, March 04, 2004 10:31

RE: access to apache httpd process from tomcat or jk

2004-03-04 Thread shyam
Hi All, I have a apache server in front of my tomcat . Currently I have my tomcat serving the static files. But now I want apache to do this not my tomcat. It would be grateful if someone can help me in this. Thanks shyam

Single sign on not working

2005-04-18 Thread shyam
be really helpful if someone could help me out with this. I am using tomcat 5.0.29 Thanks shyam - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Single sign on problem

2005-04-18 Thread shyam
be really helpful if someone could help me out with this. I am using tomcat 5.0.29 Thanks shyam - - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

localization in Tomcat V4

2002-10-29 Thread Shyam Aramkuni
Hi, Can we achive the localized web-resources by putting in a filter?or is there an in built support for localization in Tomcat V4? Thanks Shyam

need help for rmi calls from tomcat 3.2.1

2001-07-02 Thread Shyam Sarkar
I installed rmi example problem (Helloworld) in a directory called getStartunderC:\rmi\rmi. I can start the server and the client applet as described inthe trail.Next I started tomcat server and copied getStart under webapp directory.I started rmiregistry and then the server.I tried to

Re: need help for rmi calls from tomcat 3.2.1

2001-07-02 Thread Shyam Sarkar
] Sent: Monday, July 02, 2001 3:00 PM Subject: Re: need help for rmi calls from tomcat 3.2.1 Have you copied to "/webapps/ROOT" ? Francisco - Original Message - From: Shyam Sarkar To: [EMAIL PROTECTED] Sent: Monday, July 02,

Re: need help for rmi calls from tomcat 3.2.1

2001-07-03 Thread Shyam Sarkar
o "c:\tomcat\webapps\ROOT", so it would end up like this "c:\tomcat\webapps\ROOT\getStart". Now your url will work. You just have to think that "c:\tomcat\webapps\ROOT" is the physical address of "localhost:8080", got it? []´s Francis

question about classpaths in tomcat run

2001-07-06 Thread Shyam Sarkar
Hello, I specified wrapper.classpath in tomcat.properties file fora certain run and it could not findmy classes. Then I stopped tomcat and set classpath to the same destination directory and started tomcat in the same window. This time my program worked. Any clarifications about these

Single Sign On Help

2005-04-18 Thread shyam reddy
and this is happening for every request. I checked my broowser settings and it allows cookies. Thanks shyam Shyam Gavulla,Software Engineer www.interviewexchange.com Boston, MA USA phone:617 515 6549 - Yahoo! Mail Mobile Take Yahoo! Mail

Re: Single Sign On Help

2005-04-18 Thread shyam reddy
I am sorri for the 3 messages. I got a response from the first two messages that the message was not delivered as I didnt have an account. So I subcribed again and sent the email. Sorri for the trouble shyam Jason Bainbridge [EMAIL PROTECTED] wrote: On 4/18/05, shyam reddy wrote: Hi all