1 Reply Latest reply on Aug 9, 2007 1:07 PM by enriquei

    Forward JBOSS ports & also set default applet

    enriquei

      Hi, I have two issues. They seem fairly simple, I just don't know where to start.

      First issue: I want to forward all requests to port 80 to port 443 (SSL).

      I suppose I would use Connector port="80" and then follow that with redirectPort="443" but that doesn't seem to be working. Any ideas?


      Second issue: How do I change the splash page for jboss? Currently I have an application at website.com:8080/portal/ I want that application to be viewed just from website.com:8080 (and after resolving issue 1, just website.com).

      Thanks in advance for your help. It is greatly appreciated.