potential thread? and what should we do?

2009-06-24 Thread Niki Diulgerov
Hello there, recently I'm reading in the security news channels that there are discovered multiple vulnerabilities in tomcat and almost all versions are affected. For example these news from today: http://www.linuxsecurity.com/content/view/149201?rdf On the other side, I can see that the

Re: potential thread? and what should we do?

2009-06-24 Thread Niki Diulgerov
Does this means that 5.5.x is no more developed, and there will be no new versions in the 5.5 branch ? Best regards, Nikolay Diulgerov Network Administrator E-mail: ndiulge...@imx.fr Telephone : +33 4 89 87 77 77 Fax : +33 4 89 87 77 00 Web: http://www.codix-france.com Leon Rosenberg

Re: potential thread? and what should we do?

2009-06-24 Thread Niki Diulgerov
://tomcat.apache.org/tomcat-5.5-doc/building.html) anyone can build the latest release and get version with these bugs fixed. Best regards, Nikolay Diulgerov Network Administrator David kerber wrote: Niki Diulgerov wrote: Hello there, recently I'm reading in the security news channels

Re: potential thread? and what should we do?

2009-06-24 Thread Niki Diulgerov
and to build tomcat, cause on tomcat.apache.org the binaries are from 2008. Best regards, Nikolay Diulgerov Network Administrator Mark Thomas wrote: Niki Diulgerov wrote: After doing some reading of the documentation I found that these bugs are fixed in the SVN repository. Also checking out

request for advice Tomcat-weblogic

2009-02-05 Thread Niki Diulgerov
Hello there, I need an advice about how to transfer the settings in tomcat-users.xml to weblogic. And I hope someone is familiar with both and could help. For example, in tomcat-users.xml I have role rolename=configurator/ user username=tomcat password=tomcat

Re: request for advice Tomcat-weblogic

2009-02-05 Thread Niki Diulgerov
; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; security-role-assignment role-nameconfigurator/role-name principal-nameweblogic/principal-name /security-role-assignment /weblogic-web-app Best regards, Niki Niki Diulgerov wrote: Hello there, I need an advice about how

tomcat-users.xml MD5 sum

2008-09-10 Thread Niki Diulgerov
hello There, I implemented aide monitoring on tomcat (and the webapps) yesterday and today faced a very strange problem. tomcat-users.xml seems the same file (it contents) but aide reports MD5 and SHA different checksums. is it possible that on restart apache tomcat to change (or recreate)

mod_jk 1.2.26 jk_mount

