技术开发 频道

WebSphere 在linux下的安装配置过程

    四.启动WebSphere
[root@test bin]# cd /opt/WebSphere/AppServer/bin [root@test bin]# ./admin adminclient.sh adminserver.sh [root@test bin]# ./adminserver.sh
    如果没有出现错误的话,就可以把WebSphere启动起来了。
    如果有错误的话请检查一下/opt/WebSphere/AppServer/logs下面的log。

    启动IBM HTTP Server
[root@test logs]# cd /opt/IBMHTTPServer/bin/ [root@test bin]# ./apachectl start

    然后访问一下,如果出现下面的窗口,表示HttpServer已经启动成功。http://<server IP address>

    五.部署WEB Application

    进入WebShere的控制台

[root@test bin]# cd /opt/WebSphere/AppServer/bin [root@test bin]# ./firststeps.sh

    看到下面的画面,点击进入控制台,部署WEB Aplication.(安装完成后默认情况下,这个example已经部署上去,为了做个例子,我把他删除重新部署了一遍) 进入控制台后,一路Next下来,就可以了,中间要输入选择数据库的类型,以及用户名密码,按情况输入就可以了。

0
相关文章