Commit 0b39e026 authored by prumde's avatar prumde

Added TOMCAT_HOME

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@209454 ce508802-f39f-4f6c-b175-0d175dae99d5
parent c3c8a9a1
......@@ -1275,6 +1275,7 @@ public class CourseDAO
else {
String imgUrl=CommonConstants.TOMCAT_HOME +"/ibase/images/logo_servgyan.png";
courseObj.put("imgUrl", imgUrl);
courseObj.put("TOMCAT_HOME", CommonConstants.TOMCAT_HOME);
}
ConnDriver connDriver = new ConnDriver();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment