|
From: Leif M. <le...@ta...> - 2005-06-13 23:07:17
|
Carsten,
Another option is to add the following:
wrapper.pidfile=./wrapper.pid
wrapper.java.pidfile=./java.pid
That will cause pid files to be created for each process. You can
then use those ids
to look up the processes in the task manager (Windows) or process list.
Renaming the exes is also a trick I have used a few times.
Cheers,
Leif
EXT-Patel, Rajesh M wrote:
>I just make a copy of the java.exe and rename the copy
>to the name of my service. Then you point JSW at the
>new java executeable. Now instead of java.exe you
>get the name of your process in the process list.
>
>Raj
>
>-----Original Message-----
>From: Carsten Schäfer [mailto:ca_...@gm...]
>Sent: Monday, June 13, 2005 5:24 PM
>To: wra...@li...
>Subject: [Wrapper-user] Is only one process per service possible ?
>
>
>For every service installed and running there are two proccesses in the
>process list:
>java.exe and wrapper.exe.
>I can give wrapper.exe an own name but the really interessting process
>in the list is the java.exe process.
>With more than one java-service installed it's not possible to see what
>java.exe belong to what service.
>Is it possible to have only one process per service ?
>Or what is the way to identify my services (with more than one java
>process running) ?
>
>mfg
>Carsten
>
>
>
>-------------------------------------------------------
>This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy.
>Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 _______________________________________________
>Wrapper-user mailing list
>Wra...@li...
>https://lists.sourceforge.net/lists/listinfo/wrapper-user
>
>
>-------------------------------------------------------
>This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput
>a projector? How fast can you ride your desk chair down the office luge track?
>If you want to score the big prize, get to know the little guy.
>Play to win an NEC 61" plasma display: http://www.necitguy.com/?r
>_______________________________________________
>Wrapper-user mailing list
>Wra...@li...
>https://lists.sourceforge.net/lists/listinfo/wrapper-user
>
>
>
|