John Bailo wrote:
- When I run/debug MYPROJECTNEW at the project level, it launches under the old projects url, localhost/MYPROJECTOLD
It can be changed in project properties dialog. Select "Web Project Settings" Category and you'll see 'Context Root' field to define it.
John Bailo wrote:
- In the development JBoss AS 4.3.2 server, I want to add MYPROJECTNEW to the list of configured projects on the server. However, I do not see MYPROJECTNEW in the list of projects, only MYPROJECTOLD
- If I try to right click and debug a .jsp file in MYPROJECTNEW, I am told The selection is not within a valid module. Could this be related to (2
Here is the general approach to fix this in your case.
1. Change filter preferences to see hidden files which name started from .
2. Do file search trough all files for 'MYPROJECTOLD' and replace to my "MYPROJECTNEW"
3. Close and open project again
John Bailo wrote:
4. When I look at my CVS repositor, it appears that any files I add to MYPROJECTNEW are being added to MYPROJECTOLD. MYPROJECTNEW does not appear in the repository, even though I right-clicked and selected Branch in the Eclipse Team menu.
Delete hidden CVS meta data after you copied project and share project again. Another approach is exporting it before renaming to get just sources without CVS metadata.