I have a GrailsApplication.war
file with me, and i added that into the webapps
folder (tomcat 7).
When i tried to access the url (<ipaddress>:8080/GrailsApplication
) it gives me a 404 error. What have i done wrong deploying the grails war file ?
Grails version : 2.2.4
Tomcat : 7
Server : Ubuntu
grails.serverURL
set accordingly inConfig.groovy
for production env? – Tobolsk