This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Java in General and the fly likes Which technology suits best here RMI or Any other technlogy? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Which technology suits best here RMI or Any other technlogy?" Watch "Which technology suits best here RMI or Any other technlogy?" New topic
Author

Which technology suits best here RMI or Any other technlogy?

Harish Tiruvile
Ranch Hand

Joined: Dec 01, 2005
Posts: 99
Which technology suits best here?

I want to start\shutdown tomcat server deployed in another(Remote) system .Now ,I am not able to decide which concept will suits best in this environment .
AS per my knowledge ,we can use servlet,RMI concept to access remote machine.In this scenario I cannot use servlet because ,if tomcat is shutdown by using our one servlet program ,then I cant start tomcat server by using another servlet (since tomcat is already shutdown by my another servlet )�
So may be RMI will work fine here�I want to know whether RMI will be better choice here or else is there any other concepts\techniques to restart remote server(fulfilling security information to remote machine access,,There is a lot of security issue involved while accessing Remote machine.).
[ September 28, 2006: Message edited by: harish thrivile ]

Giving up is the easiest thing in the world to do..but holding it together when everything seems like falling apart is true strength!!
with regards, Harish.T
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Which technology suits best here RMI or Any other technlogy?
 
Similar Threads
start and shutdown of remote JBoss
networkiing doubt
NX: RMI check available port or host number
on UI design :(
Servlet as an rmi client