I finally got it!
It was problem with roles.I didn`t put admin role
im tomcat-users.xml file.Now it works fantastic.
thanks for your help

--- Markus Schönhaber
<[EMAIL PROTECTED]> wrote:

> Nenad Bosanac wrote:
> > Well you said
> >
> > >Make that <user username=... />. But that
> shouldn't
> > >be the culprit.
> >
> > How i can make username?
> 
> In your tomcat-user.xml (as you propably copied from
> the docs):
>  <user name="craigmcc" ...
> It should be:
>  <user username="craigmcc" ...
> But Tomcat should accept either one - my comment was
> simply informational.
> 
> > You said
> >
> > >Hard to tell. Have you configured a
> RemoteAddrValve
> > >to protect the manager app
> > >or something like that?
> >
> > What is RemoteAddrValve and how can i configure
> this
> 
> It's for example mentioned at the end of this
> section:
>
http://tomcat.apache.org/tomcat-5.5-doc/manager-howto.html#Configuring%20Manager%20Application%20Access
> 
> More information is to be found here:
>
http://tomcat.apache.org/tomcat-5.5-doc/config/valve.html
> 
> Look at your
> .../conf/Catalina/localhost/manager.xml
> if there's a Valve configured.
> 
> > you also said
> >
> > >Do the logfiles contain any error messages?
> >
> > My log file named localhost.2006-03-11 contain
> next
> > text:
> > /***************************************
> > Mar 11, 2006 12:03:47 PM
> > org.apache.catalina.core.ApplicationContext log
> > INFO: org.apache.webapp.balancer.BalancerFilter:
> > init(): ruleChain:
> > [org.apache.webapp.balancer.RuleChain:
> >
>
[org.apache.webapp.balancer.rules.URLStringMatchRule:
> > Target string: News / Redirect URL:
> > http://www.cnn.com],
> >
>
[org.apache.webapp.balancer.rules.RequestParameterRule:
> > Target param name: paramName / Target param value:
> > paramValue / Redirect URL: http://www.yahoo.com],
> >
>
[org.apache.webapp.balancer.rules.AcceptEverythingRule:
> > Redirect URL: http://jakarta.apache.org]]
> > Mar 11, 2006 2:02:52 PM
> > org.apache.catalina.core.ApplicationContext log
> > INFO: org.apache.webapp.balancer.BalancerFilter:
> > init(): ruleChain:
> > [org.apache.webapp.balancer.RuleChain:
> >
>
[org.apache.webapp.balancer.rules.URLStringMatchRule:
> > Target string: News / Redirect URL:
> > http://www.cnn.com],
> >
>
[org.apache.webapp.balancer.rules.RequestParameterRule:
> > Target param name: paramName / Target param value:
> > paramValue / Redirect URL: http://www.yahoo.com],
> >
>
[org.apache.webapp.balancer.rules.AcceptEverythingRule:
> > Redirect URL: http://jakarta.apache.org]]
> > Mar 11, 2006 4:47:27 PM
> > org.apache.catalina.core.ApplicationContext log
> > INFO: org.apache.webapp.balancer.BalancerFilter:
> > init(): ruleChain:
> > [org.apache.webapp.balancer.RuleChain:
> >
>
[org.apache.webapp.balancer.rules.URLStringMatchRule:
> > Target string: News / Redirect URL:
> > http://www.cnn.com],
> >
>
[org.apache.webapp.balancer.rules.RequestParameterRule:
> > Target param name: paramName / Target param value:
> > paramValue / Redirect URL: http://www.yahoo.com],
> >
>
[org.apache.webapp.balancer.rules.AcceptEverythingRule:
> > Redirect URL: http://jakarta.apache.org]]
> > /******************************************
> 
> Don't see anything unusual in there. Maybe in
> catalina.out?
> 
> > I don`t now what`s happing! Is there any good
> tutorial
> > how to enter in Tomcat Administartion tool or is
> this
> > so complicated
> 
> It's very easy. Just add a user with role manager to
> tomcat-user.xml and it 
> should work. Why it doesn't work for you, I have no
> idea.
> 
> Regards
>   mks
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to