Quantcast
Channel: SCN : All Content - SAP NetWeaver Application Server
Viewing all articles
Browse latest Browse all 2997

SAP Web Dispatcher problem

$
0
0

Hi all,

 

We're configuring SWD to access portal servers from internet.

 

To do this network experts of our customer opened access to a public IP address on 8185 port and we configured the profile file as follows:

 

SAPSYSTEMNAME = SID

SAPGLOBALHOST = WD_HOSTNAME

SAPSYSTEM = 02

INSTANCE_NAME = WD_SID

DIR_CT_RUN = $(DIR_EXE_ROOT)\$(OS_UNICODE)\NTAMD64

DIR_EXECUTABLE = $(DIR_CT_RUN)

DIR_PROFILE = $(DIR_INSTALL)\profile

_PF = $(DIR_PROFILE)\SWD_W02_HOSTNAME

SETENV_00 = PATH=$(DIR_EXECUTABLE);%PATH%

#-----------------------------------------------------------------------

# Accesssability of Message Server

#-----------------------------------------------------------------------

#rdisp/mshost = WD_HOSTNAME

#ms/http_port = 8100

wdisp/system_0 = SID=PORTAL_SID, MSHOST=PORTAL_HOST, MSPORT=8101, SRCSRV=*:8185

icm/HTTP/redirect_0 = PREFIX=/, TO=/irj/, PORT=8185

wdisp/ping_java_url = /irj/portal

#-----------------------------------------------------------------------

# Configuration for medium scenario

#-----------------------------------------------------------------------

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

#-----------------------------------------------------------------------

# SAP Web Dispatcher Ports

#-----------------------------------------------------------------------

icm/server_port_0 = PROT=HTTP,HOST=WD_HOSTNAME,PORT=8185

icm/server_port_3 = PROT=HTTP,HOST=localhost,PORT=81$$

#icm/HTTP/admin_ = PREFIX=/sap/admin,DOCROOT=$(DIR_DATA)$(DIR_SEP)icmandir,AUTHFILE=$(icm/authfile),PORT=81$$

#-----------------------------------------------------------------------

# Start webdispatcher

#-----------------------------------------------------------------------

_WD = $(DIR_EXECUTABLE)\sapwebdisp$(FT_EXE)

Start_Program_00 = local $(_WD) pf=$(_PF)

SETENV_01 = SECUDIR=$(DIR_INSTANCE)/sec

 

With this profile configuration we can access portal locally using the URL: http://WD_HOSTNAME:8185 but we can't access portal externally using the public IP address and 8185 port.

 

Through WD webadmin GUI the application server monitor shows the server OK

WebAdminGUI.PNG

 

But through console with command sapwebdisp.exe pf="<location of profile file>" -checkconfig we get the error

Checking J2EE servers with URL "/index.html":

Checking J2EE server http://<PORTAL HOST>:50000...not active - IGNORED

Console.PNG

 

We think the problem accessing from the outside is related with the error "IGNORED".

 

Can anybody helps us.

 

 

Best regards,

Gregory.


Viewing all articles
Browse latest Browse all 2997

Trending Articles