Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Change deploy path from "projectName" to something else
Change deploy path from "projectName" to something else [message #214435] Wed, 28 May 2008 14:09 Go to next message
No real name is currently offline No real nameFriend
Messages: 9
Registered: July 2009
Junior Member
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 12:35 Go to previous message
Larry Isaacs is currently offline Larry IsaacsFriend
Messages: 1354
Registered: July 2009
Senior Member
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
Previous Topic:Change Context Root
Next Topic:How to make Eclipse put jars into WEB-INF/lib?
Goto Forum:
  


Current Time: Fri Mar 29 04:38:54 GMT 2024

Powered by FUDForum. Page generated in 0.03321 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top