apache + mod_jk + two tomcat instance configuration

2008-05-30 Thread Jiansen Niu
I have apache2.0 as front end web server, using mod_jk and tomcat 6.0.16 serve Java web applications. Now, I have couple PHP web applications and one Java Web application. The Java web application can be accessed by url www.domain1.com, workers.properties has something like this: workers.tomcat_ho

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 Tomcat,

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: http://www-306.ibm.com/software/webservers/httpservers/doc/v2047/manual/ibm/en_US/

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" 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" <[EMAIL PROTECT

Re: tomcat 6 does not reflect the change in class

2008-05-30 Thread Johnny Kewl
- Original Message - From: "Mark Thomas" <[EMAIL PROTECTED]> To: "Tomcat Users List" 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" <[EMAIL PROTECTED]> To: Sent: Frid

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: 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 p

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 ge

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 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: 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 > > i want to

Re: tomcat 6 does not reflect the change in class

2008-05-30 Thread Johnny Kewl
- Original Message - From: "sur_1805" <[EMAIL PROTECTED]> To: 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 page i have to rest

Re: mod_jk -> 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 ... The default is 20 which is not sufficient even if we don't actually have more than 7-10 people online. Our architectu

Re: modify requested resource before compiling

2008-05-30 Thread Pid
So... If you want to transform some XML into some different XML? "XSLT, which is a language for transforming XML documents into other XML documents." http://www.w3.org/TR/xslt If your 'other namespace' is just a generic placeholder, you could make it match the namespace of a Tag Library (w

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) SSLEngine="on" /> className="org.apache.catalina.mbeans.ServerLifecycleListener" /> className="org.apache.catalina.mbeans.GlobalResources

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? http://tomcat.apache.org/tomcat-6.0-do

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 testin

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 >>