RE: tomcat restart remotely

2009-02-26 Thread Ilya Kazakevich
You can use VPN than:)

But RDP (remote desktop) is better, because RPC calls used in all MMC
(management consoles) are designed for local network and work pretty slow on
the Internet.

Remote desktop connection  (mstsc) is the best solution, I think.

-Original Message-
From: Laura Bartolomé [mailto:la...@secways.com] 
Sent: Thursday, February 26, 2009 12:48 AM
To: Tomcat Users List
Subject: Re: tomcat restart remotely

you're right but this has to be trough internet, not local...

André Warnier escribió:
 Caldarale, Charles R wrote:
 From: Laura Bartolomé [mailto:la...@secways.com]
 Subject: Re: tomcat restart remotely

 My problem was I haven't thought before! :) I'm going to test it 
 right now

 As far as I know, given the appropriate permissions for the account 
 you use to do this, you can also access the services applet of 
 another Windows machine remotely.  You do not need SSH or Remote 
 Desktop or any external utility for that.
 If you right-click on the My Computer icon of any Windows pc in your 
 network, and choose action in the top menu, the first item is 
 connect to another computer.  You can then manage this other 
 computer (if your account has these permissions, and only then), and 
 turn services on/off on that other computer, including Tomcat.



 -
 To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
 For additional commands, e-mail: users-h...@tomcat.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



tomcat restart remotely

2009-02-25 Thread Laura Bartolomé
Hi

We have Tomcat 6.0 installed on Windows 2003 Server and we want to
restart apache tomcat service remotely but in a secure way... some ideas?

In the same server we have IIS + .NET installed...

Thanks a lot

Laura

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



RE: tomcat restart remotely

2009-02-25 Thread Caldarale, Charles R
 From: Laura Bartolomé [mailto:la...@secways.com]
 Subject: tomcat restart remotely

 We have Tomcat 6.0 installed on Windows 2003 Server and we want to
 restart apache tomcat service remotely but in a secure way...

Logging in via Remote Desktop Connection is probably the simplest; are you 
looking for something more sophisticated?

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: tomcat restart remotely

2009-02-25 Thread Piller Sébastien

ssh is the most common way to manage a remote server.

But under windows :aie:

;)

Laura Bartolomé a écrit :

Hi

We have Tomcat 6.0 installed on Windows 2003 Server and we want to
restart apache tomcat service remotely but in a secure way... some ideas?

In the same server we have IIS + .NET installed...

Thanks a lot

Laura

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org


  



-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: tomcat restart remotely

2009-02-25 Thread Laura Bartolomé
Yes, I don't want to give acces via RDP with these permissions...

Caldarale, Charles R escribió:
 From: Laura Bartolomé [mailto:la...@secways.com]
 Subject: tomcat restart remotely

 We have Tomcat 6.0 installed on Windows 2003 Server and we want to
 restart apache tomcat service remotely but in a secure way...
 

 Logging in via Remote Desktop Connection is probably the simplest; are you 
 looking for something more sophisticated?

  - Chuck


 THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
 MATERIAL and is thus for use only by the intended recipient. If you received 
 this in error, please contact the sender and delete the e-mail and its 
 attachments from all computers.

 -
 To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
 For additional commands, e-mail: users-h...@tomcat.apache.org

   


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: tomcat restart remotely

2009-02-25 Thread Gabor 'Morc' KORMOS
 www.freesshd.com I could recommend as an SSH server for Windows. I 
used it a few times, it's OK. Then you can use net start and stop to do it.


 Morc.

On 25/02/2009 15:30, Piller Sébastien wrote:

ssh is the most common way to manage a remote server.

But under windows :aie:

;)

Laura Bartolomé a écrit :

Hi

We have Tomcat 6.0 installed on Windows 2003 Server and we want to
restart apache tomcat service remotely but in a secure way... some 
ideas?


In the same server we have IIS + .NET installed...

Thanks a lot

Laura


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: tomcat restart remotely

2009-02-25 Thread Laura Bartolomé
well, under windows I can have ssh with cygwin without problems but I
don't know if I'll be able to restart the service in this way

Piller Sébastien escribió:
 ssh is the most common way to manage a remote server.

 But under windows :aie:

 ;)

 Laura Bartolomé a écrit :
 Hi

 We have Tomcat 6.0 installed on Windows 2003 Server and we want to
 restart apache tomcat service remotely but in a secure way... some
 ideas?

 In the same server we have IIS + .NET installed...

 Thanks a lot

 Laura

 -
 To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
 For additional commands, e-mail: users-h...@tomcat.apache.org


   


 -
 To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
 For additional commands, e-mail: users-h...@tomcat.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: tomcat restart remotely

2009-02-25 Thread Piller Sébastien

Where will be the problem?

If you can run the startup.bat and shutdown.bat, then you won't have any 
problem.


I do it from a looong time (under linux) and never had a problem.


Laura Bartolomé a écrit :

well, under windows I can have ssh with cygwin without problems but I
don't know if I'll be able to restart the service in this way

Piller Sébastien escribió:
  

ssh is the most common way to manage a remote server.

But under windows :aie:

;)

Laura Bartolomé a écrit :


Hi

We have Tomcat 6.0 installed on Windows 2003 Server and we want to
restart apache tomcat service remotely but in a secure way... some
ideas?

In the same server we have IIS + .NET installed...

Thanks a lot

Laura

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org


  
  

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org





-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org


  



-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: tomcat restart remotely

2009-02-25 Thread Laura Bartolomé
My problem was I haven't thought before! :)

I'm going to test it right now

