Cannot figure out why I cannot deploy GWT application onto Apache Tomcat 7 -
first, tried follow tutorial deploy application. after fiddling , failures, thought should run gwt sample contacts project , see if work on tomcat rpc calls. again, no luck. did create sample application (when using eclipse wizard) compile, run once on development server, , see works.
then take contents of war folder, zip it, rename sampleapp.war, deploy on apache, unzips. have folder called sampleapp. in .html, .css, web-inf. attempt localhost:8080/sampleapp/sampleapp.html doesnt work.
type status report
message /sampleapp/sampleapp.html
description requested resource (/sampleapp/sampleapp.html) not available.
i have no idea do. tried simple example possible , work cannot. help!
updated: cannot deploy servlet sample gwt app apache tomcat 7
to deploy gwt app on tomcat have create war file using ant.
follow link create war file , put war file in webapps folder of tomcat surely work.
http://blog.elitecoderz.net/gwt-and-tomcat-create-war-using-eclipse-to-deploy-war-on-tomcat/2009/12/
Comments
Post a Comment