I’m working with MyEclipse version: 2.6.100 and Tomcat 5.0.16.
Using MyEclipse, projects are deployed to a path of ….[project name]/webpages.
This causes a jsp and html page referencing issue for me when the files are moved to the production environment. How do I resolve this, any hints on procedure to follow?
For example, converting from existing projects, a href link of “/general/samplePage.jsp” has to be converted to “/projectName/general/samplePage.jsp” for MyEclipse, but then this doesn’t work in Production.
-Gary