I recently had something happen to the included libraries in my project.The solution was to create a new project. I did the following steps:
1.Original project was called TEC
2. Created new project named TECnew
3. Copied .jsp files and .java files from TEC to TECnew
4. in MyEclipse used File->Rename to rename TEC to TECold
5. in MyEclipse used File->Rename to rename TECnew to TEC
I then add a deployment on the server tab by Right Clicking on Tomcat5.x and selecting Add Deployment.
In the New Deployment dialog I select TEC from the Project drop down list box.
The deploy location is listed as C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\TECnew.
Why is it insisting on deploying to the TECnew directory (the original project name) instead of the TEC directory?
Is there a way to change this?
Thanks![/quote]