Right, I understand, and in the MyEclipse-Web, i have my web root set to /deploy, that works great. But in the MyEclipse-Struts, it is set to /WebRoot, which may or may not be ok, i guess the main problem is, when i right click in the outline view of the struts-config, and select “Add New Form” or “Add new anything”, the wizard window does not appear, nothing happens. I have another project in which the web root is /WebRoot, and everything is good, so i am presuming (perhaps incorrectly) that my web root being set to /deploy is the problem.
This is a project checked out of cvs with this structure already set up, and a number of developers working on it who will not switch the structure to be /WebRoot just because my wizards arent working. There are a number of build scripts relying on it being /deploy also (i personally would have this in props file, but not my call). So, is there anyway to edit the web root in the MyEclipse-Struts properties gui? It will not let me edit that field. If not, then please direct me to wherever the config file i need to edit is. Thanks.