Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Oracle Service Bus 11g Development Cookbook

You're reading from  Oracle Service Bus 11g Development Cookbook

Product type Book
Published in Jan 2012
Publisher Packt
ISBN-13 9781849684446
Pages 522 pages
Edition 1st Edition
Languages

Table of Contents (19) Chapters

Oracle Service Bus 11g Development Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Creating a basic OSB service Working Efficiently with OSB Artifacts in Eclipse OEPE Messaging with JMS Transport Using EJB and JEJB transport Using HTTP Transport Using File and Email Transports Communicating with the Database Communicating with SOA Suite Communication, Flow Control, and Message Processing Reliable Communication with the OSB Handling Message-level Security Requirements Handling Transport-level Security Requirements Index

Configuring WebLogic network connection filters


In this recipe, we will actually discuss a WebLogic feature that is called network connection filters. These filters are a sort of firewall feature that can be used to allow or deny access to the server for certain protocols and addresses. A typical use is to restrict access to the Administrator port to prevent unauthorized access.

Getting ready

Make sure you have access to the WebLogic console.

How to do it...

We will configure WebLogic to use a network connection filter. In this filter, we will only allow certain addresses and protocols to have access to the Administrator console and the services.

In WebLogic console, perform the following steps:

  1. Click on the domain name in the Domain Structure tree.

  2. Navigate to the Security tab.

  3. Navigate to the Filter sub tab with the Security tab.

  4. Enter weblogic.security.net.ConnectionFilterImpl into the Connection Filter field.

  5. Enter the following values into the Connection Filter Rules field:

    127.0.0.1 * 7001 allow...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}