Tuesday 12 May 2009

Tivoli Access Manager for e-business - Problems with WebSEAL Reverse Proxy

Notes from the front-line ...

If WebSEAL Windows service fails to start ( Windows error 7034 ), open
a command prompt and run: -

webseald -foreground

If this returns an error

2009-05-11-20:07:16.272+01:00I----- 0x38AD541C webseald ERROR wiv
socket s:\amwe
b610\src\pdweb\webseald\http\server\WsListener.cpp 248 0x00000d58
DPWIV1052E Could not bind socket to port 80, interface 10.0.0.200
(errno 10049
)

or similar, edit: -

C:\Program Files\Tivoli\PDWeb\etc\webseald-default.conf

and change the IP address to one that is resolvable ( I used a
loopback adapter ).

No comments:

Visual Studio Code - Wow 🙀

Why did I not know that I can merely hit [cmd] [p]  to bring up a search box allowing me to search my project e.g. a repo cloned from GitHub...