webclient - what is the codebase locattor URL format if type

Posted by joey eisma on 18-Nov-2015 16:22

hi!

what value should i enter on this field? 

i would assume somewhere along the lines

appserver://172.20.2.150/AppService=asbroker1

what if i need to have more arguments, like -nohostverify -sessionModel Session-free

thanks!

joey

All Replies

Posted by Irfan on 18-Nov-2015 19:14

If you are connecting to OpenEdge Appserver then you can define your Appserver URL in multiple ways in your connection parameter. Below are two different ways

-URL appServer://localhost:5162/asbroker1 -AppService asbroker1 -sessionModel Session-Managed

-H localhost -S 3090 -AppService asbroker1 -DirectConnect -sessionModel Session-free -NoHostVerify -ssl

Option-1: Connects to appserver asbroker1 through nameserver which is Session-Managed mode

Option-2: Connects to appserver asbroker1 directly without nameserver in between and then you can see the options "NoHostVerify"  and "ssl"  included

You can find more details here - documentation.progress.com/.../index.html

If you would like to connect to PAS for OE, then it would be

-URL http://localhost:8810/apsv

Posted by joey eisma on 19-Nov-2015 10:44

hi!

this string worked

appserver://localhost:5162/asbroker1 -nohostverify -sessionModel Session-free

thanks for leading.

This thread is closed