Change deploy path from "projectName" to something else [message #214435] |
Wed, 28 May 2008 10:09  |
Eclipse User |
|
|
|
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
|
|
|
Re: Change deploy path from "projectName" to something else [message #214490 is a reply to message #214435] |
Thu, 29 May 2008 08:35  |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 1.07265 seconds