Hi, I'm trying to change the port number that the start.jar application runs on. I have found examples on the web that use the -Djetty.port=????command, i.e.
java -Djetty.port=8521 -jar start.jar However when I run this it seems to ignore the command and still start on the default port of 8983. Any suggestions? Also, I'd really like to get hold of the source code to the start.jar but I cant seem to find it anywhere. Again, any suggestions? Thanks Mike