Re: Please somebody can translate this configuration in tomcat form for server.xml or another xml config file?

2012-01-27 Thread Mark H. Wood
On Fri, Jan 27, 2012 at 01:34:30PM +0100, Thomas Rohde wrote: > Am 27.01.2012 13:23, schrieb Luciano Andress Martini: > > I need to do this in tomcat6: > > Apache2 form: > > > > Order allow,deny > > deny from all > > > You need to define a Remote Adress Filter fo

Re: Please somebody can translate this configuration in tomcat form for server.xml or another xml config file?

2012-01-27 Thread Luciano Andress Martini
This is how i designed the services. Router -> Firewall -> Apache2 Tunnel (with iptables rules) -> Apache Tomcat6 Server The developers do not have a lot of experience with tomcat. But they are good. 2012/1/27, Luciano Andress Martini <777u...@gmail.com>: > Yes.. in fact you can't access this s

Re: Please somebody can translate this configuration in tomcat form for server.xml or another xml config file?

2012-01-27 Thread Luciano Andress Martini
Yes.. in fact you can't access this servers from internet directly, you be-passed in an apache2 server, that encrypt and tunnel the connections. 2012/1/27, André Warnier : > Luciano Andress Martini wrote: >> Pid and Andre, >> i will talk with the developer about this, solved or not, can generate

Re: Please somebody can translate this configuration in tomcat form for server.xml or another xml config file?

2012-01-27 Thread André Warnier
Luciano Andress Martini wrote: Pid and Andre, i will talk with the developer about this, solved or not, can generate new problems, as you said, the files will be deleted, so i will talk with him. Luciano, This application appears to be related to finance. To me that suggests that you should w

Re: Please somebody can translate this configuration in tomcat form for server.xml or another xml config file?

2012-01-27 Thread Luciano Andress Martini
Pid and Andre, i will talk with the developer about this, solved or not, can generate new problems, as you said, the files will be deleted, so i will talk with him. 2012/1/27, Luciano Andress Martini <777u...@gmail.com>: > Thank you friends and sorry for all this thing. > > Now i think i have a

Re: Please somebody can translate this configuration in tomcat form for server.xml or another xml config file?

2012-01-27 Thread Luciano Andress Martini
Thank you friends and sorry for all this thing. Now i think i have a solution... Remember this application is running an apache tunneling the connections to the tomcat virtual servers? So, i blocked the directories in apache2 when it tunnels to tomcat ... and worked. Thank you very much for the

Re: Please somebody can translate this configuration in tomcat form for server.xml or another xml config file?

2012-01-27 Thread Pid
On 27/01/2012 14:41, André Warnier wrote: > Luciano Andress Martini wrote: >> Humm sorry friends im not trying to fight, i just really need to do that. >> >> I will try to draw what i want to happen, maybe my english is very poor. >> >> (TOMCAT SERVER) says >> -Yes i can access >> /var/lib/tomcat

Re: Please somebody can translate this configuration in tomcat form for server.xml or another xml config file?

2012-01-27 Thread André Warnier
Luciano Andress Martini wrote: Humm sorry friends im not trying to fight, i just really need to do that. I will try to draw what i want to happen, maybe my english is very poor. (TOMCAT SERVER) says -Yes i can access /var/lib/tomcat6/webapps/temporarios/upload_contracheque i can upload files

Re: Please somebody can translate this configuration in tomcat form for server.xml or another xml config file?

2012-01-27 Thread Thomas Rohde
Am 27.01.2012 15:28, schrieb Luciano Andress Martini: Sorry where is the correct place to put this security constraint? The web.xml file is an essential part of each Tomat web application. It is located in /WEB-INF/web.xml. 2012/1/27, Luciano Andress Martini<777u...@gmail.com>: Thoma

Re: Please somebody can translate this configuration in tomcat form for server.xml or another xml config file?

2012-01-27 Thread André Warnier
Luciano Andress Martini wrote: I really want to block a directory like /webapps/temporarios/upload_contracheque Yes is the first option but withou moving the directory outside tomcat, because im not the developer of the system, then why are you messing it up ? ;-) and i just put this system

