cancel
Showing results for 
Search instead for 
Did you mean: 

Help Web Dispatcher

Former Member
0 Kudos

Hi

I Configure EP to support HTTP and HTTPS

http://portal.mydomain.com:50000/irj/portal

https://portal.mydomain.com:50001/irj/portal

I like to configure Web Dispatcher to redirect http to https, EP is configured and work fine with https, Is possible without apache,IIS??

Thanks ...

  1. Profile generated by sapwebdisp bootstrap

  2. unique instance number

SAPSYSTEM = 0

  1. add default directory settings

DIR_EXECUTABLE = .

DIR_INSTANCE = .

  1. Accessibility of Message Servers

rdisp/mshost = portal.mydomain.com

ms/http_port = 8101

  1. SAP Web Dispatcher Parameter

wdisp/auto_refresh = 120

wdisp/max_servers = 100

#wdisp/ssl_encrypt = 2

wdisp/shm_attach_mode = 6

  1. configuration for large scenario

icm/max_conn = 16384

icm/max_sockets = 16384

icm/req_queue_len = 6000

icm/min_threads = 100

icm/max_threads = 250

mpi/total_size_MB = 500

mpi/max_pipes = 21000

#maximum number of concurrent connections to one server

wdisp/HTTP/max_pooled_con = 2000

wdisp/HTTPS/max_pooled_con = 2000

  1. SAP Web Dispatcher Ports

icm/server_port_0 = PROT=HTTP,PORT=80

  1. SAP Web Dispatcher Web Administration

icm/HTTP/admin_0 = PREFIX=/sap/wdisp/admin,DOCROOT=./admin,AUTHFILE=icmauth.txt

icm/HTTP/redirect_0 = PREFIX=/, TO=/irj/portal/index.html

Accepted Solutions (0)

Answers (1)

Answers (1)

jpolus
Contributor
0 Kudos

Hi Leonardo,

Check out the How To guide on service marketplace on "Configure SAP Web Dispatcher for SSL". Here is the link to the application server page: https://service.sap.com/~form/sapnet?_SHORTKEY=00200797470000073632&_SCENARIO=01100035870000000202

Then pick the guide.

Hope this helps,

John