Re: [OT] Http11NioProtocol error 505 (or 400)

2010-12-29 Thread André Warnier
Christopher Schultz wrote: ... I would thus imagine that the Tomcat developers in their wisdom seeked to prevent this (NB for non-native English speakers: seeked is an incorrect past imperfect conjugation of seek. The proper past imperfect conjugation is sought. I know, right?) Thanks. I

Re: How to configure Tomcat-6 to use TLS based SMTP with exchange

2010-12-29 Thread Mupparthy Ravindranath
OK, thanx Chris. द्वारा: Christopher Schultz ch...@christopherschultz.net To: Tomcat Users List users@tomcat.apache.org Cc: भेजे गए: बुधवार, 29 दिसंबर, 2010 8:47:43 AM विषय: Re: How to configure Tomcat-6 to use TLS based SMTP with exchange -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 RV,

Increase tomcat log level

2010-12-29 Thread Amol Puglia
Hello Team, Please let us know how to increase the tomcat log level. I am using tomcat 5.5.15 version and jdk 1.6.0_17. Let me know in case you need further details.

Re: Increase tomcat log level

2010-12-29 Thread Felix Schumacher
Am Mittwoch, den 29.12.2010, 04:31 -0800 schrieb Amol Puglia: Hello Team, Please let us know how to increase the tomcat log level. I am using tomcat 5.5.15 version and jdk 1.6.0_17. Let me know in case you need further details. Have you tried to read

Re: Increase tomcat log level

2010-12-29 Thread André Warnier
Felix Schumacher wrote: Am Mittwoch, den 29.12.2010, 04:31 -0800 schrieb Amol Puglia: Hello Team, Please let us know how to increase the tomcat log level. I am using tomcat 5.5.15 version and jdk 1.6.0_17. Let me know in case you need further details. Have you tried to read

Re: Tomcat 5.5/HTTPD cluster question

2010-12-29 Thread Pid
On 12/28/10 9:13 PM, Don Hill wrote: We are on 64bit JVM 1.6 the heap is 8GB for each Tomcat instance. The OS is RHEL 4.0 64 bit Great. Which versions of HTTPD 1.3 and Tomcat 5.5 are they? p On Tue, Dec 28, 2010 at 7:30 AM, Pid p...@pidster.com wrote: On 12/27/10 4:42 PM, Don Hill

Setting max file upload size

2010-12-29 Thread Anjib Mulepati
I am trying to upload the larger file through my app developed using Struts 1.3.8. I did change the config in struts to upload file upto 3GB but that doesn't work. So now I am trying to find the configuration in Tomcat where I can set the max size for file upload. Is there any? Anjib

Re: Setting max file upload size

2010-12-29 Thread Ronald Klop
Set Connector maxPostSize=very large number / in server.xml. 3 GB might be very large. I don't know if the value is a long or an int in the internals of Tomcat. This is from my live server. Connector port=8080 maxHttpHeaderSize=8192 maxThreads=300 minSpareThreads=25

Re: Setting max file upload size

2010-12-29 Thread André Warnier
And if you are uploading this through a browser form, don't forget that the browser is probably going to encode that file in Base64 encoding, which will roughly inflate the size by 1/3 of the original. I don't know if Tomcat's maxPostSize counts the size prior, or after decoding. Ronald Klop

NetBeans Tomcat 5.5 problem

2010-12-29 Thread Sasa Rakic
Hello, I use NetBeans 6.9 to create JavaServer Faces web application. I need Tomcat 5.5 because my web hosting only support this version. When i download Tomcat 6.0 from this site it works fine, but when i download Tomcat 5.5 and run application NetBeans writes me message that server can not

Shared SSL

2010-12-29 Thread Surya Mohan
  Hello,   I am trying to use a shared SSL to configure the app for multiple clients using Tomcat 5.5.   It works fine for one client and trying to share the same for another client.   SSL : TestServer1.mycomp.com   Host name=TestServer1.mycomp.com appBase=webapps unpackWARs=true

Re: Shared SSL

2010-12-29 Thread André Warnier
Surya Mohan wrote: Hello, I am trying to use a shared SSL to configure the app for multiple clients using Tomcat 5.5. It works fine for one client and trying to share the same for another client. SSL : TestServer1.mycomp.com Host name=TestServer1.mycomp.com appBase=webapps

Re: NetBeans Tomcat 5.5 problem

2010-12-29 Thread Mark Eggers
This is probably best asked on the NetBeans mailing lists or forums. However, I use NetBeans 6.9.1 and Tomcat 6.0.29 or Tomcat 5.5.31 all the time with no issues. NetBeans 7 is required to support Tomcat 7.0.x. You don't say: a. Complete version of Tomcat (hint, 5.5.x) b. Java version c.

Re: NetBeans Tomcat 5.5 problem

2010-12-29 Thread Sasa Rakic
I use same versions of NetBeans Tomcat 6.0.26 and Tomcat 5.5.31 and i already did everything you told me about adding new server but it still not works. And i think the server starts because i can access with http://localhost:8080/ Tomcat start page from my browser after i run project. But in my

Re: NetBeans Tomcat 5.5 problem

2010-12-29 Thread Sasa Rakic
Java 6.23 and windows 7

Tomcat security problem..please help

2010-12-29 Thread Yaragalla, Muralidhar
Hi all , I have added security manager in a filter initialization method in my webb app. I have deployed webapp in tomcat and when I start tomcat it is throwing the following error. Kindly help me in this. How to avoid this?What should I do in the security policy? Dec 30, 2010 11:41:25 AM