[
https://issues.apache.org/jira/browse/EAGLE-934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15929550#comment-15929550
]
ASF GitHub Bot commented on EAGLE-934:
--------------------------------------
Github user haoch commented on a diff in the pull request:
https://github.com/apache/eagle/pull/849#discussion_r106598634
--- Diff: eagle-assembly/src/main/conf/eagle.conf ---
@@ -75,7 +77,8 @@ metadata {
username = "root"
password = ""
driverClassName = com.mysql.jdbc.Driver
- url = "jdbc:mysql://server.eagle.apache.org:3306/eagle"
+ database = "eagle"
+ connection =
"jdbc:mysql://server.eagle.apache.org:3306/eagle?user=root"
--- End diff --
Is the `user=root` duplicated with `username` field?
> update packaging to use new configs
> -----------------------------------
>
> Key: EAGLE-934
> URL: https://issues.apache.org/jira/browse/EAGLE-934
> Project: Eagle
> Issue Type: Bug
> Components: Core::Eagle Server
> Affects Versions: v0.5.0
> Reporter: Jayesh
> Assignee: Jayesh
> Priority: Minor
> Fix For: v0.5.0
>
>
> Eagle 0.5 packaging is still using old config files located at
> eagle-server-assembly/src/main/conf
> right config files being used are located at eagle-server/src/main/resources
> This task is to update eagle 0.5 packaging.
> Feel free to provide all the changes/refactoring that should be done as part
> of packaging update.
> Hao, Thanks for following suggestions, that is also incorporated into this
> change.
> 1) rename eagle-server-assembly to eagle-assembly
> 2) add doc dir in distribution
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)