[HIPPO] Change jetty port
November 10, 2009 in IT and Stuff
For some reason, my port 8080 is blocked. I dont know how and why. But it does happen. Till now, I still could not fix it. What a drag!
Therefore, as we know the default cms port is 8080. And for some minutes, I could not run my hippo cms. So, I trie to change the jetty port by typing:
$ -Djetty.port=8999
but it still does not work, so there must be a configuration that define the jetty port. And it is in pom.xml so change the port to every number you want.
Success!