[
https://issues.apache.org/jira/browse/HIVE-7233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14603952#comment-14603952
]
Alexander Pivovarov commented on HIVE-7233:
-------------------------------------------
Lots of modern web project use embedded webservers like Tomcat or Jetty.
They are not supposed to be deployed to web container and this is why they
should not be packed as WAR.
Instead of it the webapp and embedded server are started as regular java
program using HWIServer.main() (which calls HWIServer.start())
> File hive-hwi-0.13.1 not found on lib folder
> --------------------------------------------
>
> Key: HIVE-7233
> URL: https://issues.apache.org/jira/browse/HIVE-7233
> Project: Hive
> Issue Type: New Feature
> Components: Web UI
> Affects Versions: 0.13.1
> Reporter: Dinh Hoang Luong
> Assignee: Thomas Friedrich
> Attachments: HIVE-7233.1.patch
>
>
> I found that:
> line 27 of file
> .../apache-hive-0.13.1-sr/hwi/pom.xml with
> <package>jar</package> instead of <package>war</package>
> sorry my english is bad.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)