Details
-
Bug
-
Resolution: Fixed
-
Blocker
-
11.9
-
Windows 10 Pro 64 bit, Firefox 70, using a local instance of XWiki 11.9 on Oracle 12c
-
Unknown
-
N/A
-
N/A
-
Description
STEPS TO REPRODUCE
- Unzip a fresh XWiki 11.9 instance
- Edit 'start_xwiki.bat' and change 'set JETTY_PORT=8080' to another port (e.g. 1190)
- Save and start the instance
EXPECTED RESULTS
After the XWiki server was started, the configured port is displayed on the console, so the user can start the instance following the path, e.g.:
2019-10-30 16:21:34.203:INFO:oxtjl.NotifyListener:main: ----------------------------------
2019-10-30 16:21:38.730:INFO:oxtjl.NotifyListener:main: Server started, you can now open http://ILIEA-PC:1190/ in your browser to access your wiki.
2019-10-30 16:21:38.730:INFO:oxtjl.NotifyListener:main: ----------------------------------
ACTUAL RESULTS
The changed port is not displayed on the console, except in the first line when the server starts:
Starting Jetty on port 1190, please wait...
After the server is started, still the default 8080 port is displayed on the path for the user to open in its browser to access the wiki.
However, the instance can be accessed only through custom set port 1190, not from the 8080 one.
The issue could not be reproduced on XWiki 11.8.1
Attachments
Issue Links
- is related to
-
XWIKI-15155 Upgrade to Jetty 9.4.21.v20190926
- Closed