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: [email protected]
Reporter: [email protected]
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: [email protected]
For additional commands, e-mail: [email protected]