Hi there, I'm sorry if I'm intruding, but is there any way to change the
localhost off of 9000? I can't load the default TinyDMS page(s), and I
suspect it's because I have a particular set of forwarding rules that
monopolize that port.
I don't understand much of this, but I think I'd need to change
something in Java, which is way beyond my purview. Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello Theodore,
To change the default port, follow these steps:
1- make sure to stop TinyDMS
2- look for the file named "jetty.xml" under the folder "conf"
3- in the line 66, you will see the default port being set to 9000 (in the property "jetty.port"
4- change the port to whatever value you prefer and save the file.
5- start the server.
I hope I helped, please don't hesitate to ask any further questions.
Regards,
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi there, I'm sorry if I'm intruding, but is there any way to change the
localhost off of 9000? I can't load the default TinyDMS page(s), and I
suspect it's because I have a particular set of forwarding rules that
monopolize that port.
I don't understand much of this, but I think I'd need to change
something in Java, which is way beyond my purview. Thanks!
Hello Theodore,
To change the default port, follow these steps:
1- make sure to stop TinyDMS
2- look for the file named "jetty.xml" under the folder "conf"
3- in the line 66, you will see the default port being set to 9000 (in the property "jetty.port"
4- change the port to whatever value you prefer and save the file.
5- start the server.
I hope I helped, please don't hesitate to ask any further questions.
Regards,