Login
Register
Home
Q&A
Questions
Tags
1.2k
questions
1.4k
answers
361
comments
339
users
Categories
All categories
Send feedback
Sidebar
How do you configure QIE to use a specific port instead of port 80?
+1
vote
558
views
asked
Jul 8, 2013
by
ron-s-6919
(
4.5k
points)
I want to be able to configure which port the QIE application is running on.
java-options
port
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1
Answer
+2
votes
Best answer
Use the following java option:
-Djetty.port=8080
for additional details, see the
QIE Install Guide
. The QIE Install Guide is available under the Help menu in QIE.
answered
Jul 8, 2013
by
ron-s-6919
(
4.5k
points)
selected
Jul 8, 2013
by
sam-s-1510
Please
log in
or
register
to add a comment.
...