Persistent problems deploying a Grails application on a Tomcat server -


i have deploy grails application on tomcat server. packaged war file, renamed war file root.war, , replaced root directory in tomcat installation root.war application run off server root directory.

whenever access page should in web application, 404 not found, error mentioning "the requested resource () not found". parenthesis empty no matter subdirectory specify.

after spending several hours on that, looked deploying project using maven. got stuck mavenizing project when grails couldn't find proper maven files.

i later found supposedly possible deploy grails applications on tomcat "grails tomcat deploy". got persistent error authentication , streaming data. couldn't find on disabling streaming.

i've tried every solution appears exist online.

is application deploying? when @ tomcat manager application listed there?

if not check tomcat_home/conf/server.xml , @ host entry. make sure @ least autodeploy="true" , if have unpackwars="true" recreate root directory application in it.

i've deployed apps root before , did not need modify app name root - change name of war file , that's deployed.


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -