<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Comments for Running Java Applications as a Windows Service</title>
<link rel="alternate" type="text/plain" href="http://dn.codegear.com/article/32068" title="Running Java Applications as a Windows Service" />
<link rel="self" type="application/atom+xml" href="http://dn.codegear.com/article/32068/feed" title="Comments for Running Java Applications as a Windows Service" />
<id>http://dn.codegear.com/article/32068</id>
<updated>2008-12-04T12:56:15-08:00</updated>
<entry>
<title>re: Running Java Applications as a Windows Service ?</title>
<author>
<name>vijay singh</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=41585</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=41585</id>
<updated>2008-09-22T05:26:59-07:00</updated>
<published>2008-09-22T05:26:59-07:00</published>
<summary>re: Running Java Applications as a Windows Service ?</summary>
<content>Hi, How can i configure two applications in same wrapper.conf file. i tried by giving some thing like this.wrapper.app.parameter.1 = firstmainclassnamewrapper.app.parameter.2 = secondmainclassnameBut service is starting only for the first main class.Can any one help me please.Thanks,Vijay</content>
</entry>
<entry>
<title>Running Java Applications as a Windows Service ?</title>
<author>
<name>qianfu qian</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=41513</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=41513</id>
<updated>2008-09-02T19:14:03-07:00</updated>
<published>2008-09-02T19:14:03-07:00</published>
<summary>Running Java Applications as a Windows Service ?</summary>
<content>When i launch the TestWrapper.bat,the following message appears:jvm 1    | TestWrapper: Unable to open the action server socket: Address already in use: JVM_Bind</content>
</entry>
<entry>
<title>Running Java Applications as a Windows Service ?By Rick Proctor</title>
<author>
<name>qianfu qian</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=41512</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=41512</id>
<updated>2008-09-02T19:13:27-07:00</updated>
<published>2008-09-02T19:13:27-07:00</published>
<summary>Running Java Applications as a Windows Service ?By Rick Proctor</summary>
<content>When i launch the TestWrapper.bat,the following message appears:jvm 1    | TestWrapper: Unable to open the action server socket: Address already in use: JVM_Bind</content>
</entry>
<entry>
<title>Running Java Applications as a Windows Service ?By Rick Proctor</title>
<author>
<name>qianfu qian</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=41511</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=41511</id>
<updated>2008-09-02T19:12:44-07:00</updated>
<published>2008-09-02T19:12:44-07:00</published>
<summary>Running Java Applications as a Windows Service ?By Rick Proctor</summary>
<content>When i launch the TestWrapper.bat,the following message appears:jvm 1    | TestWrapper: Unable to open the action server socket: Address already in use: JVM_Bind</content>
</entry>
<entry>
<title>i got following alert message when i created service</title>
<author>
<name>Rahul Dhaware</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=41453</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=41453</id>
<updated>2008-08-19T04:45:55-07:00</updated>
<published>2008-08-19T04:45:55-07:00</published>
<summary>i got following alert message when i created service</summary>
<content>I have created service successfully. but i got following alert message and service stoped.The SampleService service on Local Computer started and then stopped. Some services stop automatically if they have no work to do,for example, the Performance Logs and Alerts service.Can any one help me?</content>
</entry>
<entry>
<title>I could not see the frame window when the service starts</title>
<author>
<name>Venkattesh B</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=41267</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=41267</id>
<updated>2008-07-11T16:53:52-07:00</updated>
<published>2008-07-11T16:53:52-07:00</published>
<summary>I could not see the frame window when the service starts</summary>
<content>i got a java file (Frame2.class) which creates a simple frameFrame2.java________________________________________import java.awt.*;import java.awt.event.*;public class Frame2 extends Frame {    private Closer Handler;        Frame2 () {        Handler = new Closer ();        setTitle (&quot;Frame Example&quot;);        setSize (300,120);        addWindowListener (Handler);        setVisible(true);    }    public static void main (String args[]) {        Frame f;        f = new Frame2 ();    }}       class Closer extends WindowAdapter {    public void windowClosing (WindowEvent event) {        System.exit (0);    }}____________________________________________I created myfile.jar  by this commandjar -cf myfile.jar *.classI did all the thing as specified in the above tutorial, and also modified the necesssary things  in  wrapper.conf file  like bdn.jar    -&gt;    myfile.jarbdn.MultipleSocketServer          -&gt;   Frame2etc...I also gave the service name as Frame2when i double clicked the App.bat,  i program run perfectly and i could see the frame window.TheN I double clicked InstallApp-NT.bat, IT WENT OF QUICKLY WITHOUT NO ERRORI could see in the service panel as &quot;Frame2&quot;   started automaticallyNow the problem,  whenever i reboot my PC  service panel shows Frame2 started  but i couldn't see the frame window </content>
</entry>
<entry>
<title>re: Running Java Applications as a Windows Service &#8211; By Rick Proctor</title>
<author>
<name>Craven Weasel</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=41167</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=41167</id>
<updated>2008-06-03T05:12:25-07:00</updated>
<published>2008-06-03T05:12:25-07:00</published>
<summary>re: Running Java Applications as a Windows Service &#8211; By Rick Proctor</summary>
<content>Greetings,we need a clarification from. when we look into the services.msc, we could find our service, but we could not find corresponding status description in the status tab. Any one help us can be appreciated. </content>
</entry>
<entry>
<title>Running Java Applications as a Windows Service &#8211; By Rick Proctor</title>
<author>
<name>Prabhakar L</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=40335</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=40335</id>
<updated>2007-06-22T02:05:49-07:00</updated>
<published>2007-06-22T02:05:49-07:00</published>
<summary>Running Java Applications as a Windows Service &#8211; By Rick Proctor</summary>
<content>This tool is really helps us. We have one clarification.Our java application builds on JDK1.4 and builds the jar also with same version. But Wrapper tool expects JDK1.5 compatible jar, can we create the jar with JDK1.4 and run on the wrapper tool.</content>
</entry>
<entry>
<title>re: Running Java Applications as a Windows Service &#8211; By Rick Proctor</title>
<author>
<name>Jonathan Gogan</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=39650</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=39650</id>
<updated>2006-11-17T02:10:41-08:00</updated>
<published>2006-11-17T02:10:41-08:00</published>
<summary>re: Running Java Applications as a Windows Service &#8211; By Rick Proctor</summary>
<content>big up Rick and tanukisan.</content>
</entry>
<entry>
<title>Running Java Applications as a Windows Service &#8211; By Rick Proctor</title>
<author>
<name>srinivas chejerla</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=39484</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=39484</id>
<updated>2006-09-27T05:38:21-07:00</updated>
<published>2006-09-27T05:38:21-07:00</published>
<summary>Running Java Applications as a Windows Service &#8211; By Rick Proctor</summary>
<content>good one .</content>
</entry>
</feed>
