Re: Securing Tomcat: HELP

2008-08-29 Thread losintikfos
It works perfect now!:jumping: Thanks Guys you deserve a :drunk: Alex Mestiashvili wrote: > > 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 ? > > -

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, e-mail:

Re: Securing Tomcat: HELP

2008-08-29 Thread Mark Thomas
losintikfos wrote: > Sorry mark did miss up something here! what did you mean by "Those characters > needs to be escaped"? > > Are you saying i should do something like this: allow="127.\0.\0.\1 ? Yes. But it should be allow="127\.0\.0\.1" Mark > > > > > > markt-2 wrote: >> [EMAIL PROTECTE

Re: Securing Tomcat: HELP

2008-08-29 Thread losintikfos
Sorry mark did miss up something here! what did you mean by "Those characters needs to be escaped"? Are you saying i should do something like this: allow="127.\0.\0.\1 ? markt-2 wrote: > > [EMAIL PROTECTED] wrote: >> Actually the context xml is present in >> CATALINA_HOME\webapps\manager\M

Re: Securing Tomcat: HELP

2008-08-29 Thread losintikfos
Mark! i have tried this and still wont work. Was wondering if RedHat is goot something to do with ths configuration. Bit confused:-( markt-2 wrote: > > [EMAIL PROTECTED] wrote: >> Actually the context xml is present in >> CATALINA_HOME\webapps\manager\META-INF dir. You can edit it and add th

Re: Securing Tomcat: HELP

2008-08-29 Thread losintikfos
lt;[EMAIL PROTECTED]> > To: Tomcat Users List > Sent: Fri, 29 Aug 2008 3:29 pm > Subject: Re: Securing Tomcat: HELP > > > > > > > > > > losintikfos wrote:? > >> Hi Alex,? > >>? > >> I can't locate directory catalina

Re: Securing Tomcat: HELP

2008-08-29 Thread Mark Thomas
[EMAIL PROTECTED] wrote: > Actually the context xml is present in > CATALINA_HOME\webapps\manager\META-INF dir. You can edit it and add the valve > and it should work: > > > ?allow="127.0.0.1"/> Those periods need to be escaped. Mark --

Re: Securing Tomcat: HELP

2008-08-29 Thread losintikfos
I have done as said and restarted the server but still wont work for me! :-((. Alex Mestiashvili wrote: > > losintikfos wrote: >> Hi Alex, >> >> I can't locate directory catalina in conf. I am using tomcat 6.0.18, is >> it >> something i should see? >> >> >> B >> >> >> > Hi , just create t

Re: Securing Tomcat: HELP

2008-08-29 Thread bhooshanpandit
curing Tomcat: HELP losintikfos wrote:? > Hi Alex,? >? > I can't locate directory catalina in conf. I am using tomcat 6.0.18, is it? > something i should see?? >? >? > B? >? >? > Hi , just create this dirs , and put there manager.xml file? ?

Re: Securing Tomcat: HELP

2008-08-29 Thread Alex Mestiashvili
losintikfos wrote: Hi Alex, I can't locate directory catalina in conf. I am using tomcat 6.0.18, is it something i should see? B Hi , just create this dirs , and put there manager.xml file later you can add other files for another applications . I am not tomcat guru , but that soluti

Re: Securing Tomcat: HELP

2008-08-29 Thread losintikfos
Hi Alex, I can't locate directory catalina in conf. I am using tomcat 6.0.18, is it something i should see? B Alex Mestiashvili wrote: > > losintikfos wrote: >> Thanks for your reply Mark! unfurtunatly the url sent to me contains only >> language reference which i am not familier with. Do

Re: Securing Tomcat: HELP

2008-08-28 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 Expe

Re: Securing Tomcat: HELP

2008-08-28 Thread losintikfos
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 Experts, >> >> >> I am t

Re: Securing Tomcat: HELP

2008-08-28 Thread Mark Thomas
losintikfos wrote: > Hi Experts, > > > I am trying to secure my tomcat manager web console from been seen from the > internet. For example if i open the browser and type the internet address of > the server, it displays the console where ever i am in the world and > therefore want to hide it from

Securing Tomcat: HELP

2008-08-28 Thread losintikfos
Hi Experts, I am trying to secure my tomcat manager web console from been seen from the internet. For example if i open the browser and type the internet address of the server, it displays the console where ever i am in the world and therefore want to hide it from been displayed to WAN users.