>From my project root I ran: mvn clean verify -Dconf.directory=/opt/syncope/conf -Dbundles.directory=/opt/syncope/bundles -Dlog.directory=/opt/syncope/log
Then I copied the respective *.properties into /opt/syncope/conf and the respective *.war into Tomcat (CATALINA_HOME/webapps) Tried with both 8080 and 9080 on these files: CATALINA_HOME\conf\server.xml (<Connector port="9080"......) /opt/syncope/conf/console.properties (port=9080) /opt/syncope/conf/enduser.properties (port=9080) Finally I restarted Tomcat. I'm still getting the same exception: javax.xml.ws.WebServiceException: Remote exception with status code: NOT_FOUND..... Any ideas? </quote> Ok, please move step by step. First, since you have 9080 configured on $CATALINA_HOME/conf/server.xml (but why?), then it's ok to have that port also on /opt/syncope/conf/console.properties /opt/syncope/conf/enduser.properties Now: 1. shut down Tomcat 2. tail -f (or xtail, better) on $CATALINA_HOME/logs/catalina.out and /opt/syncope/log/*.log 3. startup Tomcat 4. watch the logs and see if any exception occurs If any exception is raised, please report; if not, try to access http://localhost:9080/syncope/ and see if any error is reported there. If no error, then there is no reason why the Admin Console should not be working; anyway, keep watching the logs and access http://localhost:9080/syncope-console/ and see if any error is reported. HTH Regards. -- View this message in context: http://syncope-user.1051894.n5.nabble.com/Any-tutorials-tp5709363p5709429.html Sent from the syncope-user mailing list archive at Nabble.com.