Thanks a lot!

Piller Sébastien escribió:
 Where will be the problem?

 If you can run the startup.bat and shutdown.bat, then you won't have
 any problem.

 I do it from a looong time (under linux) and never had a problem.


 Laura Bartolomé a écrit :
 well, under windows I can have ssh with cygwin without problems but I
 don't know if I'll be able to restart the service in this way

 Piller Sébastien escribió:
  
 ssh is the most common way to manage a remote server.

 But under windows :aie:

 ;)

 Laura Bartolomé a écrit :

 Hi

 We have Tomcat 6.0 installed on Windows 2003 Server and we want to
 restart apache tomcat service remotely but in a secure way... some
 ideas?

 In the same server we have IIS + .NET installed...

 Thanks a lot

 Laura

 -
 To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
 For additional commands, e-mail: users-h...@tomcat.apache.org


 
 -
 To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
 For additional commands, e-mail: users-h...@tomcat.apache.org

 


 -
 To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
 For additional commands, e-mail: users-h...@tomcat.apache.org


   


 -
 To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
 For additional commands, e-mail: users-h...@tomcat.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



RE: tomcat restart remotely

2009-02-25 Thread Caldarale, Charles R
 From: Laura Bartolomé [mailto:la...@secways.com]
 Subject: Re: tomcat restart remotely

 My problem was I haven't thought before! :)
 I'm going to test it right now

I fail to see any difference between using Remote Desktop vs SSH in this 
situation; whatever account you log in with will require sufficient privilege 
to start and stop a service (note that startup.bat and shutdown.bat do not 
interact with the Tomcat service).

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



RE: tomcat restart remotely

2009-02-25 Thread Martin Gainty

install ssh on your server with ssh2admin.exe

https://www.ssh.com/support/documentation/online/ssh/winadminguide/40/Windows_Server_Graphical_Configuration_Utility.html#indexdef-91

HTH
Martin 
__ 
Disclaimer and confidentiality note 
Everything in this e-mail and any attachments relates to the official business 
of Sender. This transmission is of a confidential nature and Sender does not 
endorse distribution to any party other than intended recipient. Sender does 
not necessarily endorse content contained within this transmission. 




 Date: Wed, 25 Feb 2009 15:38:01 +0100
 From: la...@secways.com
 To: users@tomcat.apache.org
 Subject: Re: tomcat restart remotely
 
 My problem was I haven't thought before! :)
 
 I'm going to test it right now
 
 Thanks a lot!
 
 Piller Sébastien escribió:
  Where will be the problem?
 
  If you can run the startup.bat and shutdown.bat, then you won't have
  any problem.
 
  I do it from a looong time (under linux) and never had a problem.
 
 
  Laura Bartolomé a écrit :
  well, under windows I can have ssh with cygwin without problems but I
  don't know if I'll be able to restart the service in this way
 
  Piller Sébastien escribió:
   
  ssh is the most common way to manage a remote server.
 
  But under windows :aie:
 
  ;)
 
  Laura Bartolomé a écrit :
 
  Hi
 
  We have Tomcat 6.0 installed on Windows 2003 Server and we want to
  restart apache tomcat service remotely but in a secure way... some
  ideas?
 
  In the same server we have IIS + .NET installed...
 
  Thanks a lot
 
  Laura
 
  -
  To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
  For additional commands, e-mail: users-h...@tomcat.apache.org
 
 
  
  -
  To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
  For additional commands, e-mail: users-h...@tomcat.apache.org
 
  
 
 
  -
  To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
  For additional commands, e-mail: users-h...@tomcat.apache.org
 
 

 
 
  -
  To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
  For additional commands, e-mail: users-h...@tomcat.apache.org
 
 
 
 -
 To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
 For additional commands, e-mail: users-h...@tomcat.apache.org
 

_
It’s the same Hotmail®. If by “same” you mean up to 70% faster. 
http://windowslive.com/online/hotmail?ocid=TXT_TAGLM_WL_HM_AE_Same_022009

Re: tomcat restart remotely

2009-02-25 Thread André Warnier

Caldarale, Charles R wrote:

From: Laura Bartolomé [mailto:la...@secways.com]
Subject: Re: tomcat restart remotely

My problem was I haven't thought before! :)
I'm going to test it right now


As far as I know, given the appropriate permissions for the account you 
use to do this, you can also access the services applet of another 
Windows machine remotely.  You do not need SSH or Remote Desktop or any 
external utility for that.
If you right-click on the My Computer icon of any Windows pc in your 
network, and choose action in the top menu, the first item is connect 
to another computer.  You can then manage this other computer (if your 
account has these permissions, and only then), and turn services on/off 
on that other computer, including Tomcat.




-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: tomcat restart remotely

2009-02-25 Thread Laura Bartolomé
you're right but this has to be trough internet, not local...

André Warnier escribió:
 Caldarale, Charles R wrote:
 From: Laura Bartolomé [mailto:la...@secways.com]
 Subject: Re: tomcat restart remotely

 My problem was I haven't thought before! :)
 I'm going to test it right now

 As far as I know, given the appropriate permissions for the account
 you use to do this, you can also access the services applet of
 another Windows machine remotely.  You do not need SSH or Remote
 Desktop or any external utility for that.
 If you right-click on the My Computer icon of any Windows pc in your
 network, and choose action in the top menu, the first item is
 connect to another computer.  You can then manage this other
 computer (if your account has these permissions, and only then), and
 turn services on/off on that other computer, including Tomcat.



 -
 To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
 For additional commands, e-mail: users-h...@tomcat.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org