RE : Server error on getPatch. Status code=403
Hi,
It works! Our ls-config.properties file was wrong (wrong path and a "\" was missing)… Thank you a lot! :)
By the way, we have also find some small disaggreaments during installation, considering the libresourceDS.properties file. We had to change by hand the "DBURL", "DBUSER" and "DBPASSWD" in <LS_DIR>\JOnAS\conf\libresourceDS.properties to their real values:
datasource.name libresourceDS
datasource.url jdbc:postgresql://localhost:5432/libresource
datasource.classname org.postgresql.Driver
datasource.username postgres
datasource.password ******* (here enter your postgres password)
datasource.mapper rdb.postgres
(...)
I hope this may help the installer evolution in the future...
Best regards!
Manuele