BTW, this https://cwiki.apache.org/confluence/display/SYNCOPE/Create+a+new+Syncope+project, says:
Version warning The content below is for Apache Syncope <= 1.2 - for later versions the Getting Started guide is available. which, then points to this: http://syncope.apache.org/docs/getting-started.html#maven-project which is what I am now following (since version 2.1.3 is > 1.2). and that is what I am following now to build the project... On Monday, April 1, 2019, 1:34:11 PM EDT, o haya <[email protected]> wrote: Hi, I am trying to follow the documentation at Run Syncope in real environments - Apache Syncope - Apache Software Foundation, in particular the Other setup tasks" part and the "Connect console to core". | | | | Run Syncope in real environments - Apache Syncope - Apache Software Foun... | | | The "Connect console to core" says to "Modify console/src/main/resources/console.properties so that provided properties reflects the scheme, hostname and port number where your JEE container is running and the URL context where Syncope core will be deployed.". Should that "console.properties" be modified BEFORE running the mvn to create the package or before deploying the built WAR files? Where is that "console.properties" that is being referred to? Is it under the archetype directory? Or under the Tomcat webapps directory after the WARs are deployed? FYI, right now, I re-ran the mvn using 2.1.3 and then the mvn to build the package and then deployed 3 WAR files (syncope, syncope-enduser, and syncope-console.war) to the Tomcat, and when I attempt to access the /console, I am getting: Root Cause java.net.ConnectException: ConnectException invoking http://localhost:9080/syncope/rest/platform: Connection refused (Connection refused) Sorry, I think that, at this point, I am really confused :(!! Jim On Monday, April 1, 2019, 1:07:50 PM EDT, Filipe Silva <[email protected]> wrote: Hi It's best to. You can check the documentation for the migration process (1.* to 2.*) but unless you have already plenty of data I advice you against it. Regards Filipe On 01/04/19 17:38, o haya wrote: Hi, If I rebuild the WARs and deploy those instead of the 1.1.3 ones I have, will I have to delete the database (in Mysql) and re-create the database? Thanks, Jim
