I have started a jetty server in my remote server. But I got problem accessing the default page. I followed the getting started steps and used the command java -jar start.jar to start the server. The port is set to 8080. When I use my Ip http://20.14.228.123:8080/ The site is never found. Do you guys have any clue of what I have done wrong? According to my terminal window it is running.
UPDATE:
sorry I ran wget localhost:8080 and connection failed it says. But I can go in to the default page though. I’m newbie in Java apps deployment, but I exported a war file on my computer and placed it under webapps in the jetty folder is that right procedure? because it don’t runs. According to my web.xml in my webapp a servlet is mapped through /Push/GetContacts and when I enter the destination(http://localhost:8080/Push/GetContacts) in my web browser it don’t show up?
FINAL:
Never mind I fixed it!
Can you try to run wget localhost:8080 from you server terminal? Just to check that port\ip not blocked somewhere on network layer? It must download html showed by jetty if it actually run…