OK. You’re right. The deployments are completely correct. The only astonishing what I had a look for, was that the setting of the archive-attribute within the configuration-file .mymetadata is set to somewhat else (“TestWeb.war” instead of “TestWebTwo.war”).
While having a look on that file, I hoped, to configure my deployment-types (exploded or packaged) individually.
Here is what the file looks for after your project configuration:
<?xml version=”1.0″ encoding=”UTF-8″?>
<project-module
type=”WEB”
name=”TestWeb”
id=”myeclipse.1153896286674″
context-root=”/TestWebTwo”
j2ee-spec=”1.4″
archive=”TestWeb.war”>
<attributes>
<attribute name=”webrootdir” value=”/WebRoot” />
</attributes>
</project-module>
So, shouldn’t the highlighted words be the same?
Thanks.