tomcat server hang when processing more request

2008-07-28 Thread sur_1805
i am using tomcat 4 on unix server. it hangs with in every 20-30 minutes when more requests are came to server. It only works when i restart the server. I cant find the possible cause to this problem...can any body told me the command to say how many threads of tomcat are running in server. or any

RE: give error in upload a image in tomcat 6 but works well in tomcat 4

2008-07-01 Thread sur_1805
the drive, directories, > subdirectories to the final destination. > > > > -Original Message- > From: sur_1805 [mailto:[EMAIL PROTECTED] > Sent: Friday, June 13, 2008 7:39 AM > To: users@tomcat.apache.org > Subject: give error in upload a image in tomcat 6 b

give error in upload a image in tomcat 6 but works well in tomcat 4

2008-06-13 Thread sur_1805
I am using tomcat 4 and write jsp page to upload a image in server it works with tomcat 4 but it gives error in upload image in tomcat 6 with the same jsp page .It gives some java.lang.IndexOutOfBoundsException at -- org.apache.jasper.JasperException: An exception occurred processing JSP page /

give error in upload a image in tomcat 6 but works well in tomcat 4

2008-06-13 Thread sur_1805
-- View this message in context: http://www.nabble.com/give-error-in-upload-a-image-in-tomcat-6-but-works-well-in-tomcat-4-tp17822410p17822410.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a

cannot resolve symbol in included jsp page.

2008-06-01 Thread sur_1805
This whole application works fine with tomcat 4.x version but didnot work with tomcat 5.x and above. i got an error, when i run the jsp given below , cannot resolve some symbol in jsp pages ,yet these variable are decalred in AdvCommonVars.jsp . Since i use <%@ include file ="AdvCommonVars.jsp" %>

migrate an application from tomcat 4.x to tomcat 6.x

2008-05-29 Thread sur_1805
i want to migrate an application from tomcat 4.x to tomcat 6.x, what are the necessary steps that i have to make to make my application working. thanks in advance. -- View this message in context: http://www.nabble.com/migrate-an-application-from-tomcat-4.x-to-tomcat-6.x-tp17552319p17552319.ht

migrate an application from tomcat 4.x to tomcat 6.x

2008-05-29 Thread sur_1805
-- View this message in context: http://www.nabble.com/migrate-an-application-from-tomcat-4.x-to-tomcat-6.x-tp17552306p17552306.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-ma

tomcat 6 does not reflect the change in class

2008-05-29 Thread sur_1805
i am using tomcat 6 when i make some changes in class and put the class in server then changes not show in page i have to restart tomcat to show the change. Please give some solution so i dont need to restart tomcat after every change? -- View this message in context: http://www.nabble.com/t

restart tomcat after reboot

2008-05-23 Thread sur_1805
i m using tomcat 6 with jdk 1.6 on linux(RHEL 5) machine . i put the script catalina.sh(startup and shutdown tomcat) in init.d directory and also make a link with the command given below ln -s /etc/init.d/catalina.sh S75tomcat in the /etc/rc5.d directory . but it does not automatically start

restart tomcat after reboot

2008-05-23 Thread sur_1805
-- View this message in context: http://www.nabble.com/restart-tomcat-after-reboot-tp17423900p17423900.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users@tomcat.apache.o

Re: what are ways to improve the performance of server?

2008-05-14 Thread sur_1805
ash: SHA1 > > sur, > > sur_1805 wrote: > | I am using tomcat 6 on linux machine with 4 cpu 64 bit machine, What > are the > | ways to perform load balancingand improve the performance of > server when > | multiple requests are processed? > | i am new to this a

what are ways to improve the performance of server?

2008-05-13 Thread sur_1805
I am using tomcat 6 on linux machine with 4 cpu 64 bit machine, What are the ways to perform load balancingand improve the performance of server when multiple requests are processed? i am new to this and just installed the tomcat and jdk in machine. what i do next? -- View this message in con

RE: Installing tomcat on multiple cpu X_86 64 bit machine

2008-05-06 Thread sur_1805
thanks peter for your information, i m very new to this situation. now. can i install the tomcat5.5 and jdk1.5 on machine(4 processor with 64 bit on RHEL 5) without need to worry about load balancing and tuning at the time of installation? Peter Crowther wrote: > >> From: sur_180

RE: Installing tomcat on multiple cpu X_86 64 bit machine

2008-05-06 Thread sur_1805
Peter Crowther wrote: > >> From: sur_1805 [mailto:[EMAIL PROTECTED] >> i m very new to tomcat. Now i have to install the tomcat 5.5 >> and jdk 1.5 on a >> multiple cpu( 4 dual core processors) 64 bit machine. >> i m confused with first step. how i tune th

Installing tomcat on multiple cpu X_86 64 bit machine

2008-05-06 Thread sur_1805
i m very new to tomcat. Now i have to install the tomcat 5.5 and jdk 1.5 on a multiple cpu( 4 dual core processors) 64 bit machine. i m confused with first step. how i tune the tomcat and do load balancing such that tomcat servlet make use of all the 4 processors when i perform multiple request. w