AW: Port assignments to WO apps
AW: Port assignments to WO apps
- Subject: AW: Port assignments to WO apps
- From: Helge Staedtler <email@hidden>
- Date: Tue, 16 Aug 2005 22:39:47 +0200
Try to enter
ps -auxwww | grep "<exactNameOfYourApp>"
This should reveal perhaps some more info.
My 2 cents,
Helge
Am 16.08.2005 19:50 Uhr schrieb "Sacha Mallais" unter
<email@hidden>:
> On Aug 16, 2005, at 3:03 AM, Wolfram Stebel wrote:
>
>> Am 16.08.2005 1:00 Uhr schrieb "Sacha Mallais" unter
>> <email@hidden>:
>>
>>>> I want to kill a rogue instance that is running outside of
>>>> WoMonitor control, but I cannot tell which pid it is.
>>>>
>>>> Any suggestions (besides restarting the XServe which is what I want
>>>> to avoid right now)?
>>>
>>> lsof -i tcp:<port #>
>>> will list all open files on that port. Look at the last column
>>> ("NAME") for a line that includes an asterisk and a colon, similar to
>>> this:
>>>
>>> COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
>>> java 4119 appserver 5u IPv6 0x047970e0 0t0 TCP *:dc
>>> (CLOSE_WAIT)
>>>
>>> And there's your PID... Note that you'll need to be root.
>>
>> Fine tip.
>> But i'm root and it does not show anything for my application ports.
>> I can grep for the application name in lsof and it finds the apps, but
>> filtering to the Port does not work.
>> What's wrong?
>>
>> Grepping is OK for me anyway.
>
> I can only guess that you're not using the correct port number. If
> you're sure that you're using the correct port number, then you might
> need to re-install OS X. I had a client who experienced a similar
> problem, and re-installing was the only thing that fixed it.
>
>
> sacha
>
--
Helge Städtler
- Expect and Respect.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden