You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Prashanth Krishnamurthy <pk...@yahoo.com> on 2006/09/22 02:08:04 UTC

Remote deploy

Hi,

I am trying to deploy my application to a running
tomcat instance on a different machine. I have
tried the following and haven't been successfully.
What
is the right way to do this? Please suggest.

1.mvn cargo:deploy - This works fine only when the
tomcat instance doesn't have my application deployed.

2. mvn cargo:deploy - This fails when run against
a tomcat instance which already has my application
running or deployed.

Failed to deploy [c:\main\app\ui\target\aa.war]
Application already exists at path /aa

3. mvn cargo:deployer-redeploy - This goal undeploys
and redeploys the application. I guess this is
deploying the existing war file without refreshing
with the new war file.

4. mvn cargo:deployer-redeploy - This fails when
run against a tomcat instance which doesn't have my
running or deployed.

[INFO] Failed to redeploy
[c:\main\app\ui\target\aa.war]
FAIL - No context exists for path /aa

I did try cargo:undeploy. undeploy works fine. But
when I use deploy again, it fails with an error,
something like "..Application with that name already
exists.."

thanks
--Prashanth


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Remote deploy

Posted by dan tran <da...@gmail.com>.
I currently ran into this problem where I have a resource lock problem
(HypersonicSQL)  at undeploy time.
And therefor tomcat not actually does not remove my app completely out of
its configuration.

And there for the next deploy will fail.

Check your tomcat log to see any locking issues exist

-Dan

On 9/21/06, Prashanth Krishnamurthy <pk...@yahoo.com> wrote:
>
> Hi,
>
> I am trying to deploy my application to a running
> tomcat instance on a different machine. I have
> tried the following and haven't been successfully.
> What
> is the right way to do this? Please suggest.
>
> 1.mvn cargo:deploy - This works fine only when the
> tomcat instance doesn't have my application deployed.
>
> 2. mvn cargo:deploy - This fails when run against
> a tomcat instance which already has my application
> running or deployed.
>
> Failed to deploy [c:\main\app\ui\target\aa.war]
> Application already exists at path /aa
>
> 3. mvn cargo:deployer-redeploy - This goal undeploys
> and redeploys the application. I guess this is
> deploying the existing war file without refreshing
> with the new war file.
>
> 4. mvn cargo:deployer-redeploy - This fails when
> run against a tomcat instance which doesn't have my
> running or deployed.
>
> [INFO] Failed to redeploy
> [c:\main\app\ui\target\aa.war]
> FAIL - No context exists for path /aa
>
> I did try cargo:undeploy. undeploy works fine. But
> when I use deploy again, it fails with an error,
> something like "..Application with that name already
> exists.."
>
> thanks
> --Prashanth
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>