You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by "Jose Luis Pedrosa (JIRA)" <ji...@apache.org> on 2013/10/01 13:43:24 UTC

[jira] [Created] (SYNAPSE-982) Incorrect path of properties files in war distribution

Jose Luis Pedrosa created SYNAPSE-982:
-----------------------------------------

             Summary: Incorrect path of properties files in war distribution
                 Key: SYNAPSE-982
                 URL: https://issues.apache.org/jira/browse/SYNAPSE-982
             Project: Synapse
          Issue Type: Bug
          Components: Deployment
    Affects Versions: 2.1
         Environment: War distribution
            Reporter: Jose Luis Pedrosa
            Assignee: Hiranya Jayathilaka
            Priority: Minor


When synapse starts, try to load serveral config files, and it fails.
sample:

13:31:55,684 DEBUG [org.apache.axis2.transport.base.BaseUtils] (ServerService Thread Pool -- 51) Loading a file 'mailto.properties' from classpath
13:31:55,685 DEBUG [org.apache.axis2.transport.base.BaseUtils] (ServerService Thread Pool -- 51) Unable to load file  'mailto.properties'
13:31:55,685 DEBUG [org.apache.axis2.transport.base.BaseUtils] (ServerService Thread Pool -- 51) Loading a file 'conf/mailto.properties' from classpath
13:31:55,686 DEBUG [org.apache.axis2.transport.base.BaseUtils] (ServerService Thread Pool -- 51) Unable to load file  ' conf/mailto.properties '

afected files (probably more):
synapse.properties
vfs.properties
mailto.properties
nhttp.properties

In the war distribution it is under:
/synapse.war/WEB-INF/repository/conf/

what is the correct solution?
move them to web-inf/classes?

Thanks in advance.

JL





--
This message was sent by Atlassian JIRA
(v6.1#6144)

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