Fetch the repository succeeded.
#Risingsunedu 如果以ROOT发布到tomcat 需要修改的配置: 1 META-INF下的context.xml中的username password 2 jsp->include->include_common.jsp中的 String pre="/risingsunedu"; 修改为 String pre=""; 5 src->risingsunedu->Common->Impl->CommonConstant中的 public static String preStr = "/risingsunedu";修改为 public static String preStr = "";
Sign in for post a comment
Comment ( 0 )