Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. rclarence

    JDBC Realm question

    I am using a JDBC Realm with Tomcat 4 for authentication. Is there anyway after login to know the user who was authenticated? All help is appreciated. RHC
  2. rclarence

    Tomcat 4.1.12 - JDBCRealm with Oracle 8i, Null Point Exception

    Looks to me like your connection URL may be invalid. A typical Oracle JDBC URL would be something like this: connectionURL="jdbc.oracle.thin:@myserver:port#:SID" where myserver = name of the server Oracle is running on port# = port Oracle listens on (typically 1521) SID = Oracle...

Part and Inventory Search

Back
Top