Re: Tomcat Native with Apr not initializing on 8443 with SSL

2009-11-27 Thread Alex Mestiashvili
occup_hazard wrote: Nov 27 02:28:19 emr jsvc.exec[14439]: Nov 27, 2009 2:28:19 AM org.apache.coyote.http11.Http11AprProtocol init INFO: Initializing Coyote HTTP/1.1 on http-8080 Nov 27 03:27:07 emr jsvc.exec[14439]: Nov 27, 2009 3:27:07 AM org.apache.coyote.http11.Http11AprProtocol init INFO:

Re: Memory Question

2009-05-05 Thread Alex Mestiashvili
Matt Corban wrote: Where does Tomcat store the memory usage that it displays in the Server Status under the Manager console? I was thinking about writing a shell script to keep track of the memory usage over time (such as the free memory, total memory and max memory) and store it in a file.

Re: Tomcat with LDAP - admin part authentication

2008-09-26 Thread Alex Mestiashvili
yann bizouerne wrote: Hi, I have installed tomcat 6 on our Lunix server. I have configure it in order to use LDAP authentication for our application and it is working fine. My concern is about the admin part of the tomcat server. Now the tomcat-users.xml seems not used anymore for the

Re: add memory

2008-09-17 Thread Alex Mestiashvili
Caldarale, Charles R wrote: From: Alex Mestiashvili [mailto:[EMAIL PROTECTED] Subject: Re: add memory export JAVA_OPTS= -XX:MaxPermSize=256m -Xmx12000m Do you really have enough RAM on your server to make a 12 GB heap viable? - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL

Re: Securing Tomcat: HELP

2008-08-29 Thread Alex Mestiashvili
losintikfos wrote: Thanks for your reply Mark! unfurtunatly the url sent to me contains only language reference which i am not familier with. Do you know the original command and where to put, to enforce the security? I am using Tomcat 6 markt-2 wrote: losintikfos wrote: Hi

Re: Securing Tomcat: HELP

2008-08-29 Thread Alex Mestiashvili
losintikfos wrote: I have done as said and restarted the server but still wont work for me! :-((. and what do you have in logs/catalina.out ? - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe,

Re: SSL on TOMCAT with keytool

2008-08-28 Thread Alex Mestiashvili
Alexey Eronko wrote: Hello Guys! Don't beat me because I found so much docs about ssl and keystore but I can't get it working with together. I have pem cert,rsa_key and ca cert from my own CA. I don't understand what kind of cert do I need in keystore to make it works on tomcat.

Re: How to restrict access to tomcat manager to specific hosts?

2008-08-01 Thread Alex Mestiashvili
Nar Karapetyan wrote: Hi, I need to allow access to tomcat manager (http://servername:port/manager/html) only to the localhost using Tomcat's means. Inspecting the request for the IP, and blocking a non-localhost ip is not accepted as per the requirement I have. How can I do that? I have

Re: problem with tomcat-native 1.1.10 and tomcat 6.0.14

2008-08-01 Thread Alex Mestiashvili
ne_fat_s wrote: I have the same problem, but with tomcat 6.0.16 and tomcat-native 1.1.14. I installed the libapr1, libapr1-dev, libssl, libssl-dev packages from ubuntu hardy heron, and there were no problems when building the native library. I added export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:path

Re: FW: Rotate stdout_xxx.log without Restart Tomcat

2008-07-21 Thread Alex Mestiashvili
Alexander Diedler wrote: Has nobody any idea about rotating Tomcat logfiles?? Alex -Original Message- From: Alexander Diedler [mailto:[EMAIL PROTECTED] Sent: Friday, July 18, 2008 9:24 AM To: users@tomcat.apache.org Subject: Rotate stdout_xxx.log without Restart Tomcat Hello, It is

Re: How to Set up Role in Tomcat

2008-07-16 Thread Alex Mestiashvili
Guojun Zhu wrote: Hi, We are using Tomcat 5.5 in a linux box. And I am trying to set up the Realm security for our webapp. I only want a password and username challenge for this webapp only. So I guess I need to set up a role corresponding to it directly. I look around and did not find

Re: Restart TC with cron/sh

2008-07-08 Thread Alex Mestiashvili
Piller Sébastien wrote: Hello, I have my application in production for a month now. I've some problem of memory leak that force me to restart TC each few days. I'm trying to automate this operation with a cron that runs a *.sh file. But I don't know how what to write in it. Actually, I've

Re: Running CGI (Perl) = Can't load module DBI

2008-07-08 Thread Alex Mestiashvili
Joris Kimpe wrote: Hi all, don't know if this is the correct place, but here it goes... I've created a cgi script (perl) which need to run in Tomcat 5.5. But when I try to connect to our database, the error I get is: install_driver(DB2) failed: Can't load

Re: allow access without auth to app from several ip ranges , but leave auth from any other hosts

2008-06-16 Thread Alex Mestiashvili
Johnny Kewl wrote: - Original Message - From: Alex Mestiashvili [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Friday, June 13, 2008 9:56 PM Subject: allow access without auth to app from several ip ranges , but leave auth from any other hosts HI ALL . I have basic

allow access without auth to app from several ip ranges , but leave auth from any other hosts

2008-06-13 Thread Alex Mestiashvili
HI ALL . I have basic authentication for my tomcat application . Now I want , allow access without authentication to this app from several ip ranges , but leave auth from any other hosts . I did not find any solution in google Is it possible ? tomcat version is 6.0.16 Thanks in advance .