process name change in task manager

  • Thread starter Thread starter Tito Madrid
  • Start date Start date
T

Tito Madrid

Hi all - We have a java server which is stopped and started every day via
these commands:

net stop "JRun Default Server"
net start "JRun Default Server"

there's a 5 minute pause between the stop and the start. Some days, the
process will be list in task manager by its correct name - javaw
Some days its list as net.exe - I know that this is the java server process
by its memory consumption. Could anyone please explain why this happens?
Also, on the days it's listed as net.exe - everything works just great - no
issues.

Many Kind Thanks,

Tito
 
Thats odd, it should always be listed as its service name. The net command
is used for several things (like starting and stopping service as you
already know) but I dont know why it would care once its launched the
process. Might be something to ask Sun.
 
Back
Top