Discussion:
images not displayed in IBM HTTP Server
(too old to reply)
s***@yahoo.co.in
2005-11-24 15:55:33 UTC
Permalink
Hello

After many experiments our webserver plugins works fine.

It appears website is up and running using SSL https://www.mydomain.com/application/jsp/Login.jsp
But images are not getting displayed and website links are not working.

Please see the below Error_logs file.

When I access the web site using URL https://www.domain.com:10014/sasinv1r1web/jsp/Login.jsp then the application is working fine.

Even using HTTP Request URL http://209.xx.xx.xx:10012/sasinv1r1web/jsp/Login.jsp the application is working fine.

I wonder why the images and website link is not working?

I value your thoughts on this.


I got the following error in Error_log file :-
[Thu Nov 24 09:58:00 2005] [error] [client 66.69.2.34] ZSRV_MSG0016: URI in request GET /sasinv1r1web/images/cright.gif HTTP/1.1 is not valid, referer: https://www.sasinbp.com/sasinv1r1web/jsp/Login.jsp
[Thu Nov 24 09:58:00 2005] [error] [client 66.69.2.34] ZSRV_MSG0018: File /www/sasinhttp/htdocs/sasinv1r1web does not exist, referer: https://www.sasinbp.com/sasinv1r1web/jsp/Login.jsp
[Thu Nov 24 09:58:00 2005] [error] [client 66.69.2.34] ZSRV_MSG0016: URI in request GET /sasinv1r1web/images/login_border_r.gif HTTP/1.1 is not valid, referer: https://www.sasinbp.com/sasinv1r1web/jsp/Login.jsp
[Thu Nov 24 09:58:00 2005] [error] [client 66.69.2.34] ZSRV_MSG0018: File /www/sasinhttp/htdocs/sasinv1r1web does not exist, referer: https://www.sasinbp.com/sasinv1r1web/jsp/Login.jsp
[Thu Nov 24 09:58:00 2005] [error] [client 66.69.2.34] ZSRV_MSG0016: URI in request GET /sasinv1r1web/images/login_border_h.gif HTTP/1.1 is not valid, referer: https://www.sasinbp.com/sasinv1r1web/jsp/Login.jsp
[Thu Nov 24 10:02:56 2005] [notice] ZSRV_MSG0387: SIGTERM received. Shutting down.
[Thu Nov 24 10:06:52 2005] [notice] ZSRV_MSG0385: Apache configured -- resuming normal operations.
[Thu Nov 24 10:07:50 2005] [error] ZSRV_MSG0214: Improperly formated certificate or certificate not valid, error = 415.
[Thu Nov 24 10:07:50 2005] [error] ZSRV_MSG0214: Improperly formated certificate or certificate not valid, error = 415.
[Thu Nov 24 10:07:55 2005] [error] ZSRV_MSG0214: Improperly formated certificate or certificate not valid, error = 415.


chitre.
f***@andin.com
2008-07-22 20:32:27 UTC
Permalink
Hello Chitre,



I can see that when you specify a port in the URL, the application works good. In this case, the WAS is handling the request directly, no the HTTP Server. When you do not specify the port number, as in the first URL you typed, the one handling the request is the HTTP Server. Knowing this, when you do NOT specify the port number, the webserver plugin calls the instance of the Application Server, but doesn't have a directory set for those images you want to show. I'm almost sure that those images are located in the WAS directory structure, and NOT in the HTTP Server directory Structure. So when you make a reference to a directory e.g. /images/ the HTTP Server looks into its own directories, set in the httpd.conf file. But if you call the URL with the port number, the application server receives the requests, and when it looks for the /images/ directory it will find it.



Take a look into 2 files:

/conf/httpd.conf

/Plugins/config/webserver1/plugin-cfg.xml



It would be very helpfull if attach this log file for me: /logs/access.log
Loading...