|
Home > Archive > WebSphere HTTP Server > December 2005 > The webserver does not provide static content with ssl
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
The webserver does not provide static content with ssl
|
|
|
| Hello, I'm giving problems with configuring IBM HTTP Server 1.3.28 in WAS 5.1.
I have configured ssl in was, and through de webserver the application works correctly (both ports :443 and :9443 works correctly) but I want static content with ssl and I don't obtain it. The webserver works with http (not https) when I ask it from stati
c content.
Can someone help me? Thanks
Regards
Fani
| |
| Ray McVay 2005-12-26, 6:05 pm |
| I suspect you've got your web app at a root context, "/", and I think
you'll have to move your app context down a level and put your static
content into a different context for it to be served by IHS.
estefania.exposito@ruraltorrent.com wrote:
> Hello, I'm giving problems with configuring IBM HTTP Server 1.3.28 in WAS 5.1.
> I have configured ssl in was, and through de webserver the application works correctly (both ports :443 and :9443 works correctly) but I want static content with ssl and I don't obtain it. The webserver works with http (not https) when I ask it from sta
tic content.
>
> Can someone help me? Thanks
>
> Regards
> Fani
| |
|
| Hello,
First of all, thanks for your fast response.
I don't know if I have understood you correctly. The webserver (IHS) is installed in c:/ibmhttpserver (win2000), and the static content is placed in a lower level directory (under htdocs).
I think that the port for IHS isn't correctly configured.
Regards
Fani
[vbcol=seagreen]
> I suspect you've got your web app at a root context,
> "/", and I think
> you'll have to move your app context down a level and
> put your static
> content into a different context for it to be served
> by IHS.
>
> estefania.exposito@ruraltorrent.com wrote:
> HTTP Server 1.3.28 in WAS 5.1.
> webserver the application works correctly (both ports
> :443 and :9443 works correctly) but I want static
> content with ssl and I don't obtain it. The webserver
> works with http (not https) when I ask it from static
> content.
| |
| Ray McVay 2005-12-27, 6:17 pm |
| What is the context root for your Java web app?
estefania.exposito@ruraltorrent.com wrote:
> Hello,
> First of all, thanks for your fast response.
> I don't know if I have understood you correctly. The webserver (IHS) is installed in c:/ibmhttpserver (win2000), and the static content is placed in a lower level directory (under htdocs).
>
> I think that the port for IHS isn't correctly configured.
>
> Regards
> Fani
>
>
>
>
>
|
|
|
|
|