Hi, >I've commented out the Realm code in server.xml, so effectively there no >encyption on any passwords, just the password authentification from >tomcat-users.xml.
What I said is not to comment out the Realm or modify it at all. The Realm and encryption are not one and the same. You must have a Realm to authenticate for the manager and admin webapps. >a) does Apache need to be restarted (aswell as tomcat) when any changes are >made to tomcat-user.xml, etc.? Generally no. But also generally, at the beginning you should turn off Apache and just work with Tomcat standalone, especially for basic issues like this. >b) which file can I look in to check $CATALINA_HOME? It's a variable setting, it's not in a file. Check your environment variables to see if it's set specifically. If it's not set, Tomcat will deduce it as the parent directory above the bin directory. Yoav This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
