I have a project containing a .jsp that uses a JavaBean, but does not use a servlet. I am trying to deploy it to servername:8080/path/projectname. Unfortunately I can only figure out how to deploy it to servername:8080/projectname. I have tried both editing my web.xml file to /path/projectname, and physically creating directory .../deploy/path with /projectname in my web.xml file. Does anyone have any suggestions as to how I can deploy a project to a particular path?I have a project containing a .jsp that uses a