0

I created glassfish server in jelastic environment. Now I can import(upload and deploy) my application to it.

The question is: How can I export(download to computer) that deployed application from the server.

Damien - Layershift
  • 1,508
  • 8
  • 15
Aybek Kokanbekov
  • 575
  • 2
  • 8
  • 29
  • Why would you want to? It should be the same application that you uploaded to deploy - so you already have a copy on your computer? – Damien - Layershift Jan 08 '16 at 10:45
  • some times I get projects to support wich were developed by other developers. And they didn't leave the source code. So I want to export the project and decompile it – Aybek Kokanbekov Jan 08 '16 at 11:14

1 Answers1

0

The best way for software development, in your case, is using the version control system. Jelastic supports deploy java project via GIT/SVN with Maven. With this solution, you will always have actual source code which can be deployed on Jelastic in any time.

Also, you can download your application using Direct SSH Access to the Container or SFTP/FISH Protocols.

Aless
  • 289
  • 1
  • 9