Grails Deploy XAMPP Tomcat -


I was going to test my grails application using the XAMPP tokkat server I was able to access the webpage of Tomcat's web-app Followed set instructions about deploying .war file in folder

This project was deployed in the work area of ​​Tomcat, but when I tried to start the project and restart the Tomcat, I receive this error message:

Failure - Application on the reference path / [project name] can not be started

I also grails & gt; I tried to use the command Tomcat deploy , I get this error message on the console:

Error executing error script tokarat: java.io.IOException: server HTTP response code returned: 403 for URL: http: // localhost: 8080 / manager / deployed? Path =% 2F [name of project] (Use stacktrace to see full trace)

My question is what is the proper way to apply Grails application with following Tomcat specifications Deployment:

  • Tomcat version: Apache Tomcat / 7.0.21
  • JVM version: 1.6.0_31-B5

    < Div class = "post-text" itemprop = "text">

    From:

      grails prod war   

    with your app name and version See target folder for war.

    Then move the file to Tomcat's WebApp folder if you have a Tomcat, then you will see the content of your war file removed inside the webpage.

    Finally just open the localhost: 8080 / yourapp /

Comments