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 reflects http://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 -~----------~----~----~----~------~----~------~--~---
