users@glassfish.java.net

Re: Problem with deploing

From: Bobby Bissett <bobby.bissett_at_oracle.com>
Date: Tue, 22 Jun 2010 15:44:26 -0400

> sorry but i dont understend...
> i use ant command named "deploy" as you can see in first post. This
> ant task should execute command like this:
> asadmin deploy --force=true --upload=true someEarFile.ear

Try running ant with the --verbose or --debug option. It should output
the full command that it's trying so you can compare it with what you
want to happen.

Cheers,
Bobby