Rudolf-Barbu / Ward

Server dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to access to Ward after initializing the port

JulesLassara opened this issue · comments

Hello,

I followed the instructions for a docker installation, and I don't have any error in logs, as you can see here :

2020-12-09 15:46:18.180 INFO 1 --- [ Thread-3] o.s.boot.SpringApplication : Starting application using Java 1.8.0_212 on 61090399b3e0 with PID 1 (/ward.jar started by root in /)
2020-12-09 15:46:18.181 INFO 1 --- [ Thread-3] o.s.boot.SpringApplication : No active profile set, falling back to default profiles: default
2020-12-09 15:46:19.101 INFO 1 --- [ Thread-3] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 4001 (http)
2020-12-09 15:46:19.103 INFO 1 --- [ Thread-3] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2020-12-09 15:46:19.104 INFO 1 --- [ Thread-3] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.39]
2020-12-09 15:46:19.112 INFO 1 --- [ Thread-3] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2020-12-09 15:46:19.112 INFO 1 --- [ Thread-3] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 914 ms
2020-12-09 15:46:19.273 INFO 1 --- [ Thread-3] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2020-12-09 15:46:19.313 INFO 1 --- [ Thread-3] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page template: index
2020-12-09 15:46:19.408 INFO 1 --- [ Thread-3] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 4001 (http) with context path ''
2020-12-09 15:46:19.416 INFO 1 --- [ Thread-3] o.s.boot.SpringApplication : Started application in 1.364 seconds (JVM running for 8.731)

Moreover, I tried with the 4001 port because when I'm typing 4000 it says me "Use another port".
Do you have an idea why ?

I have the same problem

4000 is the port for the setup page
try docker run --name ward -p 8080:4000 -p 8000:8000 ward
and use port 8000 as application port

I have revived this project and removed the need for an application port.
see
https://github.com/AntonyLeons/Ward