2.6.2 JSP Wizard generates incorrect basePath for https MyEclipse Archived > Bugs This topic has 1 reply, 2 voices, and was last updated 21 years, 1 month ago by support-michael. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts October 1, 2003 at 2:42 pm #198896 Reply pholisterMember String basePath = “http://”+request.getServerName()+”:”+request.getServerPort()+path+”/”; Shouldn’t that be: request.getScheme() instead of “http://” October 1, 2003 at 10:50 pm #198906 Reply support-michaelKeymaster Good catch. I have updated the template per your suggestion. It will be included in the next MyEclipse release. Thanks. Michael MyEclipse Support Author Posts Viewing 2 posts - 1 through 2 (of 2 total) Reply To: 2.6.2 JSP Wizard generates incorrect basePath for https You must be logged in to post in the forum log in