Am 30.11.2010 17:11, schrieb Andr=C3=A9 Warnier:
> Christian R=C3=B6ttger wrote:
>> hello,
>>
>> i installed tomcat 6.0.24 from the repositorys on ubuntu server 10.04
>> with this installation guide:
>> https://help.ubuntu.com/10.04/serverguide/C/tomcat.html
>>
>> i can access the index.html on myserver:8080 and can run the example
>> servlets. i updated the |/etc/tomcat6/tomcat-users.xml |with an user
>> "admin" and the roles admin and manger. But i cant get access to the
>> manager page.
>
> 1) and what does the log say ? /var/log/tomcat6/....
> 2) the URL is http://myserver:8080/manager/html
> 3) make sure that you have not forgotten to remove the XML comment sign=
s
> around the section in tomcat-users.xml
> <!-- this is a comment
> over several lines
> -->
Yes, that's it. didn't recongnize that.
thanks christian
|