Latest

  • Start tomcat 6 with debug

    Pls follow the below steps to enable tomcat 6.x in debug Open catalina.bat, can be located at <TOMCAT_HOME>/bin Add below lines set JPDA_TRANSPORT=dt_socket set JPDA_ADDRESS=6666…

  • DROP all tables, views, stored procedures, & Sequences from Schema

    Below script will help to delete all tables, constrains from user Begin for c in (select table_name from user_tables) loop execute immediate (‘drop table ‘||c.table_name||’…

  • Authentication vs. Authorization

    It is easy to confuse the mechanism of authentication with that of authorization. In many host-based systems (and even some client/server systems), the two mechanisms…

  • Configure CAS with LDAP

    Here are the few steps to configure LDAP with CAS server Download CAS Server 3.3.2 from the JaSig Unzip the file in C drive. Assume…