Hi Alberto, > I have checked tomcat-users.xml. It must be "plain text", right? In > my server, this file is a binary file full of zeroes. Can this be > the problem?
definitely! Here's an example: ---snip--- <?xml version='1.0' encoding='utf-8'?> <tomcat-users> <role rolename="manager"/> <user username="" password="" roles="manager"/> <user username="tomcat" password="tomcat" roles="manager"/> </tomcat-users> ---snap--- Save the text between snip and snap as a UTF-8 formatted text file (or simply replace the file with the original one from the tomcat plugin archive). Regards, Florian
smime.p7s
Description: S/MIME Cryptographic Signature
