If the reset password page fails with:
javax.servlet.jsp.JspException: Exception thrown by getter for
property allEnabledGroupNames of bean groupBean
  1. make sure that the right hostname is in ~www/java/sitename/WEB-INF/classes/gsrc/conf/site.properties On the devel server, the hostnames are
    chesstst
    embeddedtst
    trustt
    
  2. make sure that the right sslPortExtension is set:
    chesstst 444
    embeddedtst 448
    trustt 446
    
The other error you might see is:
java.lang.IllegalStateException: Couldn't find database name for
"auth" on site "embetted.eecs.berkeley.edu".
       at gsrc.util.DBConnectionFactory.getDBName(DBConnectionFactory.java:316)
       at gsrc.util.DBConnectionFactory.getConnection(DBConnectionFactory.java:245)