Re: Please somebody can translate this configuration in tomcat form for server.xml or another xml config file?

2012-01-27 Thread Luciano Andress Martini
Sorry where is the correct place to put this security constraint? 2012/1/27, Luciano Andress Martini <777u...@gmail.com>: > Thomas Rohde: > > With this tomcat still can upload files? Cause it need to can =[ > > > 2012/1/27, Luciano Andress Martini <777u...@gmail.com>: >> Thomas Rohde >> Man

Re: Please somebody can translate this configuration in tomcat form for server.xml or another xml config file?

2012-01-27 Thread Luciano Andress Martini
Thomas Rohde: With this tomcat still can upload files? Cause it need to can =[ 2012/1/27, Luciano Andress Martini <777u...@gmail.com>: > Thomas Rohde > Man thank you very much, i will try it now! =] > > > 2012/1/27, Luciano Andress Martini <777u...@gmail.com>: >> Humm sorry friends im not t

Re: Please somebody can translate this configuration in tomcat form for server.xml or another xml config file?

2012-01-27 Thread Luciano Andress Martini
Thomas Rohde Man thank you very much, i will try it now! =] 2012/1/27, Luciano Andress Martini <777u...@gmail.com>: > Humm sorry friends im not trying to fight, i just really need to do that. > > I will try to draw what i want to happen, maybe my english is very poor. > > (TOMCAT SERVER) say

Re: Please somebody can translate this configuration in tomcat form for server.xml or another xml config file?

2012-01-27 Thread Luciano Andress Martini
Humm sorry friends im not trying to fight, i just really need to do that. I will try to draw what i want to happen, maybe my english is very poor. (TOMCAT SERVER) says -Yes i can access /var/lib/tomcat6/webapps/temporarios/upload_contracheque i can upload files here. (USER) says -No i cant ac

Re: Please somebody can translate this configuration in tomcat form for server.xml or another xml config file?

2012-01-27 Thread Thomas Rohde
Am 27.01.2012 15:07, schrieb Luciano Andress Martini: I really want to block a directory like /webapps/temporarios/upload_contracheque Yes is the first option but withou moving the directory outside tomcat, because im not the developer of the system, and i just put this system on the server...

Re: Please somebody can translate this configuration in tomcat form for server.xml or another xml config file?

2012-01-27 Thread Luciano Andress Martini
I really want to block a directory like /webapps/temporarios/upload_contracheque Yes is the first option but withou moving the directory outside tomcat, because im not the developer of the system, and i just put this system on the server and i really need to simple block this directory...=//

Re: Please somebody can translate this configuration in tomcat form for server.xml or another xml config file?

2012-01-27 Thread André Warnier
Luciano Andress Martini wrote: I need to do this in tomcat6: Apache2 form: Order allow,deny deny from all I think that you are again not very clear, but I will try to guess. There is no direct equivalent of the above in Tomcat, because Tomcat works on the bas

Re: Please somebody can translate this configuration in tomcat form for server.xml or another xml config file?

2012-01-27 Thread Luciano Andress Martini
Where i specify the directory? 2012/1/27, Thomas Rohde : > > > Am 27.01.2012 13:23, schrieb Luciano Andress Martini: >> I need to do this in tomcat6: >> Apache2 form: >> >> Order allow,deny >> deny from all >> >> >> >> Thank you friends! >> >> ---

Re: Please somebody can translate this configuration in tomcat form for server.xml or another xml config file?

2012-01-27 Thread Thomas Rohde
Am 27.01.2012 13:23, schrieb Luciano Andress Martini: I need to do this in tomcat6: Apache2 form: Order allow,deny deny from all Thank you friends! - To unsubscribe, e-mail: users-unsubscr

Please somebody can translate this configuration in tomcat form for server.xml or another xml config file?

2012-01-27 Thread Luciano Andress Martini
I need to do this in tomcat6: Apache2 form: Order allow,deny deny from all Thank you friends! - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users