|
Switching SiteStudio to other port than 8080
This document will tell you how to switch SiteStudio to some other port than 8080.
Note: Before the procedure, make sure the port you want to switch to is not engaged by some other software.
To switch SiteStudio to another port:
- Stop SiteStudio
- Replace all instances of 8080 with your port value in all
<SiteStudio_dir>/studio/WEB-INF/classes/psoft_config/*.properties files, especially in:
counter.properties
counter_user.properties
guestbook.properties
guestbook_user.properties
masonry.properties
poll.properties
poll_user.properties
and in
<SiteStudio_dir>/demo/WEB-INF/classes/psoft_config/masonry.properties
You can perform this step by running the ss.sh setup script and answering the prompted questions
if it's difficult to make changes in several files at once.
- Replace 8080 in the <SiteStudio_dir>jakarta/conf/server.xml file with your port.
- Start SiteStudio.
|