Print  
Gray star Gray star Gray star Gray star Gray star --Not rated--
189 Visits 7 Comments
Created
Daniel Clar Daniel Clar
Modified by
Daniel Clar Daniel Clar
Mar 3, 2010 5:07 PM
Kablink Component
  • Teaming

As mentionned on the installation documentation, we've installed teaming on a SLES11 with the default ports 8080, 8443,2525.

We've redirected the standard port 80, 443 et 25 to these ports but when the users receive an e-mail notification it's with the default port http://teaming...:8080/ in the links.

But the system is not responding to these links.

Where is it possible to configure it so that it works ?

Thanks,

Daniel

We've done some tries with SuseFirewall2 and when it's stopped 8080 works but not 80. SO how to configure the Firewall ?

 

Another solution could be to remove ":8080" from mail notifications.

 

Workflow
Process State Action
Discussion workflow Active
This entry is currently active
Attachments(0)
Entry History
Tags
 
Replies
Thumbnail Image
Jong Kim Jong Kim

Can you post the following element from your installer.xml file?

<Host ..... />

Thumbnail Image
Daniel Clar Daniel Clar

 <Host name="xxx.supelec.fr" port="8080" listenPort="" secure
Port="8443" secureListenPort="" shutdownPort="8005" ajpPort="8009" keystoreFile=
""/>

But we have access with http://xxx.supelec.fr

Thanks

Daniel

 

Thumbnail Image
Jong Kim Jong Kim

<Host name="xxx.supelec.fr" port="8080" listenPort="" secure
Port="8443" secureListenPort="" shutdownPort="8005" ajpPort="8009" keystoreFile=
""/>

If you want end users to use the port 80 and have the packets redirected to 8080, then you need to set port to 80, listenPort to 8080, securePort to 443, and secureListenPort to 8443. Wit these settings, the links in the email notifications will have the correct port 80.

Thumbnail Image
Daniel Clar Daniel Clar

Yes but what about the installation documentation page 51 and 52 ?

It's written that port 80 is not secure that Tomcat listens on port 8080 and the description of the Firewall configuration or iptables is given.

So you mean I have to modify installer.xml to have :

<Host name="xxx.supelec.fr" port="80" listenPort="8080"  secure
Port="443" secureListenPort="8443"....

 

Daniel

 

Thumbnail Image
Jong Kim Jong Kim

You're correct about

<Host name="xxx.supelec.fr" port="80" listenPort="8080"  secure
Port="443" secureListenPort="8443"....

Thumbnail Image
Daniel Clar Daniel Clar

Should I modify also the SuseFirewall/iptables configuration  or leave it as before ?

 

Thanks

Daniel

Thumbnail Image
Jong Kim Jong Kim

You have to follow the instructions in the section titled "Setting Up Port Forwarding". If you have already done so, leave it as is.

Skip Footer Toolbar