cancel
Showing results for 
Search instead for 
Did you mean: 

Meaning of non-SAP system and what it means relative to SAP Webdispatcher

0 Kudos

Hi

We have a Web Dispatcher system setup which allow our SAP production environment to be accessed through the internet.

I have read in the documents that SAP Webdispatcher can be used to access non-SAP systems.

Does this mean we can access any other server e.g Lotus iNotes, using SAP Webdispatcher as a reverse proxy?

We currently are using Apache as reverse proxy to access our Lotus iNotes. Can we use Web dispatcher to access it?

Accepted Solutions (0)

Answers (1)

Answers (1)

michael_ruth3
Contributor
0 Kudos

Hi,

You cannot use SAP Webdispatcher as a reverse proxy but you can set up you non-SAP servers as external servers.  Take a look at the link i sent you.

http://help.sap.com/SAPhelp_nw73/helpdata/en/b0/ebfa88e9164d26bdf1d21a7ef6fc25/content.htm

Cheerio

0 Kudos

Dear Michael

Thank you for your Answer.

We have tried what is suggested the SAP Help but it seems that we still have issues in trying to connect to outside servers. What we want to do is use the SAP Webdispatcher to Access our production SAP - which it is successfully doing using port 8443 and a redirect. We want to use port 8444 to direct us to another server(Lotus Inotes) in our case. Referenced below is the profile we are using. Can anyone assist us how to get connected to our non-SAP system.

unique instance number

SAPSYSTEM = 88

# add default directory settings

DIR_EXECUTABLE = .

DIR_INSTANCE = .

# Accessibility of Message Servers

rdisp/mshost = 10.2.16.25

ms/http_port = 8188

# SAP Web Dispatcher Parameter

wdisp/system_2 = SID=EXT, EXTSRV=https://10.2.16.87:443, SRCSRV=10.2.3.26:8444

wdisp/auto_refresh = 25

wdisp/max_servers = 100

wdisp/shm_attach_mode = 6

wdisp/ssl_encrypt = 0

wdisp/add_client_protocol_header = true

ssl/server_pse = /usr/sap/webdisp/sec/SAPSSLSN.pse

ssl/ssl_lib = /usr/sap/webdisp/secudir/linux-x86_64-glibc2.3/libsapcrypto.so

#wdisp/server_info_location = /usr/sap/webdisp/info.icr

# configuration for default scenario (medium size)

icm/max_conn      = 500

icm/max_sockets   = 1024

icm/req_queue_len = 500

icm/min_threads   = 10

icm/max_threads   = 50

mpi/total_size_MB = 80

#maximum number of concurrent connections to one server

wdisp/HTTP/max_pooled_con = 500

wdisp/HTTPS/max_pooled_con = 500

# SAP Web Dispatcher Ports

icm/server_port_0 = PROT=HTTPS,PORT=8443,TIMEOUT=180, PROCTIMEOUT=3600

icm/server_port_1 = PROT=HTTP,PORT=0

icm/server_port_2 = PROT=HTTPS,PORT=8444,TIMEOUT=180, PROCTIMEOUT=3600

icm/HTTPS/verify_client = 0

#icm/server_port_2 = PROT=HTTPS,PORT=8444,TIMEOUT=180, PROCTIMEOUT=3600

# SAP Web Dispatcher Web Administration

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

icm/HTTP/redirect_0 = PREFIX=/, TO=/sap/bc/gui/sap/its/webgui/!

Former Member
0 Kudos

Hi Haider,

Will you compare your profile with this SAP's example -

http://help.sap.com/SAPhelp_nw73/helpdata/en/c5/ec466f5544409982c7d3ca29ce1ad3/content.htm

Hope this will help you in identifying what is right.

Regards,

Ashutosh Shukla