Unable to start sun java web server 6.1 SP4
Hi,
I have recently installed sun java web server 6.1 SP4 on solaris 10. The directory structure it created was completely different from the one mentioned in the documentation. I could not find the https-adminserv directory under the web server root directory. Instead the closest directory was bin/https/httpadmin/bin directory. On executing ./start it gave an error
ld.so.1: start: fatal: libssl3.so: open failed: No such file or directory
Killed
Any help is welcome. Thanks.
I had not installed the webserver in the standard location /opt/SUNWwbsrvr but in /BCP partition.
# 3
It seems that your installation has problem. Web Server needs some shared components from JES. If you install WS in default location what happen?If it still show the problem, you may post the result here. Otherwise, you may report a bug for JES installer.
# 5
also, you can do something like
cd https-admserv
sh -x start
this will show as to what is the current LD_LIBRARY_PATH is pointing to and why ssl3.so is not getting loaded.
if you don't see
https-* under web server install root directory, then something wrong with your installation as well.
yes, if u stand alone version of web server, then you shouldn't run into any dependencies issue. u can also get 6.1 sp6 version from web - http://www.sun.com/webserver