Re: fronting tomcat with reverse proxy+SSL

2012-05-28 Thread Aristedes Maniatis
What problem are you trying to solve by doing this? It seems to serve little purpose. Decrypt the traffic from the browser using Apache httpd, then re-encrypt the data and pass it onto tomcat. Why? I am sure it will work fine, but your performance will depend on the traffic you have. No one

is there anyway to check whether mod_jk is properly built or not?

2012-05-28 Thread Aman Arora
Respected All, i hope this question is relevant . Thanks, Aman Arora

Re: is there anyway to check whether mod_jk is properly built or not?

2012-05-28 Thread Mladen Turk
On 05/28/2012 10:30 AM, Aman Arora wrote: Respected All, i hope this question is relevant . Not really :) Have you tried to build it and is mod_jk.so produced? Hope you are not trying that on windows, cause it can be tricky for someone that tries to build it for the first time. Regards

Re: command line equivalent of tomcat service manager buttons start and stop

2012-05-28 Thread Nanne van der Zijpp (Modelit)
Chuck, Thanks a lot. net start Tomcat6 and net stop Tomcat6 does the trick of starting and stopping Tomcat, so I will gratefully use this. The only thing that is less elegant about this solution is that after using net start Tomcat6 the service manager still indicates that Tomcat status =

jsvc catalina.out log wont rotate

2012-05-28 Thread Muriithi, Priscilla K.
Hi Everyone, How can I configure tomcat startup/shutdown script using jsvc to rotate catalina.out log. The catalina.out log is filling up so fast causing DoS. Thanks, Priscilla

RE: jsvc catalina.out log wont rotate

2012-05-28 Thread Caldarale, Charles R
From: Muriithi, Priscilla K. [mailto:priscilla.murii...@thermofisher.com] Subject: jsvc catalina.out log wont rotate How can I configure tomcat startup/shutdown script using jsvc to rotate catalina.out log. Read the FAQ: http://wiki.apache.org/tomcat/FAQ/Logging#Q6 The catalina.out log

RE: jsvc catalina.out log wont rotate

2012-05-28 Thread Muriithi, Priscilla K.
The logs were rotating before i installed JDK and used the jsvc to start tomcat service. This is configured under Red Hat Linux 5.4 and Tomcat 5.5. From: Caldarale, Charles R [chuck.caldar...@unisys.com] Sent: Monday, May 28, 2012 12:28 PM To: Tomcat

Re: command line equivalent of tomcat service manager buttons start and stop

2012-05-28 Thread Nanne van der Zijpp (Modelit)
Charles, Thanks for the reply earlier today. It has been implemented and works, except for the fact that the service manager now indicates that the service is not running while in fact it is, which leaves me worried about what happens if I use any button in the service manager. In an older

Where do I store Images in tomcat structure so that I can retrive it properly in all browsers

2012-05-28 Thread Kiran Badi
Hi, I am using Tomcat 7.0.11 and environment is win 7 home premium with servlet/jsp/jstl with netbeans 7.01 I have form where in I upload the image to the folder C://xx using apache commons file upload and then store the file name to the DB.Everything is good till here. Then when I want

Re: jsvc catalina.out log wont rotate

2012-05-28 Thread Mark Eggers
- Original Message - From: Muriithi, Priscilla K. priscilla.murii...@thermofisher.com To: Tomcat Users List users@tomcat.apache.org Cc: Sent: Monday, May 28, 2012 9:43 AM Subject: RE: jsvc catalina.out log wont rotate T he logs were rotating before i installed JDK and used the

Re: jsvc catalina.out log wont rotate

2012-05-28 Thread Konstantin Kolinko
2012/5/29 Mark Eggers its_toas...@yahoo.com: And as Chuck as mentioned, your developers should really not use stdout / stderr for logging. There are lots of quite nice and easy to use logging frameworks available. +1 + Configure your logging framework do not print anything to the console,

Re: fronting tomcat with reverse proxy+SSL

2012-05-28 Thread al so
What is the typical setup in the enterprise apps? Do they just SSL terminate at the reverse proxy OR do they setup SSL at both apache and tomcat? In the former case, obviously the link is insecure between apache and tomcat. seeking pretty basic clarification.. On Mon, May 28, 2012 at 12:30 AM,

Re: fronting tomcat with reverse proxy+SSL

2012-05-28 Thread John Renne
What is the typical setup in the enterprise apps? Do they just SSL terminate at the reverse proxy OR do they setup SSL at both apache and tomcat? In the former case, obviously the link is insecure between apache and tomcat. The most common setup I've seen is to terminate the SSL connection

Re: fronting tomcat with reverse proxy+SSL

2012-05-28 Thread markt
John Renne j...@gniffelnieuws.net wrote: Can I ask you what you consider insecure about AJP by the way? AJP is, apart from some simple encoding of a few headers which are easily decoded, a plain text protocol. There is zero encryption. Hence it is not secure. I suggest you read the AJP