Run jsp in eclipse on specific port and ssl
Posted
by zealot452
on Stack Overflow
See other posts from Stack Overflow
or by zealot452
Published on 2010-03-17T18:57:29Z
Indexed on
2010/03/17
19:01 UTC
Read the original article
Hit count: 172
Hello,
I have used Eclipse 3.4 to create a Dynamic Web Project. I have also configured my server to use port 8443 with ssl. If I start my server I can access my test.jsp by going to it's address
https://localhost:8443/TestContext/test.jsp
In eclipse, I have installed this server and added my project to the server. If I Run test.jsp it always launches as
http://localhost:8080/TestContext/test.jsp
My question is: How can I set up eclipse to run this on https://localhost:8443/ rather than the default 8080? Thanks in advance.
© Stack Overflow or respective owner