• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Tomcat SSL Context

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've set up Tomcat for SSL communication, and it does work. But I have a question that, how can I setup the Tomcat to use a specific connector for the context?? Say I've setup SSL connector as port 8443 and the normal http connector as port 8080, and I have a context with path /myweb. Now I can use http://localhost:8080/myweb or https://localhost:8443/myweb to connect to the same page..... how can I set such that only https://localhost:8443/myweb can connect to the page but not the normal http??
 
reply
    Bookmark Topic Watch Topic
  • New Topic