Re: Tomcat as a service: system tray?

2013-03-12 Thread Howard W. Smith, Jr.
On Tue, Mar 12, 2013 at 12:42 PM, Sam Takoy wrote: > Actually, I download the .zip version of Tomcat. I installed the service > using the "service install" command. So now I'm wondering, given my current > situation, how to activate the system tray option. > > Since I'm running Windows Server 200

Re: Tomcat as a service: system tray?

2013-03-12 Thread André Warnier
Sam Takoy wrote: Actually, I download the .zip version of Tomcat. I installed the service using the "service install" command. So now I'm wondering, given my current situation, how to activate the system tray option. Sam, sorry. I was under the impression that when you install Tomcat as a Win

Re: Tomcat as a service: system tray?

2013-03-12 Thread Konstantin Kolinko
2013/3/12 Sam Takoy : > Hi, > > This is related to the questions that I asked yesterday and got such > insightful responses (thanks!). > > If I am running Tomcat as a Windows service, is it possible to control it > through a System Tray icon? > Tomcat7.exe //MS http://commons.apache.org/proper/

RE: Tomcat as a service: system tray?

2013-03-12 Thread Caldarale, Charles R
> From: Sam Takoy [mailto:sam.ta...@yahoo.com] > Subject: Re: Tomcat as a service: system tray? Don't top-post. > I installed the service using the "service install" command. So now I'm > wondering, > given my current situation, how to activate the syste

Re: Tomcat as a service: system tray?

2013-03-12 Thread Sam Takoy
suggested.) Thanks! From: André Warnier To: Tomcat Users List Sent: Tuesday, March 12, 2013 4:44 AM Subject: Re: Tomcat as a service: system tray? Sam Takoy wrote: > Hi, > > This is related to the questions that I asked yesterday and got such > insightful responses (thanks!).

Re: Tomcat as a service: system tray?

2013-03-12 Thread André Warnier
Sam Takoy wrote: Hi, This is related to the questions that I asked yesterday and got such insightful responses (thanks!). If I am running Tomcat as a Windows service, is it possible to control it through a System Tray icon? Yes, but why don't you try it ? It is really easy to download and

Re: Tomcat as a service question

2012-10-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 J.V., On 10/1/12 7:58 PM, J.V. wrote: > I am attempting to create a windows service using apache > commons-daemon to create a service from a Java program I have > written (a server). Then you need to ask the commons-daemon folks (see below). > I kno

Re: Tomcat as a service question

2012-10-02 Thread Konstantin Kolinko
2012/10/2 J.V. : > I am attempting to create a windows service using apache commons-daemon to > create a service from a Java program I have written (a server). > > I know that tomcat uses this lib and successfully, but I am having a number > of problem completing the task. I have posted on commons

RE: Tomcat As A Service

2006-09-27 Thread Peter Ries
Douglas, In the Windows Start menu, assuming you have Tomcat 5.5 or greater, you should have a shortcut to "Monitor Tomcat". That's a very useful tool and I believe it can answer all of your questions. In case you don't have the shortcut, it points to this: "C:\Program Files\Apache Software Founda

RE: Tomcat as a Service

2006-09-01 Thread Propes, Barry L
you have to take the command line and cram it into one .bat file to start, then make that .bat file a service. -Original Message- From: Anca Barbuc [mailto:[EMAIL PROTECTED] Sent: Friday, September 01, 2006 1:41 PM To: users@tomcat.apache.org Subject: Tomcat as a Service Hi, I am h

Re: Tomcat as a Service

2006-09-01 Thread Filip Hanik - Dev Lists
I would suggest you use http://people.apache.org/~fhanik/wrapper.html with that kit, comes a script called TomcatService.bat, this is the same as you would have started it as a service and you can troubleshoot. This also lets you control a few more options and settings, as well as generate thre

RE: Tomcat as a service under Linux... "To dream theimpossible dream"

2005-11-08 Thread George Sexton
> > --- Preston Crawford <[EMAIL PROTECTED]> wrote: > > > I've tried this so many different ways and I can't > > get it to work. Why is > > something that works out of the box on Windows so > > hard on Linux? Shouldn't > > there be a defined way to do this? I feel like I'm > > tilting at Windmill

Re: Tomcat as a service under Linux... "To dream theimpossibledream"

2005-11-08 Thread Preston CRAWFORD
t;>> Hi, Can you give a few comments on what was going wrong and what you did to fix it? For people who find this message later which searching archives for the answer to their problem! Thanks, Andoni. - Original Message - From: Preston CRAWFORD Newsgroups: gmane.comp.jakarta.tomca

Re: Tomcat as a service under Linux... "To dream theimpossibledream"

2005-11-08 Thread Preston CRAWFORD
ta.tomcat.user Sent: Tuesday, November 08, 2005 5:42 PM Subject: Re: Tomcat as a service under Linux... "To dream theimpossible dream" Thanks. I actually got it working, though, so life is good. I've used Linux for years and there never seems to be a shortage of new challenges. Whic

Re: Tomcat as a service under Linux... "To dream theimpossible dream"

2005-11-08 Thread Andoni
Sent: Tuesday, November 08, 2005 5:42 PM Subject: Re: Tomcat as a service under Linux... "To dream theimpossible dream" Thanks. I actually got it working, though, so life is good. I've used Linux for years and there never seems to be a shortage of new challenges. Which is fine, thoug

Re: Tomcat as a service under Linux... "To dream theimpossible dream"

2005-11-08 Thread Preston CRAWFORD
Thanks. I actually got it working, though, so life is good. I've used Linux for years and there never seems to be a shortage of new challenges. Which is fine, though, when weighed against the alternative in terms of stability and security. Preston >>> [EMAIL PROTECTED] 11/7/2005 9:42:41 PM >>> Du

Re: Tomcat as a service under Linux... "To dream the impossible dream"

2005-11-07 Thread Justin Jaynes
Dude, I am wiling to help you, but you have to understand that Linux is SOO different from windows. Out of the box? That's not really a term we use in Linux. We put things into the box. So if you are willing to follow some careful explanations, you can get it to work. Actually, I'm headed

Re: Tomcat as a service under Linux... "To dream the impossible dream"

2005-11-01 Thread Mike Fowler
Leon Rosenberg wrote: Just shooting into the heaven... Why not copy startup.sh in your init.d? Leon On 11/1/05, Preston Crawford <[EMAIL PROTECTED]> wrote: I've tried this so many different ways and I can't get it to work. Why is something that works out of the box on Windows so hard on Linu

Re: Tomcat as a service under Linux... "To dream the impossible dream"

2005-11-01 Thread Leon Rosenberg
Just shooting into the heaven... Why not copy startup.sh in your init.d? Leon On 11/1/05, Preston Crawford <[EMAIL PROTECTED]> wrote: > I've tried this so many different ways and I can't get it to work. Why is > something that works out of the box on Windows so hard on Linux? Shouldn't > there b