Reputation: 49
I am working on dynamic web application for hosting on Internet. Since this is a java based application, so Tomcat server is required on hosting. So, can anyone please tell me about Shared VPS server, for deployment of .war? And how to configure Tomcat on shared VPS?
Upvotes: 1
Views: 43
Reputation: 1
If you want to wish to work on a Java-based dynamic web application and need to deploy a .war file then a VPS is a better choice than traditional shared hosting. Shared hosting does not support Tomcat or custom Java applications. For that you have to configure Tomcat on VPS first then you can do your work.
To configure the Tomcat on VPS you can follow the following steps:
I hope this work for you.
Upvotes: 0