|
| Hello
I have installed IBM HTTP Server and IBM WebSPhere Application Server V6.
I have installed Versigin SSL Certificate for IBM HTTP Server.
It appears the website is up and running using SSL https://www.mydomain.com.
Whenever I am accessing the web application through http server using URL https://www.mydomain.com/applicationname I am encountering following error :-
HTTP 404 - File Not Found.
Whenever I am accessing application using URL https://www.mydomain.com:443/application name it is working fine and I am able to see the web page.
I tried to generate the websphere plugin and restarted the Appserver/http server and tried again using URL https://mydomain.com/applicationname but still encountered the 'HTTP 404 - File Not Found' error.
Below are the parameters available in plugin-cfg.xml :
<VirtualHostGroup Name="default_host">
<VirtualHost Name="*:9080"/>
<VirtualHost Name="*:10014"/>
<VirtualHost Name="*:80"/>
</VirtualHostGroup>
<ServerCluster CloneSeparatorChange="false" LoadBalance="Round Robin" Name="SasinApp_SATERIWS_SasinApp_Cluster" PostSizeLimit="-1" RemoveSpecialHeaders="true" RetryInterval="60">
<Server ConnectTimeout="0" ExtendedHandshake="false" MaxConnections="-1" Name="SATERIWS_SasinApp_SasinApp" ServerIOTimeout="0" WaitForContinue="false">
<Transport Hostname="SATERIWS.SASINBP.COM" Port="9080" Protocol="http"/>
<Transport Hostname="SATERIWS.SASINBP.COM" Port="10014" Protocol="https">
<Property Name="keyring" Value="/QIBM/UserData/WebSphere/AppServer/V6/Base/profiles/SasinApp/etc/plugin-key.kdb"/>
<Property Name="stashfile" Value="/QIBM/UserData/WebSphere/AppServer/V6/Base/profiles/SasinApp/etc/plugin-key.sth"/>
</Transport>
</Server>
</ServerCluster>
Port 10014 is dedicated for SSL request. The application is being accessed using URL https://www.mydomain.com:10014/applicationname it is working.
https://www.mydomain.com/ is working but I wonder why URL https://www.mydomain.com/applicatonanme is not working.
Note : We are running SSL only for IBM HTTP Server.
We don't want to assign SSL for WebSphere APP Server.
I value your inputs on this.
Chitre.
|
|