你建立一个默认的weblogic的mydomain出错吗?
如果出错了,可能是端口被占用

解决方案 »

  1.   

    好像是你的 bean:message 标签写的有问题
      

  2.   

    是好用的,
    我的ejb bean 作完了,用jsp 调用servlet 访问ejb ,可以,jsp 页面却显不了,http://10.10.10.158:7001/ 访问是可用的,jsp代码贴出来吧,,
    <%@ page contentType="text/html; charset=GBK" %><%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %><%@ taglib uri="/WEB-INF/struts-template.tld" prefix="template" %><%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %><%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %><html:html><head><title>input</title></head><body><h1>JBuilder Generated Struts JSP for ActionForm userjmssesenbdb.LoginActionForm</h1><p><html:form action="/loginAction.do" method="POST"><bean:message key="input.shancbz"/><html:text property="shancbz_new"/><br><bean:message key="input.xiwbz"/><html:text property="xiwbz_new"/><br><html:submit property="submit" value="Submit"/><br><html:reset value ="Reset"/></html:form></body></html:html>
    这种代码应该可以显示出来呀,可是为什么只是错误信息呀