Silverpeas / docker-silverpeas-prod

A project to build a docker image of Silverpeas ready for production
GNU General Public License v3.0
3 stars 5 forks source link

Silverpeas on docker gives 404 & management also inaccessible. #6

Closed vemman closed 11 months ago

vemman commented 1 year ago

I am trying to test Silverpeas. I followed the instructions as given on the docker page. But after setting both Postgres and Silverpeas, I get a 404 error. Both via mapped port to host and from within the container (I used Lynx inside the container and I got the same result).

I checked the Postgres container and can see that tables (236 of them) are created. I am not proficient not Java dev but let me know what log files are needed.

Any help is appreciated Thank You V

System Configuration AMD Ryzen 5 5600, 16GB, Windows 10 + WSL2 + Docker Desktop

Logs silverpeas-error.log docker-sp.log wildfly-server.log silverpeas-trace.log jboss-output.log

SilverDav commented 1 year ago

Hello Raman,

I found no error in the logs.. which url did you use to test ?

Don't forget to specifiy the web context: http://localhost:8000/silverpeas

vemman commented 1 year ago

Hello Raman,

I found no error in the logs.. which url did you use to test ?

Don't forget to specifiy the web context: http://localhost:8000/silverpeas

Hi, thanks for the reply. I was using http://localhost:port/. The docker hub documentation was not telling to use "/silverpeas" folder. I should've gone in full with the silverpeas.org installation doc.

Thanks for the help. Let me continue to explore this.