• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Which technology suits best here RMI or Any other technlogy?

 
Ranch Hand
Posts: 99
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic