Even after updating the default server root, the application is not loading by default.
server {
listen 80 default_server;
root /var/lib/tomcat7/webapps/webappfolder/;
index index.html index.htm
servername ipaddress;
...
1 •
•
By
xsofgiri
Nginx
Apache
Java
Configuration Management
Hi,
Need support for enabling port 80 for http://IPADDRESS:8080/WAR_FILE/ and making the web app as default host, when i enter http://IPADDRESS it should take me to the same web app as mentioned above.
Thanks,
Giri