[JBoss-user] [Installation & Configuration] - Re: Can JBoss monitor startup as a Windows Service?

2005-07-07 Thread chubbard
Hey this is a very important question for our development team. Any help would be much appreciated. Thanks Charlie View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884063#3884063 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=r

[JBoss-user] [Installation & Configuration] - Can JBoss monitor startup as a Windows Service?

2005-07-06 Thread chubbard
Right now we have JBoss running as a window's service using Java Service. Our problem is that the JBoss service's status goes to started before all of the JBoss services have actually come up. The progress monitor dialog comes and goes very quickly. Mainly that's because the progress monito

[JBoss-user] [Installation & Configuration] - Re: Running JBoss as a Windows service

2005-07-06 Thread chubbard
That's right. Window's services can't interact with the desktop unless they are explicitly allowed to do so. Goto services from Control Panel. In the windows services UI right click > Properies on the service you want to change. Choose the Log On tab, choose local system account, and check

[JBoss-user] [Beginners Corner] - Advice on converting RMI app to JBoss

2005-05-07 Thread chubbard
I need a little guidance on porting an older RMI application to JBoss. Today I have a server that is comprised on mainly RMI objects. I'm trying to move this server into JBoss and eventually to J2EE, but right now I'm just trying to get the server into JBoss. As it stands I have created a MBe

[JBoss-user] [Messaging, JMS & JBossMQ] - HTTP/SOAP Connector

2004-07-09 Thread chubbard
I have some legacy C++ systems that I would like to integrate with JMS. I see that the HTTP/SOAP connector allows for non-Java programs to post messages to the JMS server, but what about receiving the messages from a JMS server? Can you reverse the SOAP/HTTP connector so it sends SOAP messages