Re: How to run Tomcat as Service on windows start up.

2012-05-04 Thread Pid
On 04/05/2012 04:58, Kiran Badi wrote: On 5/4/2012 7:32 AM, Caldarale, Charles R wrote: From: Kiran Badi [mailto:ki...@poonam.org] Subject: Re: How to run Tomcat as Service on windows start up. Please don't top-post. What do you mean by this ? http://lmgtfy.com/?q=top+post - Chuck

Re: How to run Tomcat as Service on windows start up.

2012-05-03 Thread André Warnier
Kiran Badi wrote: I just want to have one instance of tomcat up and running always whenever I start my system exactly the way I have httpd service running always. ok now moving forward, I installed the tomcat 7.0.27 as service,made changes to shutdown ports/APR ports etc and now its runing

Re: How to run Tomcat as Service on windows start up.

2012-05-03 Thread Kiran Badi
No Luck Andre :-( , Removed one of the tomcat users tag,how do i validate xml ? I tried with below tomcat users file, tomcat-users user name=admin password=kiran roles=admin-gui,manager-gui / role rolename=AdminRole/ role rolename=UserRole/ user password=tomcat roles=tomcat,role1

Re: How to run Tomcat as Service on windows start up.

2012-05-03 Thread Pid
On 03/05/2012 15:02, Kiran Badi wrote: No Luck Andre :-( , Removed one of the tomcat users tag,how do i validate xml ? I tried with below tomcat users file, tomcat-users user name=admin password=kiran roles=admin-gui,manager-gui / role rolename=AdminRole/ role rolename=UserRole/ user

Re: How to run Tomcat as Service on windows start up.

2012-05-03 Thread Kiran Badi
Got this fixed, you were correct, tomcat user file was mess.Aligned it correctly now. Now I am getting some other issue while deploying my app war file.Let me start a different thread on that. Please don't top-post. What do you mean by this ? On 5/3/2012 7:55 PM, Pid wrote: On

RE: How to run Tomcat as Service on windows start up.

2012-05-03 Thread Caldarale, Charles R
From: Kiran Badi [mailto:ki...@poonam.org] Subject: Re: How to run Tomcat as Service on windows start up. Please don't top-post. What do you mean by this ? http://lmgtfy.com/?q=top+post - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is

Re: How to run Tomcat as Service on windows start up.

2012-05-03 Thread Kiran Badi
On 5/4/2012 7:32 AM, Caldarale, Charles R wrote: From: Kiran Badi [mailto:ki...@poonam.org] Subject: Re: How to run Tomcat as Service on windows start up. Please don't top-post. What do you mean by this ? http://lmgtfy.com/?q=top+post - Chuck Thanks Got it Chuck .Interesting stuff

Re: How to run Tomcat as Service on windows start up.

2012-05-02 Thread Kiran Badi
I just want to have one instance of tomcat up and running always whenever I start my system exactly the way I have httpd service running always. ok now moving forward, I installed the tomcat 7.0.27 as service,made changes to shutdown ports/APR ports etc and now its runing fine as a service.I

Re: How to run Tomcat as Service on windows start up.

2012-04-29 Thread André Warnier
Mark Eggers wrote: From: André Warnier a...@ice-sa.com To: Tomcat Users List users@tomcat.apache.org Sent: Saturday, April 28, 2012 4:31 AM Subject: Re: How to run Tomcat as Service on windows start up. Jacques Desodt wrote: Hi Kiran, On Windows 7, you can't run batch files as services. See

Re: How to run Tomcat as Service on windows start up.

2012-04-29 Thread Kiran Badi
I think I got your point Mark,it has to bat file which net beans uses to control tomcat.Seems like I have to go and download a fresh copy of tomcat , install it as service and then use the manager app to deploy the war file.If I play around with my existing setup, there exists a risk of

Re: How to run Tomcat as Service on windows start up.

2012-04-29 Thread Mark Eggers
From: André Warnier a...@ice-sa.com To: Tomcat Users List users@tomcat.apache.org Sent: Sunday, April 29, 2012 2:18 PM Subject: Re: How to run Tomcat as Service on windows start up. Mark Eggers wrote: NetBeans will complain that it cannot find the startup.bat

Re: How to run Tomcat as Service on windows start up.

2012-04-28 Thread Pid *
On 28 Apr 2012, at 06:51, Jacques Desodt jdes...@gmail.com wrote: Hi Kiran, On Windows 7, you can't run batch files as services. See : http://stackoverflow.com/questions/8972679/windows-7-bat-file-not-starting-as-a-service Your first step : compile the .bat file into .exe Then create the

Re: How to run Tomcat as Service on windows start up.

2012-04-28 Thread André Warnier
Jacques Desodt wrote: Hi Kiran, On Windows 7, you can't run batch files as services. See : http://stackoverflow.com/questions/8972679/windows-7-bat-file-not-starting-as-a-service Your first step : compile the .bat file into .exe Then create the service, and after change the service register

Re: How to run Tomcat as Service on windows start up.

2012-04-28 Thread Kiran Badi
Thanks for the all your suggestions, How about running service.bat and registering tomcat7.exe as windows service , the one for which I already have a copy, Below is the output I get, C:\Program Files\Apache Software Foundation\Apache Tomcat 7.0.11\binservice.bat install tomcat7.exe

Re: How to run Tomcat as Service on windows start up.

2012-04-28 Thread Mark Eggers
From: André Warnier a...@ice-sa.com To: Tomcat Users List users@tomcat.apache.org Sent: Saturday, April 28, 2012 4:31 AM Subject: Re: How to run Tomcat as Service on windows start up. Jacques Desodt wrote: Hi Kiran, On Windows 7, you can't run batch files as services. See :

Re: How to run Tomcat as Service on windows start up.

2012-04-27 Thread Jacques Desodt
Hi Kiran, On Windows 7, you can't run batch files as services. See : http://stackoverflow.com/questions/8972679/windows-7-bat-file-not-starting-as-a-service Your first step : compile the .bat file into .exe Then create the service, and after change the service register values with regedit. This