UNABLE TO DEPLOY EXAMPLE APPLICATION

I just downloaded netbeans 5.0 and was able to follow the tutorial to develop the sample application, the problem is with the deployment

the following is the error message i get when i try deployment

Cannot deploy. Module already exists. Set force=true for redeployment.; requested operation cannot be completed

C:\Documents and Settings\Rocky\PRACTICE\CustomerBook\nbproject\build-impl.xml:219: Deployment error:

The module has not been deployed.

See the server log for details.

BUILD FAILED (total time: 1 minute 44 seconds)

i need help to get around this problem

[614 byte] By [kudzo] at [2007-11-26 7:34:34]
# 1

Hi,

As per the error message, it is mentioning that the module that you trying to deploy is already existing. This means that you can forcely redeploy or you can undeploy that module and redo the deployment.

You can see server.log of application server for more details too.

You can also see deployed applications using admin console of application server.

Plz refer docs.sun.com for the same.

Thanks,

-Balaji.

BalajiKoutharapu at 2007-7-6 19:32:55 > top of Java-index,Application & Integration Servers,Application Servers...