Oracle Weblogic 10.3 Using SSL with the Oracle JDBC THIN driver
I recently created this how to with product management showing how to configure a data source in Oracle WebLogic 10.3 using SSL with the JDBC THIN driver.
When creating a TCPS connection I believe the default port is 2484 and oracle recommends using that port, hence the default. So to be honest I am not 100% sure what it means to not use that port , but I suspect it's just a recommendation. For more information see this documentation.
Oracle® Database Advanced Security Administrator's Guide 10g Release 2 (10.2) Part Number B14268-01
4 comments:
I had created similar connections in Weblogic 9.2, but the connections are not using port 2484. Is it normal?
When creating a TCPS connection I believe the default port is 2484 and oracle recommends using that port, hence the default. So to be honest I am not 100% sure what it means to not use that port , but I suspect it's just a recommendation. For more information see this documentation.
Oracle® Database Advanced Security Administrator's Guide
10g Release 2 (10.2)
Part Number B14268-01
Hello Pas,
Is there a way i can get hold of this document as it is not available at the link provided.
The location has now changed. You can find the demo's and how to's at the link below.
http://www.oracle.com/technetwork/middleware/weblogic/learnmore/index.html
This specific example is at this link now
http://www.oracle.com/technetwork/middleware/weblogic/index-087556.html
Post a Comment