Showing posts with label SSL. Show all posts
Showing posts with label SSL. Show all posts

Thursday, November 8, 2007

Getting JBoss Seam to redirect SSL requests for development environments

  1. Add the navigation namespace and schema location to components.xml.
  2. Add the tag to configure HTTP and HTTPS ports.
    • Example: <navigation:pages port="8080" port="8443">