1848878 Members
3005 Online
104038 Solutions
New Discussion

Re: sap web disp

 
Ludovic Derlyn
Esteemed Contributor

sap web disp

hi

I would install sap web disp on HPUX 11.23, it's just a process
I have tested to bind on port 88xx, it's ok, now i would bind on port 80

How to configure it ?
What is the exact syntax to oen port 80 in /etc/inetd.conf with process sapwebdisp

Regards
L-DERLYN
2 REPLIES 2
Torsten.
Acclaimed Contributor

Re: sap web disp

I don't know this particular application, but it is really started by inetd or static?

Where did you configure your port 88xx?

Make sure port 80 is not already in use by httpd (apache) - use lsof or apachectl or simply "telnet localhost 80".

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Ludovic Derlyn
Esteemed Contributor

Re: sap web disp

hi Torsten

I have tested with lsof before and it's ok not open
Sap web Disp is a portal for SAP

i have tested to declare sapwebdisp in /etc/services on port 80 (commented 80 http) and created in /etc/inetd.conf

with this syntax : sapwebdisp stream tcp nowait root /usr/sap/DBW/DVEBMGS00/exe/sapwebdisp pf=sapwebdisp.pfl -shm_attach_mode 6 sapwebdisp

Reconfigured inet by inetd -c , lsof -i tcp:80 ok , i see sapwebdisp listen on port 80

When sapwebdisp is launched, eoor on library libdld.so

If i use parameter file to sapwebdisp, with port 8880 it's ok, but port is open in mode dynamicall ...

if i use port 80 , bind is not possible...

I wll try to comment port 80 in /etc/services .

regards
L-DERLYN