Skip to main content

How to run bank_URL example without gatekeeper?

  • February 16, 2013
  • 0 replies
  • 0 views

Problem:

  • Product Name: VisiBroker for Java
  • Product Version: 6.x
  • Product Component: URL Naming Service
  • Platform/OS Version: Windows


How to run bank_URL example with alternatives to using the gatekeeper?

Resolution:

Here are steps to run bank_URL example successfully with IIS:

1) Create a new folder under wwwroot directory

ex: C:\\Inetpub\\wwwroot\\TEST

Note: One can use the wwwroot directory, but it best practice to create new one, so as to change the permission of this new folder according to the requirement.

2) Change the permission for the new folder (TEST): To do this open the IIS Snap-In (From the Start menu, select "Settings" and then "Control Panel". Open "Administrative Tools"Open "Internet Services Manager").

Note: Make sure IIS is started before this step.

a) The newly created folder "TEST" is seen. Right click on TEST and select "properties" and under "Directory" "Local Path" allow the "write" permissions.

b) Under "Application Settings" click "Create" button.

c) Go to "Directory Security" tab in "Anonymous access ..... control" click "Edit", this will open new properties page, there under "Authenticates access" check the "Integrated Windows authentication".

d) One needs to verify that the user running this test has full contol.

3) Build the bank_URL example.

4) Run the Server

C:\\> vbj Server http://localhost:80/TEST/manager.ior

5) Run the Client

C:\\> vbj Client http://localhost:80/TEST/manager.ior


 


#Security
#VisiBroker