ServerRuntime env. uses same credentials for web/console app
Brought to you by:
yvesyang
Windows Azure JDT server runtime environment uses same credentials for web and console applications. In fact, Apache Tomcat username and passwords are lost and sevice configuration file only contains following two entries.
<Setting name="ConsoleAppUsername" value="**" />
<Setting name="ConsoleAppPassword" value="**" />
We should have following two entries also.
<Setting name="ApacheTomcatUsername" value="**" />
<Setting name="ApacheTomcatPassword" value="**/>
In fact, those informations are written to tomcat-users.xml config file in the server.
Anyway, we can still add them in service configuration file, using keys AdminUsername, AdminPassword for all kinds of server.