Well I've never used maven, but I don't think you need the "com.visual.Application". The part after the localhost:8080 should be the path to your html file from the webapps directory of your tomcat installation. Example: http://localhost:8080/Directory/Page.html
On Jun 8, 4:48 am, twittwit <[email protected]> wrote: > this is my WEB-INF/web.xml > > <!DOCTYPE web-app PUBLIC > "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" > "http://java.sun.com/dtd/web-app_2_3.dtd" > > > <web-app> > <display-name>GWT-Maven-Archetype</display-name> > > <welcome-file-list> > <welcome-file>index.html</welcome-file> > </welcome-file-list> > </web-app> > > On Jun 8, 9:50 am, imgnik <[email protected]> wrote: > > > Hello all, > > > I hope someone can answer my question here because i can't find a > > maven tomcat group. > > > basically, i want to deploy my app on tomcat and i did mvn > > tomcat:deploy > > > while the app is deployed successfully, the page appear to be pointing > > to the wrong html. it > > reflectshttp://localhost:8080/Visualise/com.visual.Application/Application.html > > > with a 404 error. > > > may i know what should be the correct path? > > > i guess i got to change the src/main/webapp/index.html which is > > currently something like below: > > > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> > > <html> > > <head> > > <!-- forward to the GWT Example Application --> > > <meta http-equiv="REFRESH" > > content="0;url=com.visual.Application/Application.html"> > > </HEAD> > > </HTML> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
