﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <description><![CDATA[Comments for Running Java Applications as a Windows Service]]></description>
    <title><![CDATA[Comments for Running Java Applications as a Windows Service]]></title>
    <link>http://dn.codegear.com/article/32068</link>
    <!-- source: http://dn.codegear.com/article/32068/feed-->
    <dc:date>2008-11-20T20:45:36-08:00</dc:date>
    <item>
      <description><![CDATA[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]]></description>
      <title><![CDATA[re: Running Java Applications as a Windows Service ?]]></title>
      <managingEditor>
	 (vijay singh)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=41585</guid>
      <dc:date>2008-09-22T05:26:59-07:00</dc:date>
      <pubDate>2008-09-22T05:26:59-07:00</pubDate>
      <source url="http://dn.codegear.com/article/32068/feed">Comments for Running Java Applications as a Windows Service</source>
    </item>
    <item>
      <description><![CDATA[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]]></description>
      <title><![CDATA[Running Java Applications as a Windows Service ?]]></title>
      <managingEditor>
	 (qianfu qian)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=41513</guid>
      <dc:date>2008-09-02T19:14:03-07:00</dc:date>
      <pubDate>2008-09-02T19:14:03-07:00</pubDate>
      <source url="http://dn.codegear.com/article/32068/feed">Comments for Running Java Applications as a Windows Service</source>
    </item>
    <item>
      <description><![CDATA[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]]></description>
      <title><![CDATA[Running Java Applications as a Windows Service ?By Rick Proctor]]></title>
      <managingEditor>
	 (qianfu qian)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=41512</guid>
      <dc:date>2008-09-02T19:13:27-07:00</dc:date>
      <pubDate>2008-09-02T19:13:27-07:00</pubDate>
      <source url="http://dn.codegear.com/article/32068/feed">Comments for Running Java Applications as a Windows Service</source>
    </item>
    <item>
      <description><![CDATA[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]]></description>
      <title><![CDATA[Running Java Applications as a Windows Service ?By Rick Proctor]]></title>
      <managingEditor>
	 (qianfu qian)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=41511</guid>
      <dc:date>2008-09-02T19:12:44-07:00</dc:date>
      <pubDate>2008-09-02T19:12:44-07:00</pubDate>
      <source url="http://dn.codegear.com/article/32068/feed">Comments for Running Java Applications as a Windows Service</source>
    </item>
    <item>
      <description><![CDATA[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?]]></description>
      <title><![CDATA[i got following alert message when i created service]]></title>
      <managingEditor>
	 (Rahul Dhaware)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=41453</guid>
      <dc:date>2008-08-19T04:45:55-07:00</dc:date>
      <pubDate>2008-08-19T04:45:55-07:00</pubDate>
      <source url="http://dn.codegear.com/article/32068/feed">Comments for Running Java Applications as a Windows Service</source>
    </item>
    <item>
      <description><![CDATA[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 ("Frame Example");        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 "Frame2"   started automaticallyNow the problem,  whenever i reboot my PC  service panel shows Frame2 started  but i couldn't see the frame window ]]></description>
      <title><![CDATA[I could not see the frame window when the service starts]]></title>
      <managingEditor>
	 (Venkattesh B)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=41267</guid>
      <dc:date>2008-07-11T16:53:52-07:00</dc:date>
      <pubDate>2008-07-11T16:53:52-07:00</pubDate>
      <source url="http://dn.codegear.com/article/32068/feed">Comments for Running Java Applications as a Windows Service</source>
    </item>
    <item>
      <description><![CDATA[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. ]]></description>
      <title><![CDATA[re: Running Java Applications as a Windows Service – By Rick Proctor]]></title>
      <managingEditor>
	 (Craven Weasel)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=41167</guid>
      <dc:date>2008-06-03T05:12:25-07:00</dc:date>
      <pubDate>2008-06-03T05:12:25-07:00</pubDate>
      <source url="http://dn.codegear.com/article/32068/feed">Comments for Running Java Applications as a Windows Service</source>
    </item>
    <item>
      <description><![CDATA[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.]]></description>
      <title><![CDATA[Running Java Applications as a Windows Service – By Rick Proctor]]></title>
      <managingEditor>
	 (Prabhakar L)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=40335</guid>
      <dc:date>2007-06-22T02:05:49-07:00</dc:date>
      <pubDate>2007-06-22T02:05:49-07:00</pubDate>
      <source url="http://dn.codegear.com/article/32068/feed">Comments for Running Java Applications as a Windows Service</source>
    </item>
    <item>
      <description><![CDATA[big up Rick and tanukisan.]]></description>
      <title><![CDATA[re: Running Java Applications as a Windows Service – By Rick Proctor]]></title>
      <managingEditor>
	 (Jonathan Gogan)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=39650</guid>
      <dc:date>2006-11-17T02:10:41-08:00</dc:date>
      <pubDate>2006-11-17T02:10:41-08:00</pubDate>
      <source url="http://dn.codegear.com/article/32068/feed">Comments for Running Java Applications as a Windows Service</source>
    </item>
    <item>
      <description><![CDATA[good one .]]></description>
      <title><![CDATA[Running Java Applications as a Windows Service – By Rick Proctor]]></title>
      <managingEditor>
	 (srinivas chejerla)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=39484</guid>
      <dc:date>2006-09-27T05:38:21-07:00</dc:date>
      <pubDate>2006-09-27T05:38:21-07:00</pubDate>
      <source url="http://dn.codegear.com/article/32068/feed">Comments for Running Java Applications as a Windows Service</source>
    </item>
    <generator>Atom 1.0 XSLT Transform v1 (http://atom.geekhood.net)</generator>
  </channel>
</rss>