• 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

Installing Resin and JDK on server remotely

 
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I am a newbie. We have a situation after shifting to a new dedicated server.
For our Java web application to run, we have been informed that we need to install JDK and Resin on the server.

a) Is it possible for us to access the server remotely since it is several thousand miles away.
b) Also, How do we go about installing Resin and JDK on the Server.

I tried to search for a similar question but I couldn't find one, and hence I posted.
Any suggestions appreciated. Awaiting Reply.

Thanks
 
Ranch Hand
Posts: 331
Python Ruby Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi !
a) Use ssh to remote login
b) command line fetching binaries + installation
Google for more.
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"qweryt" raul, please see your private messages regarding an important administrative matter.

Was a vnc server set up on the remote system? Or does the remote system have remote desktop enabled? I access remote systems all the time and use either VNC or ssh to work with them.
 
Saloon Keeper
Posts: 27762
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I routinely install and manage Java servers from long distances. I'm in Florida and one of my main production facilities is in Texas. For all I care, it could be in Ulan Bator.

But pay attention to Peter's admonition. I'm a lot more helpful to people who abide by our "rules of the road". We don't have that many of them.
 
reply
    Bookmark Topic Watch Topic
  • New Topic