Re: AW: Problems to configure tomcat as windows service

2015-10-09 Thread Aurélien Terrestris
OK good that it's finally working. There is a weakness in the documentation since it duplicates a big part of the original procrun doc, and it would more readable to just give a short explanation and give a link as you suggest. You can ask for an improvement in the bug database (

AW: AW: Problems to configure tomcat as windows service

2015-10-09 Thread Arno Schäfer
Aurélien, > still investigating for you in the documentation ( > http://commons.apache.org/proper/commons-daemon/procrun.html ), can you try > again with --ServiceUser & --ServicePassword instead of --User & --Password ? thanks for that hint. I try it and it works now. :-) I miss the point,

AW: AW: Problems to configure tomcat as windows service

2015-10-08 Thread Arno Schäfer
Hi Aurélien, > Arno, can you try with these parameters : --StdOutput out.txt --StdError > err.txt > and check if this writes anything to these files (I don't bet a pence on this > but let's try) ? That isn't the point. My problem is, that I can't configure a different service user as the

Re: AW: Problems to configure tomcat as windows service

2015-10-08 Thread Aurélien Terrestris
Arno, can you try with these parameters : --StdOutput out.txt --StdError err.txt and check if this writes anything to these files (I don't bet a pence on this but let's try) ? Taken from the doc : http://tomcat.apache.org/tomcat-7.0-doc/windows-service-howto.html 2015-10-02 17:52 GMT+02:00

Re: AW: Problems to configure tomcat as windows service

2015-10-08 Thread Aurélien Terrestris
Arno, still investigating for you in the documentation ( http://commons.apache.org/proper/commons-daemon/procrun.html ), can you try again with --ServiceUser & --ServicePassword instead of --User & --Password ? regards 2015-10-08 17:35 GMT+02:00 Arno Schäfer : > Hi

Problems to configure tomcat as windows service

2015-10-02 Thread Arno Schäfer
Hi all, using tomcat 7.0.54 on Windows 8.1 64 Bit system, I encounter the problem, that I can not configure a user/password with the tomcat7.exe utility. I run this as a local administrator in a DOS box with a valid user and password it returned with errorlevel 0, but the user was not set in

AW: Problems to configure tomcat as windows service

2015-10-02 Thread Arno Schäfer
Thanks for the hint Aurélien, > there *maybe is* documentation about this, see question & comments from > Konstantin Kolinko in > http://tomcat.apache.org/tomcat-7.0-doc/windows-service-howto.html but I asked this question, because I recognize, that it didn't worked like it is described, but

Re: AW: Problems to configure tomcat as windows service

2015-10-02 Thread tomcat
On 02.10.2015 17:12, Arno Schäfer wrote: Thanks for the hint Aurélien, there *maybe is* documentation about this, see question & comments from Konstantin Kolinko in http://tomcat.apache.org/tomcat-7.0-doc/windows-service-howto.html but I asked this question, because I recognize, that it

Re: Problems to configure tomcat as windows service

2015-10-02 Thread Aurélien Terrestris
Arno, there *maybe is* documentation about this, see question & comments from Konstantin Kolinko in http://tomcat.apache.org/tomcat-7.0-doc/windows-service-howto.html 2015-10-02 16:36 GMT+02:00 Arno Schäfer : > Hi all, > > using tomcat 7.0.54 on Windows 8.1 64 Bit

AW: AW: Problems to configure tomcat as windows service

2015-10-02 Thread Arno Schäfer
André, > Maybe it is not only the version of Tomcat that has changed, but also the > machine/OS on which > you do this ? Maybe the user under which you execute this command does not > have the > required > privileges, at OS level on this machine, to do this ? On the same machine/OS it work's

Re: Problems to configure tomcat as windows service

2015-10-02 Thread tomcat
On 02.10.2015 16:36, Arno Schäfer wrote: Hi all, using tomcat 7.0.54 on Windows 8.1 64 Bit system, I encounter the problem, that I can not configure a user/password with the tomcat7.exe utility. I run this as a local administrator in a DOS box with a valid user and password it returned with

AW: Problems to configure tomcat as windows service

2015-10-02 Thread Arno Schäfer
Hi Andre, > What exactly /is/ the problem ? 'XXX' is not configured and doesn't exist. if I then call 'tomcat7 //IS//XXX --User="domain\user" --Password="xx" the call return with exitcode 0 and if I look in the services.msc the service XXX is installed, but run as local system