Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Teasmite / Websphere
remyah
I use Teamsite 6.5Sp2 in Solaris env. websphere 5.1.1.8 configured for serveletd. It is listening to 8080.
When I use http:/iw-cc
I am getting page cannot be displayed error.
When I use http:/iw-cc/command/iw.ui
it is working fine.
I am able to see the request coming into Teamsite and then redirected to websphere. From websphere I am not getting reply.
Any one encountered similar problem...
Find more posts tagged with
Comments
nbwoven
I hope you're also entering the IP or FQDN after the http:// .
Can you confirm that you have followed the instructions in the Install guide "Configuring App. Servers" section .You should be able to access the Content Centre UI by pointing your browser to the Webspher Server
:
http:///iw-cc
and not
http:///iw-cc/command/iw.ui
(This will work too!).
Also For IBM-WS there's an additional step involving editing java-ibm/jre/lib/security/java.security file . Depending on your system configuration, this step might be necessary because the
IBM JSSE implementation does not support TrustManager, which implements rules for certificate chain path validation starting in Java v1.4.2. The IBMJSSEProvider2 implementation provides the necessary TrustManager support.
remyah
We had ssl offloader. The request was given as https/servername/iw-cc. Websphere redirects it as http:/servername/iw-cc.
We installed a patch for Websphere to correct this problem.
sasikumarg
Hi Remyah,
my guess is it has to do with the rewrite rules in websphere.
remyah
Hi Sasi ,
Do u have SSL offloader in your env.
Remyah