I think you are right, probably a typo on my end. I have tried localhost:8080/index.html but no connection there either. I am just assuming I want to navigate to index.html since that is the html file in my WEB-INF directory.
WEB-INF, a typo again? Your index.html should either be in src/main/webapp or in src/main/java/com/example/<module>/public but never in your WEB-INF folder. If you place it into src/main/webapp you should be able to access your app using localhost:8080/index.html. If you put it into the public folder then you can access the app via localhost:8080/<modulename>/index.html.
-- J.
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment