blogjava-凯发k8网页登录

blogjava-凯发k8网页登录http://www.blogjava.net/algz/category/48036.htmlpurple butterfly flying qq群:7101519 flex,ext,spring,hibernate,eos,springsecurity,strutszh-cnwed, 16 mar 2011 16:41:34 gmtwed, 16 mar 2011 16:41:34 gmt60[转]在myeclipse中调试部署到websphere上的程序(测试正常,实际没有这复杂,可看另一篇)http://www.blogjava.net/algz/articles/346328.html紫蝶∏飛揚↗紫蝶∏飛揚↗tue, 15 mar 2011 09:02:00 gmthttp://www.blogjava.net/algz/articles/346328.htmlhttp://www.blogjava.net/algz/comments/346328.htmlhttp://www.blogjava.net/algz/articles/346328.html#feedback0http://www.blogjava.net/algz/comments/commentrss/346328.htmlhttp://www.blogjava.net/algz/services/trackbacks/346328.html环境说明:本机使用windowsxp操作系统,myeclipse 5.5.1版本,websphere 6.1版本

1、在myeclipse中配置websphere服务器

在myeclipse中选择菜单window -> preferences...

将弹出的preferences窗口,在左边树菜单中选择myeclipse -> application servers -> websphere -> websphere 6.1,在右边窗体中把websphere server的单选按钮选择为“enable”,再选择websphere home directory的路径为websphere服务器的安装路径,注意定位到appserver目录。

展开树形菜单websphere 6.1,选中“jdk”,其右边的websphere jdk name必须更改,点其右边的“add...”按钮

在弹出的websphere > add  jvm窗口中,更改jre home directory,使其指向websphere\appserver\java目录,选择完后myeclipse会卡1~3秒钟,之后jre system libraries的文本域会自动填充上需要的jar包。然后点“ok”按钮。这样会使websphere服务器使用ibm的jdk,如果使用sun的jdk在服务器启动时会报错。

点击“ok”后退回到preferences窗口,再点击“ok”,至此myeclipse上的websphere服务器配置完毕。在服务器快捷按钮上会出现websphere 6.1的启动:

不过别急着点“start”,点了会发现“console”控制台上几乎什么信息都没有,不像tomcat服务器启动时会出现很多信息:

这是因为websphere默认情况下把所有的日志都输出到.log文件中,而不是输出到控制台,下面我们改设置websphere,使其日志输出到控制台。

2、配置websphere服务器

首先启动websphere服务器,不管用什么方式都行。然后登陆websphere的“管理控制台”,然后打开应用服务器的server,注意是“应用程序服务器”可不是“应用程序”:

名字可能会和我的不一样,不过问题不大。在配置中点击“故障诊断”-> “记录和跟踪”:

在新窗口中选择“jvm 日志”:

在弹出的窗口中要更改两个地方:system.out的日志输出和system.err的日志输出,不过建议备份一下更改前的内容,以备以后恢复,备份后把其内容都改成“console”:

然后“确定”,然后“保存”,然后停止websphere服务器。

至此websphere服务器的配置就完成了。

此时再从myeclipse中启动websphere服务器,就能看到启动日志了。

万里长征算是走了快一半了……

3、部署项目

选择要部署的项目然后点“add”

选择部署到websphere 6.1服务器,然后部署packaged archive (production mode)方式,稍微留神一下deploy location的路径,等下要找这个war文件,最后点“finish”,等待……

部署完成后点“ok”,然后启动websphere服务器……

4、安装应用程序

启动websphere好服务器后,登陆websphere的“管理控制台”选择“应用程序”-> “安装新的应用程序”

在新窗口中把“本地文件系统”文本框内定位到刚才部署的war文件(别说你忘记位置了,我让你留神的……)。我这里是

“d:\work\ibm\websphere\appserver\profiles\appsrv01\installableapps\tsteel.war”

设置好相应的“上下文根”之后就是一连串的发布动作,根据各自情况自己搞定。

发布完成后启动下试试看,对于发布不成功这类问题我不做解释,也解释不了……

如果没有问题……就停掉websphere服务器(注意是停服务器不是应用程序)……

5、再次部署

在myeclipse中“remove”掉刚才部署的war文件,再点击“add”:

这次部署为 exploded archive (development mode) 方式,然后点“finish”:

6、大功告成

部署完以后,使用myeclipse启动websphere服务器,启动完毕后自己在程序里打断点试试看吧。


                                                                                                        转自:http://dev.firnow.com/course/3_program/java/javajs/2008530/118187.html

紫蝶∏飛揚↗ 2011-03-15 17:02
]]>
websphere 部署myeclipse开发打包的war文件报错:http://www.blogjava.net/algz/articles/346326.html紫蝶∏飛揚↗紫蝶∏飛揚↗tue, 15 mar 2011 08:53:00 gmthttp://www.blogjava.net/algz/articles/346326.htmlhttp://www.blogjava.net/algz/comments/346326.htmlhttp://www.blogjava.net/algz/articles/346326.html#feedback0http://www.blogjava.net/algz/comments/commentrss/346326.htmlhttp://www.blogjava.net/algz/services/trackbacks/346326.htmlwebsphere 部署myeclipse开发打包的war文件报错:
发生 iwae0022e exception occurred loading deployment descriptor for module "test.war" in ear file "/home/ibm/websphere/appserver/profiles/appsrv02/wstemp/3506402/upload/test_war.ear" 异常。查看日志以获取详细信息。

解决方法:有可能是web.xml引起.如:
 xmlns="http://java.sun.com/xml/ns/javaee"
 xmlns:xsi="http://www.w3.org/2001/xmlschema-instance"
 xsi:schemalocation="http://java.sun.com/xml/ns/javaee
 http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">
改为:

注:version改为2.4;所有javaee改为j2ee,共三处;web-app_2_5.xsd改为web-app_2_4.xsd.
 



紫蝶∏飛揚↗ 2011-03-15 16:53
]]>
linux上安装websphere6.1不弹出安装界面http://www.blogjava.net/algz/articles/346162.html紫蝶∏飛揚↗紫蝶∏飛揚↗sun, 13 mar 2011 12:39:00 gmthttp://www.blogjava.net/algz/articles/346162.htmlhttp://www.blogjava.net/algz/comments/346162.htmlhttp://www.blogjava.net/algz/articles/346162.html#feedback0http://www.blogjava.net/algz/comments/commentrss/346162.htmlhttp://www.blogjava.net/algz/services/trackbacks/346162.html问:在linux上安装websphere6.1,运行install时没有任何反应,不弹出安装界面。
答:linux自动安装时少装了一个包,  
compat-libstdc -33-3.2.3-61.i386.rpm
装好后,在运行install,安装界面出来,能正常安装。

紫蝶∏飛揚↗ 2011-03-13 20:39
]]>
websphere控制台中启动/停止ibm http server服务报错http://www.blogjava.net/algz/articles/346062.html紫蝶∏飛揚↗紫蝶∏飛揚↗thu, 10 mar 2011 02:59:00 gmthttp://www.blogjava.net/algz/articles/346062.htmlhttp://www.blogjava.net/algz/comments/346062.htmlhttp://www.blogjava.net/algz/articles/346062.html#feedback0http://www.blogjava.net/algz/comments/commentrss/346062.htmlhttp://www.blogjava.net/algz/services/trackbacks/346062.htmlwebsphere中启动/停止ibm http server服务报错:

无法连接到节点 algznode01/webserver1 上的 ibm http administration 服务器。

 

原因: ibm http administration 服务器没有启动.

 



紫蝶∏飛揚↗ 2011-03-10 10:59
]]>
网站地图