Deploy war file to tomcat using Linux

I am using Red Hat Enterprise Linux Server version 5.1 (Tikanga) and apache-tomcat-6.0.35 .tomcat on port 8080 than I can change to 80 (default). Using tomcat to deploy war file (abc.war) is successful, but I want to access this app as ( www.abc.com

). PLZ suggests how to replace the index file (ROOT) ??

+3


source to share


1 answer


Two things:



  • You need to pay for the domain name and point it to your IP address.
  • Create (or symbolically) your application .xml file in ROOT.xml in the webapps directory. This means that you can access the application using "/" as well as "/ abc".
+1


source







All Articles