
Signature
simon@jasmine.org.uk (Simon Brooke) http://www.jasmine.org.uk/~simon/
The Conservative Party now has the support of a smaller proportion of
the electorate in Scotland than Sinn Fein have in Northern Ireland.
hi,
this was not a really a help, due i said, i need to stop the tomcat on
remote, not working with the manager ! as is said before, it is no
problem for me deploying, stopping, applications, but i need to stop
tomcat on the remote server. if i use the exec it starts, stops tomcat
on the computer, the command was given from by just using the tomcat
path as location.
Simon Brooke schrieb:
> > Dear group,
> >
[quoted text clipped - 18 lines]
> The Conservative Party now has the support of a smaller proportion of
> the electorate in Scotland than Sinn Fein have in Northern Ireland.
Mark Jeffcoat - 06 Nov 2006 14:42 GMT
> hi,
>
[quoted text clipped - 4 lines]
> on the computer, the command was given from by just using the tomcat
> path as location.
You may have to find a German group to ask this in; it's
difficult to tell the difference between you being vague
about what you want and you having trouble with the language.
But I'll take one more shot: you were referred to the
manager documentation at
http://tomcat.apache.org/tomcat-5.0-doc/manager-howto.html
The answer is in there. You need to read the section
"Executing Manager Commands With Ant".

Signature
Mark Jeffcoat
Austin, TX
Simon Brooke - 06 Nov 2006 21:06 GMT
> Simon Brooke schrieb:
>
[quoted text clipped - 19 lines]
> on the computer, the command was given from by just using the tomcat
> path as location.
OK, why do you need to stop Tomcat on the remote server? I confess this is
something I frequently do do, but I think it is lazy and bad practice.
Does deleting the application through the manager app, and then
reinstalling the application through the manager app, not work? If not,
what precisely is the error message?
When I need to restart any of my tomcats it's a matter of
ssh <servername> -l root
/etc/init.d/tomcat5 restart
but, like I say, I don't see this as good practice and don't recommend you
do it (and, in any case, the precise command will depend on the operating
system you are using server side).
Oh, and, no, you can't ssh to my servers from outside my firewall, so it's
reasonably safe to allow root ssh.

Signature
simon@jasmine.org.uk (Simon Brooke) http://www.jasmine.org.uk/~simon/
/-\ You have discovered a security flaw in a Microsoft product. You
|-| can report this issue to our security team. Would you like to
| | * Be completely ignored (default)?
| | * Receive a form email full of platitudes about how much we care?
\_/ * Spend hours helping us fix this problem on your own phone bill?
abchilla - 10 Nov 2006 07:46 GMT
Hi there,
i know this is a really bad solution. i am working on an application,
which i did not implement. If i stop the application with the manager
and try to delete the application, all files are deleted, but the Log
files. So the folder is not deleted, which i have to do after stopping
tomcat and deleting it manual (because it is used by tomcat during
running somehow). This is the reason why I wanted to know how to stop
tomcat, in order deleting that folder. I know it would be the better
way trying figurin out, why not the application is removed cleanly. But
i dont have any clue, why this is happening.
So thank you for your support.