2008-06-03 Thread Niki Diulgerov
Hello there, I compiled the mod_jk 1.2.26 from the source for Red hat 5.1x64 The module works as intended except some strance gehaviour I have in my httpd.conf JkMount /app/*.jsp ajp13 JkMount /app/*.do ajp13 And this works OK but my application have a URLs like

Re: mod_jk 1.2.26 jk_mount

2008-06-03 Thread Niki Diulgerov
but I think you need to have appropriate url filters setup -- I might be using the wrong terminology here.,.,. On Tue, Jun 03, 2008 at 05:22:06PM +0300, Niki Diulgerov wrote: It's not because of missing or insufficient rights. The connector just don't want to accept the rule JkMount /app

Re: mod_jk 1.2.26 jk_mount

2008-06-03 Thread Niki Diulgerov
HTTPS. Now it is OK. Best regards, Nikolay Diulgerov Network Administrator E-mail: [EMAIL PROTECTED] Telephone : +33 4 89 87 77 77 Fax : +33 4 89 87 77 00 Web: http://www.codix-france.com Rainer Jung wrote: Niki Diulgerov wrote: It's not because of missing or insufficient rights

Re: Tomcat 5.5.26+sun jdk1.5.0.15 linux for 64 bit architecture problems

2008-05-19 Thread Niki Diulgerov
Caldarale, Charles R wrote: From: Niki Diulgerov [mailto:[EMAIL PROTECTED] Subject: Tomcat 5.5.26+sun jdk1.5.0.15 linux for 64 bit architecture problems CATALINA_OPTS=-Dlogs.root=/opt/logs -Dwas.install.root=/opt Those system properties are not used by Tomcat; are they for a webapp

Re: Tomcat 5.5.26+sun jdk1.5.0.15 linux for 64 bit architecture problems

2008-05-19 Thread Niki Diulgerov
] Telephone : +33 4 89 87 77 77 Fax : +33 4 89 87 77 00 Web: http://www.codix-france.com Niki Diulgerov wrote: I'm completely lost Seems can't start RHEL5.1x64 and tomcat. I tried with sun java JDK 1.5x32 and 1.5x64 and for test with only RJE 1.5 x64 no success at all ... when I try to start

Tomcat 5.5.26+sun jdk1.5.0.15 linux for 64 bit architecture problems

2008-05-17 Thread Niki Diulgerov
Hello there It is very strange for me. I just installed a brand new machine with Red Hat 5.1x64 on dell power edge 860. I downloaded jdk-1.5.0.15-linux-amd64 from sun. Downloaded tomcat 5.5.26. Installed both. I have in setenv.sh JAVA_OPTS=-server -Xms256m -Xmx512m -XX:PermSize=512m

RemoteAddrValve

2007-11-28 Thread Niki Diulgerov
Hello there, Using tomcat 5.5.25 + jdk1.5.0_13 By default /tomcat/conf/Catalina/localhost/manager.xml looks like ?xml version=1.0 encoding=UTF-8? Context docBase=${catalina.home}/server/webapps/manager privileged=true antiResourceLocking=false antiJARLocking=false !-- Link to the

Re: RemoteAddrValve

2007-11-28 Thread Niki Diulgerov
Administrator E-mail: [EMAIL PROTECTED] Telephone : +33 4 89 87 77 77 Fax : +33 4 89 87 77 00 Web: http://www.codix-france.com Propes, Barry L wrote: probably that path attribute is wrong, correct? Not needed on 5x? -Original Message- From: Niki Diulgerov [mailto:[EMAIL PROTECTED] Sent

Re: RemoteAddrValve

2007-11-28 Thread Niki Diulgerov
OK with this version of manager.xml it works perfect: The difference is in the way IP is written and in the fact that allow starts on new row ?xml version=1.0 encoding=UTF-8? Context docBase=${catalina.home}/server/webapps/manager privileged=true antiResourceLocking=false

Re: isapi_redirect+IIS+tomcat basic authentication

2007-11-21 Thread Niki Diulgerov
Niki Diulgerov wrote: Another strange thing which I just discovered is that in mozilla firefox (connecting to IIS) if I press cancel on the first window asking for user and pass... another one appears with header Enter username and password for Tomcat Manager Application at http

Re: Killing tomcat java process, Windows

2007-11-21 Thread Niki Diulgerov
Here is the procedure. I installed the second tomcat using this command: tomcat5.exe //IS//ApacheTomcat2 --DisplayName=Apache Tomcat 5 2 --Install=C:/Program Files/Apache Software Foundation/Tomcat 5.5 2/bin/tomcat5.exe --Jvm=auto --StartMode=jvm --StopMode=jvm

isapi_redirect+IIS+tomcat basic authentication

2007-11-20 Thread Niki Diulgerov
Hello there, I'm trying to setup IIS6 + apache_tomcat running on different machine. I read alot on internet and succeeded to implement this but now (maybe very simple) problem appeared. if I set in uriworker.maps /*=client where client is my worker and open the site ... default tomcat home page

Re: isapi_redirect+IIS+tomcat basic authentication

2007-11-20 Thread Niki Diulgerov
Yes it works when I connect directly to tomcat Best regards, Nikolay Diulgerov Network Administrator E-mail: [EMAIL PROTECTED] Telephone : +33 4 89 87 77 77 Fax : +33 4 89 87 77 00 Web: http://www.codix-france.com Rainer Jung wrote: Niki Diulgerov wrote: Hello there, I'm trying

Re: isapi_redirect+IIS+tomcat basic authentication

2007-11-20 Thread Niki Diulgerov
: +33 4 89 87 77 77 Fax : +33 4 89 87 77 00 Web: http://www.codix-france.com Rainer Jung wrote: Niki Diulgerov wrote: Yes it works when I connect directly to tomcat Best regards, Activate an access log in tomcat and check, if you are really talking to the right instance. Even if access

Re: isapi_redirect+IIS+tomcat basic authentication

2007-11-20 Thread Niki Diulgerov
] Telephone : +33 4 89 87 77 77 Fax : +33 4 89 87 77 00 Web: http://www.codix-france.com Rainer Jung wrote: Niki Diulgerov wrote: Yes it works when I connect directly to tomcat Best regards, Activate an access log in tomcat and check, if you are really talking to the right instance

Re: isapi_redirect+IIS+tomcat basic authentication

2007-11-20 Thread Niki Diulgerov
: http://www.codix-france.com Niki Diulgerov wrote: Something strange is that the header of the window asking for authentication through IIS is: Enter username and password for at http://192.9.202.10:8081 And the window which appears when I connect directly to tomcat : Enter username and password

IIS + tomcat running on different machine (linux or aix)

2007-11-19 Thread Niki Diulgerov
Hello there, I was wonder if someone succeeded to implement this? I can find many HOWTOs in internet describing how to setup IIS 4,5,6 + tomcat but all are about IIS and tomcat running on the same machine. Any link or advice will be appreciated. -- Best regards, Nikolay Diulgerov Network

Re: clustering mode in apache tomcat 5.5.25

2007-11-16 Thread Niki Diulgerov
Bryant wrote: I don't think that you need to mcastBindAddr in the Cluster tag. The default Cluster tag doesn't have an mcastBindAddr attribute defined. You can try setting the tcpListenAddr to the IP address of each machine. -Original Message- From: Niki Diulgerov [mailto:[EMAIL PROTECTED

clustering mode in apache tomcat 5.5.25

2007-11-15 Thread Niki Diulgerov
Hello friends, I read a lot in internet, connected to #tomcat irc channel but still no help (except one user in irc who told me in this mailing list there are very nice people). So my problem is that I'm trying to use 2 tomcats in clustering mode. I installed standard tomcat 5.5.25 downloaded

Re: clustering mode in apache tomcat 5.5.25

2007-11-15 Thread Niki Diulgerov
You should get multiple responses back. -Original Message- From: Niki Diulgerov [mailto:[EMAIL PROTECTED] Sent: Thursday, November 15, 2007 11:08 AM To: users@tomcat.apache.org Subject: clustering mode in apache tomcat 5.5.25 Hello friends, I read a lot in internet, connected