skip to Main Content

I have created website in spring framework and now i want to host on cpanel godday. used Apache Tomcat v7 server through Java EE – Eclipse. I decided to go online and I bought a web hosting service from GoDaddy. I have access to the cPanel now and I know how to make one html page online by adding it to the public_html folder. My question is how can I deploy my website that I created and I have in a WAR file? Where should I upload the WAR file exactly? Is there anything I need to install first?

2

Answers


  1. You need to purchase VPS hosting to host your java app on Godaddy.
    Watch out this tutorial.

    You can also host your java apps on AWS (Free for 12 months)

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search