facebook

Renaming a file

  1. MyEclipse Archived
  2.  > 
  3. Application Servers and Deployment
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #259785 Reply

    rogue_dev
    Member

    If I have a file such as ThisFile.html the file is deployed to the server and can be accessed.

    If I rename the file to thisFile.html (making just the first letter lower case), then the file name shows up correctly in the Ecplise view, however the file still retains the initial capital in the server deployemnt directory.

    Tomcat cannot now locate the file. It is looking for thisFile.html but the directory holds ThisFile.html

    I have two choices:
    – manually go to the deployment directory and rename the file through the file system
    – rename the file twice, the first time adding some letter, the second time to the way I want it.

    I know that this is a Windows limitation as it is not case sensitive, but can you force the case change? I always forget about this then spend time trying to debug it.

    Thanks

    #259833 Reply

    Greg
    Member

    I have replicate your problem and have entered it into our system. Thanks for the report.

    One third option you have as a workaround is to go to the Servers view, find your deployment, right-click and choose “redeploy”.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Renaming a file

You must be logged in to post in the forum log in