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

2008-05-30 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,

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

2008-05-30 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:

Re: Server push with Tomcat 6/Comet

2008-05-30 Thread Sierk Schmittner
Hi, I am using a Comet-based servlet and I'm facing two problems: - When I write the data to the response's outputstream and call the flush method, the data is only send to the client when there is a minimum amount of bytes written on the outputstream. Is it possible to change this

RE: Broken pipe errors

2008-05-30 Thread James Law
That's good. Many of the reports I've seen on this list have been people moving up to Tomcat 6 and experiencing /more/ memory problems -- indicating that TC6 uses a bit more memory. I'm glad you are having the opposite experience. I haven't used 5.x but 6.0.14 does seem (I'm still testing)

Re: tomcat 6 does not reflect the change in class

2008-05-30 Thread Mark Thomas
sur_1805 wrote: 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?

COMPATABILITY APACHE /TOMCAT/CONNECTOR

2008-05-30 Thread karthikn
Hi With the setting as given below,still the TEST CASE for LB is failing O/s : win2000 JSDK: java version 1.6.0_03 1a) c:/TOMCAT1 (server.xml) ?xml version='1.0' encoding='utf-8'? Server port=8007 shutdown=SHUTDOWN Listener className=org.apache.catalina.core.AprLifecycleListener

Re: mod_jk -#62; tomcat sending delay

2008-05-30 Thread samk
See Thread at: http://www.techienuggets.com/Detail?tx=5001 Posted on behalf of a User We solved the problem by increasing the number of connections in server.xml on Tomcat connector ... maxProcessors=50 ... /connector The default is 20 which is not sufficient even if we don't actually

Re: tomcat 6 does not reflect the change in class

2008-05-30 Thread Johnny Kewl
- Original Message - From: sur_1805 [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Friday, May 30, 2008 7:43 AM Subject: tomcat 6 does not reflect the change in class i am using tomcat 6 when i make some changes in class and put the class in server then changes not show in

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

2008-05-30 Thread Steve Ochani
Date sent: Thu, 29 May 2008 23:16:31 -0700 (PDT) From: sur_1805 [EMAIL PROTECTED] Subject:migrate an application from tomcat 4.x to tomcat 6.x To: users@tomcat.apache.org Send reply to: Tomcat Users List

Re: tomcat 6 does not reflect the change in class

2008-05-30 Thread Mark Thomas
Johnny Kewl wrote: - Original Message - From: sur_1805 [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Friday, May 30, 2008 7:43 AM Subject: tomcat 6 does not reflect the change in class i am using tomcat 6 when i make some changes in class and put the class in server then

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

2008-05-30 Thread Mark Thomas
Steve Ochani wrote: Date sent: Thu, 29 May 2008 23:16:31 -0700 (PDT) From: sur_1805 [EMAIL PROTECTED] Subject:migrate an application from tomcat 4.x to tomcat 6.x To: users@tomcat.apache.org Send reply to: Tomcat Users

Re: Tomcat 5.5 Serve HTML Pages direct several hosts

2008-05-30 Thread Jim Willeke
Thanks to all. -jim On Tue, May 27, 2008 at 12:15 PM, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: Jim Willeke [mailto:[EMAIL PROTECTED] Subject: Re: Tomcat 5.5 Serve HTML Pages direct several hosts I managed to get the default.com domain to work, but I could no longer get to the

Re: Server push with Tomcat 6/Comet

2008-05-30 Thread Filip Hanik - Dev Lists
Sierk Schmittner wrote: Hi, I am using a Comet-based servlet and I'm facing two problems: - When I write the data to the response's outputstream and call the flush method, the data is only send to the client when there is a minimum amount of bytes written on the outputstream. Is it

Unable to connect via SSL with IE6 - probably cipher config

2008-05-30 Thread Robert Jacobson
Hi, I have a Tomcat 4.1.37 server running on Windows Server 2003. I have SSL setup and working. The network admins scanned my machine and requested that I reduced the supported SSL ciphers so that only 128-bit ciphers were allowed. So, I added the following setting to my Factory for the SSL

Re: tomcat 6 does not reflect the change in class

2008-05-30 Thread Mark Thomas
Johnny Kewl wrote: - Original Message - From: Mark Thomas [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Friday, May 30, 2008 4:21 PM Subject: Re: tomcat 6 does not reflect the change in class Johnny Kewl wrote: - Original Message - From: sur_1805

Re: Unable to connect via SSL with IE6 - probably cipher config

2008-05-30 Thread Robert Jacobson
Robert Jacobson wrote: So, what cipher(s) do I need to add to make sure that IE6 can connect? Answering my own question... I searched Google for one of the ciphers I'm already using, and the first link was:

Virtual Hosting with Auto Deploy

2008-05-30 Thread Vin Miller
Hello, I have searched the internet extensively and have not been able to find an answer to my problem. I have a Virtual Private Server hosting account pre configured with Tomcat 5.5.26. My goal is to have multiple domain names, each with their own java app, served by this one instance of