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 or

Re: NetBeans Tomcat 5.5 problem

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

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 pr

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

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 The above works fine, but when I try to add anoth

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     The above works fine, but when I try to add another client,      

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 start

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 wr

Re: Setting max file upload size

2010-12-29 Thread Ronald Klop
Set 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. Ronald. Op woensdag, 29 december 2010 17:03 schreef Anjib Mulepati : I am trying to upload the larger file through my app developed usi

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: 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 wrote: > >> On 12/27/10 4:42 PM, Don Hill wrote: >>> Thank

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 http://tomcat.apa

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

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: How to configure Tomcat-6 to use TLS based SMTP with exchange

2010-12-29 Thread Mupparthy Ravindranath
OK, thanx Chris. द्वारा: Christopher Schultz To: Tomcat Users List 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, On 12/28/2010 8:56 AM, Mupparthy Ravindranath wrote:

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.