Latest

  • Top 10 Flex tools & resources

    Top Ten Flex Tools and Resources When developing Flex and/or AIR applications there are a handful of tools that really make the difference between a…

  • Active session in oracle

    Below sql statement will show the active session for database select user_name, status, osuser, machine, a.sql_text from v$session b, v$open_cursor a where a.sid = b.sid…

  • 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…