a year ago
i have deployed my Java API application into railway and when i went to deploy log and checked , it ran okay.
2024-11-09T04:42:25.173Z INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path ''
2024-11-09T04:42:25.199Z INFO 1 --- [ main] c.j.q.QuanlituyendungApplication : Started QuanlituyendungApplication in 13.267 seconds (process running for 13.827)
2024-11-09T04:47:27.634Z INFO 1 --- [nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2024-11-09T04:47:27.634Z INFO 1 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2024-11-09T04:47:27.639Z INFO 1 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 5 ms
but then i can't access to url qltd.up.railway.app , it showed message Access to qltd.up.railway.app was denied
You don't have the user rights to view this page.
sorry for my english , cause i'm not good at writting skill :))
0 Replies