1

I have a Java Web application and I have a VPS hosting bought from Hostgator in which recently the tomcat has been installed. But I couldn't find a way to deploy my application and I talked with more than 3 Hostgator technical agents and none of them know how to deploy the Java application in tomcat in Hostgator server and they say they don't give support for hosting Java application.

Does anyone have deployed any Java application in hostgator server? If you know please help me to host my application.

mailq
  • 16,882
  • 2
  • 36
  • 66
Mujahid
  • 119
  • 1
  • 4

1 Answers1

2

I've never heard of a special version of Tomcat that is only available at Hostgator. So deploying a JSP/Servlet/war on Tomcat is not specific to a hosting company.

Deploy your application as on any Tomcat. Read the documentation and you are done.

mailq
  • 16,882
  • 2
  • 36
  • 66
  • actually its not any special version. But there's no places for deploy the application in the hostgator. That's what the problem I'm having – Mujahid Sep 10 '11 at 05:44
  • There is no webapps folder in the file system? Then create one and configure one in Tomcat. – mailq Sep 10 '11 at 07:44
  • Nope :( but I couldn't find a way to reach the Tomcat mate, that's what my problem is :( – Mujahid Sep 13 '11 at 10:27