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 2015/11/25 10:01:32 UTC

[Bug 58649] New: Version is displayed as "None specified" even if tag is specified during deployment

https://bz.apache.org/bugzilla/show_bug.cgi?id=58649

            Bug ID: 58649
           Summary: Version is displayed as "None specified" even if tag
                    is specified during deployment
           Product: Tomcat 8
           Version: trunk
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Manager
          Assignee: dev@tomcat.apache.org
          Reporter: sagarmmhatre@yahoo.co.in

The <tag> in pom.xml has version of the webapp
<tag>3.1</tag>

tomcat7-maven-plugin:2.2 is used with goal tomcat7:deploy
The console prints 
[INFO] --- tomcat7-maven-plugin:2.2:deploy (default-cli) @ sample-webapp ---
[INFO] Deploying war to http://localhost:8028/sample-webapp  
Uploading:
http://localhost:8028/manager/text/deploy?path=%2Fsample-webapp&update=true&tag=3.1
Uploaded:
http://localhost:8028/manager/text/deploy?path=%2Fsample-webapp&update=true&tag=3.1
(1346 KB at 61144.1 KB/sec)

[INFO] tomcatManager status code:200, ReasonPhrase:OK
[INFO] OK - Deployed application at context path /sample-webapp

But the Manager App at http://localhost:8028/manager/html/list displays "None
specified" in the Version column

-- 
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 58649] Version is displayed as "None specified" even if tag is specified during deployment

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

Konstantin Kolinko <kn...@gmail.com> changed:

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

--- Comment #2 from Konstantin Kolinko <kn...@gmail.com> ---
"version" and "tag" are different things.

Version:
http://tomcat.apache.org/tomcat-8.0-doc/manager-howto.html#Common_Parameters

Tag:
http://tomcat.apache.org/tomcat-8.0-doc/manager-howto.html#Deploy_A_New_Application_Archive_%28WAR%29_Remotely

-- 
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 58649] Version is displayed as "None specified" even if tag is specified during deployment

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

Sagar Mhatre <sa...@yahoo.co.in> changed:

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

--- Comment #1 from Sagar Mhatre <sa...@yahoo.co.in> ---
Tomcat version 8.0.28

-- 
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