apache - GWT GUI Application not getting loaded on Apace Tomcat 7.0.39 -


i have gwt gui (getmap) application , have placed @ \apache software foundation\tomcat 7.0\webapps directory.

now when trying open using http://:8080/getmap/getmap.html>, getting error " requested resource not available"

but when copy same gwt gui application under \apache software foundation\tomcat 7.0\examples directory , load using http://:8080/examples/getmap/getmap.html>, works !!!

this problem faced on windows vista.

i wold appreciate if provide pointers rid of issue ?

webapps contains war files or exploded equivalent (i.e. folder web-inf subfolder containing web.xml file). root of server (served @ url /) special webapp named root.

so either create root webapp, or make getmap webapp adding necessary web-inf/web.xml.

disclaimer: above overly simplified , might not accurate; plase check servlets spec and/or tomcat docs deployment.


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -