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
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.