Latest

  • LogOut/LogOff on KFS with CAS

    Open immutableBar.tag, which is located at kfs/work.web-root/WEB-INF/tags/portal/ Search for <c:otherwise> and comment the code between otherwise. add below code & save file <a href=”/cas/logout?” style=”color:#FFFFFF;text-decoration:none;font-weight:bold;”>logoff</a>

  • How to Deal With OutOfMemory in tomcat

    These errors are rather commonly seen during development phases, and even on production servers. These errors are even more annoying than others, because they do…

  • Disable Impersonating User or Backdoor

    Open immutableBar.tag, which is located at work/web-root/WEB-INF/tags/portal/ or work/web-root/WEB-INF/tags/rice-portal/ Search for <c:otherwise> and comment the code between otherwise.

  • Webservice security

    To disable webservice security in KFS project, Search for kim.soapExposedService.jaxws.security in build.properties Replace value to flase Execute ant target dist-local & followed by make-source. Here…