I have a WTP project in Eclipse called in like
myproject_war
. When I have deployed it into the JBoss server, then the deployment name was
myproject_war.war
. I wanted to deploy it as
myproject.war
only. I could not find any property in the "Properties" dialogue to change the deploument name, so I have searched my filesystem for
"myproject_war"
string. So, I have discovered the file
.settings/org.eclipse.wst.common.component
in the project directory. I have changed the attribute
name
of the
wb-module
module there, from
<wb-module name="myproject_war">
to
<wb-module name="myproject">
Now, the project is deployed as
myproject.war
.
Žádné komentáře:
Okomentovat