You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2014/03/18 17:45:41 UTC

[Bug 56281] New: Parallel deployment with Ant deploy task

https://issues.apache.org/bugzilla/show_bug.cgi?id=56281

            Bug ID: 56281
           Summary: Parallel deployment with Ant deploy task
           Product: Tomcat 7
           Version: 7.0.52
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Integration
          Assignee: dev@tomcat.apache.org
          Reporter: mgeich5+apachebug@gmail.com

I am trying to deploy a tomcat webapp with Ant deploy task but the version does
not seem to be considered. When I deploy a file with name ROOT##003 the version
is not considered and instead of deploying version 003 it tries to deploy with
an unspecified version.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 56281] Parallel deployment with Ant deploy task

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56281

--- Comment #5 from Joqus <mg...@gmail.com> ---
This is the problem with this kind of community, the channel is more important
than the actual goal. Solving the issue is just a detail, you HAVE to go
somewhere else.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 56281] Parallel deployment with Ant deploy task

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56281

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #2 from Mark Thomas <ma...@apache.org> ---
The file name is ignored. You need to set the version parameter.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 56281] Parallel deployment with Ant deploy task

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56281

--- Comment #3 from Joqus <mg...@gmail.com> ---
The code I am using

<target name="tomcat.deploy" >
      <deploy url="http://localhost:8080/manager/text"
username="${deploy.user}" password="${deploy.pass}" path="/"
war="file:ROOT%23%23${version}.war"/>                   
</target>

(the %23 are the '#' characters)

How can I specify the version in this case?

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 56281] Parallel deployment with Ant deploy task

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56281

Christopher Schultz <ch...@christopherschultz.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from Christopher Schultz <ch...@christopherschultz.net> ---
Can you give an example of your ant script?

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 56281] Parallel deployment with Ant deploy task

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56281

--- Comment #6 from Chuck Caldarale <ch...@unisys.com> ---
(In reply to Joqus from comment #5)
> This is the problem with this kind of community, the channel is more
> important than the actual goal. Solving the issue is just a detail, you HAVE
> to go somewhere else.

No, the point is to insure that the issue and responses are visible (and
therefore might help) all those on the users mailing list, not just the one
person who improperly filed a bugzilla entry.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 56281] Parallel deployment with Ant deploy task

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56281

Chuck Caldarale <ch...@unisys.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |INVALID

--- Comment #4 from Chuck Caldarale <ch...@unisys.com> ---
Bugzilla is not a support forum.  You should be using the Tomcat users mailing
list.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 56281] Parallel deployment with Ant deploy task

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56281

Joqus <mg...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |---

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 56281] Parallel deployment with Ant deploy task

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56281

--- Comment #7 from Joqus <mg...@gmail.com> ---
Ok, thanks for nothing.

(In reply to Chuck Caldarale from comment #6)
> (In reply to Joqus from comment #5)
> > This is the problem with this kind of community, the channel is more
> > important than the actual goal. Solving the issue is just a detail, you HAVE
> > to go somewhere else.
> 
> No, the point is to insure that the issue and responses are visible (and
> therefore might help) all those on the users mailing list, not just the one
> person who improperly filed a bugzilla entry.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 56281] Parallel deployment with Ant deploy task

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56281

--- Comment #8 from Christopher Schultz <ch...@christopherschultz.net> ---
(In reply to Joqus from comment #3)
> The code I am using
> 
> <target name="tomcat.deploy" >
> 	  <deploy url="http://localhost:8080/manager/text"
> username="${deploy.user}" password="${deploy.pass}" path="/"
> war="file:ROOT%23%23${version}.war"/>                   
> </target>
> 
> (the %23 are the '#' characters)
> 
> How can I specify the version in this case?

How about reading the documentation?
http://tomcat.apache.org/tomcat-7.0-doc/manager-howto.html#Supported_Manager_Commands

(In reply to Joqus from comment #7)
> Ok, thanks for nothing.

For providing you with a completely free application server and tools to
administer it for the price of asking you to ask questions on a mailing list
instead of in a bug-tracker? You're welcome.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org