Akash Kr Barnwal
Akash Kr Barnwal

Reputation: 49

Shared Server cum VPS

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

Answers (1)

mayur patil
mayur patil

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:

  1. Install Java (JDK)
  2. Download and Install Apache Tomcat
  3. Set Permissions and Start Tomcat
  4. Deploy Your .war File
  5. Configure Tomcat as a System Service (Optional)

I hope this work for you.

Upvotes: 0

Related Questions