Open quote is expected for attribute {1} associated with an element type username

2014-10-02 Thread Gibran Castillo
I installed Tomcat 8.0.12 in my MacBook OS X 10.9.5 here /Library/Tomcat/Home. Home is a symbolic link that will always point to the current version Tomcat directory, in this case /Library/Tomcat/apache-tomcat-8.0.12 In the /Library/Tomcat/Home/conf/tomcat-users.xml file I added the following:

Re: Open quote is expected for attribute {1} associated with an element type username

2014-10-02 Thread Daniel Mikusa
On Thu, Oct 2, 2014 at 2:16 PM, Gibran Castillo gibran.e.casti...@gmail.com wrote: I installed Tomcat 8.0.12 in my MacBook OS X 10.9.5 here /Library/Tomcat/Home. Home is a symbolic link that will always point to the current version Tomcat directory, in this case

Re: Open quote is expected for attribute {1} associated with an element type username

2014-10-02 Thread Konstantin Kolinko
2014-10-02 22:16 GMT+04:00 Gibran Castillo gibran.e.casti...@gmail.com: I installed Tomcat 8.0.12 in my MacBook OS X 10.9.5 here /Library/Tomcat/Home. Home is a symbolic link that will always point to the current version Tomcat directory, in this case /Library/Tomcat/apache-tomcat-8.0.12

Re: Open quote is expected for attribute {1} associated with an element type username

2014-10-02 Thread Gibran Castillo
Tomcat did not like the double quotes use by TextEdit.app so I use the ones that were in the commented out section of tomcat-users.xml I was able to authenticate On Thu, Oct 2, 2014 at 2:24 PM, Konstantin Kolinko knst.koli...@gmail.com wrote: 2014-10-02 22:16 GMT+04:00 Gibran Castillo

Re: Open quote is expected for attribute {1} associated with an element type username

2014-10-02 Thread André Warnier
Konstantin Kolinko wrote: 2014-10-02 22:16 GMT+04:00 Gibran Castillo gibran.e.casti...@gmail.com: I installed Tomcat 8.0.12 in my MacBook OS X 10.9.5 here /Library/Tomcat/Home. Home is a symbolic link that will always point to the current version Tomcat directory, in this case

Re: Open quote is expected for attribute {1} associated with an element type username

2014-10-02 Thread Gibran Castillo
This solved it, thank you guys On Thu, Oct 2, 2014 at 2:33 PM, André Warnier a...@ice-sa.com wrote: Konstantin Kolinko wrote: 2014-10-02 22:16 GMT+04:00 Gibran Castillo gibran.e.casti...@gmail.com: I installed Tomcat 8.0.12 in my MacBook OS X 10.9.5 here /Library/Tomcat/Home. Home is a

Re: Open quote is expected for attribute {1} associated with an element type username

2014-10-02 Thread André Warnier
Gibran Castillo wrote: Tomcat did not like the double quotes use by TextEdit.app so I use the ones that were in the commented out section of tomcat-users.xml I was able to authenticate Oh my.. It is not Tomcat which does not like your quotes, it is XML. These quotes are not valid characters

Re: Open quote is expected for attribute {1} associated with an element type username

2014-10-02 Thread Gibran Castillo
Thank you for clarifying, the XML was not well formed On Thu, Oct 2, 2014 at 3:50 PM, André Warnier a...@ice-sa.com wrote: Gibran Castillo wrote: Tomcat did not like the double quotes use by TextEdit.app so I use the ones that were in the commented out section of tomcat-users.xml I was