|
Re: TMR:94 does not redirect to spider port: msg#00575sysutils.tivoli.tme10
Hallo, >I have TMR on linux. >I used wstarthttppd, ps -ef | grep Spider shows Spider running. >But http://tmr_adress:94 shows that I'm not authoriezed to this view. >If I search for spider http port (objcall ...get_attr httpd_port) and find >the dinamic port, then http://tmr_address:spider_port shows the correct web >page. I'm a big fan of CLI tools and I had to learn the hard way that Spider refuses HTTP clients if they don't provide a full User-Agent: attribute. Which client do you use? I wrote a simply HTTP proxy in perl to intercept client/server and checked what a browser sent. Same holds true for the EP HTTP server. Clear violation of the HTTP RFC to force specific User-Agent: contents. My home-brewn http client uses something like this: $uaver="Windows; U; Windows NT 5.0; en-US; rv:1.7a"; $useragent="Mozilla/5.0 ($uaver) Gecko/20040213 Firebird/0.8.0+"; $useragent= $opt_U if $opt_U; $referrer = $opt_r if $opt_r; $httplevel= $opt_L if $opt_L; $method = $opt_M if $opt_M; $PROTOCOL="HTTP"; $url=shift; $HTTP="$method $url $PROTOCOL/$httplevel\ User-Agent: $useragent\ Referer: $referrer\ ..."; $HTTP.="Authorization: Basic $encpw\n" if ($passwd); $HTTP.="Proxy-Authorization: Basic $encppw\n" if ($proxypw); Another idea: do you have port_range configured? Check if Spider port lies within this range. Tschau...Thomas -- "Do you wanna be a legend or a passing footprint on the sands of time?" Senior Consultant, Tivoli Certified Enterprise Consultant + Instructor santix AG, www.santix.de, info-/JKUMw0Y9jazQB+pC5nmwQ@xxxxxxxxxxxxxxxx, fon +49-89-321506-0, fax -99 Weihenstephaner Str. 4, D-85716 Unterschleissheim, GSM +49-170-9135811 |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | TMR:94 does not redirect to spider port: 00575, raluca . baciu-6LgcLTd9A25hl2p70BpVqQ |
|---|---|
| Next by Date: | Resolved: TMR:94 does not redirect to spider port: 00575, raluca . baciu |
| Previous by Thread: | TMR:94 does not redirect to spider porti: 00575, raluca . baciu-6LgcLTd9A25hl2p70BpVqQ |
| Next by Thread: | Resolved: TMR:94 does not redirect to spider port: 00575, raluca . baciu |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |