[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.webtools] Re: Change deploy path from "projectName" to something else

IceTbr wrote:
When editing my server configurations, Im the "Web Modules" tab I can configure each module's deploy path. However, whenever I run my application, the path is reseted back to its default value, wich is my project name.

Is there a way to deploy "projectA" to a folder named "projectAB" ?

thanks

The "Path" setting for modules in the server editor corresponds to the Context Root for the project. The intended way to change this setting is on the Web Project Settings page of the project's Properties dialog. The Modules tab approach is now obsolete for changing the "Path" for added projects, but is still appropriate changing the auto reload attribute and for including external Web applications. Note that changing the Context Root only affects the URL. It won't change the name of the folder to which the project is published, which will still be based on the project's name.


Cheers,
Larry