On 15/02/2013 00:03, Ömer Faruk AK wrote:
Thank you, i was trying in wrong folder as you say.

But now i can not access localhost:9080/syncope/rest
my /console/src/main/resources/configuration.properties settings is same like

    scheme=http
    host=localhost
    port=9080
    path=/syncope/rest/

but still i'm getting "HTTP STATUS 404"

As reported in [1], http://localhost:9080/syncope/rest is the base URL for REST services; it is meant to be completed by the different services you'd like to access, as for example "/schema/user/list.xml". FYI, the complete URL in this case would be

http://localhost:9080/syncope/rest/schema/user/list.xml

and this will return an XML representation of the list of attribute schemas defined for users.

Anyway, it is by far more meaningful when trying Syncope for the first time, to take a look at the admin console UI, e.g.

http://localhost:9080/syncope-console

Regards.

[1] https://cwiki.apache.org/confluence/display/SYNCOPE/Run+Syncope+in+embedded+mode

--
Francesco Chicchiriccò

ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member
http://people.apache.org/~ilgrosso/

Reply via email to