Re: how to reconfigure my app so that it runs without "context" in the uri path

2017-08-27 Thread Mats Andersson
Hi Joshua, It depends only on the container you are using to deploy the Tapestry application. This is not different from any other Java application. If you use Tomcat, see: https://stackoverflow.com/questions/7276989/how-to-set-the-context-path-of-a-web-application-in-tomcat-7-0 Best regards

how to reconfigure my app so that it runs without "context" in the uri path

2017-08-27 Thread Joshua Richardson
Hi, I'm looking to build an app using Tapestry. I'm able to run the Quickstart 5.4 app and then I see my app by going to localhost:8080/site/, because I configured my project with the name, "site". Since I do not intend to ever run any other apps on this same server/port, I would like to avoi