《struts2 weblogic92 部署的问题》的相关内容
相关讨论
XWork2.0 入门实例代码
Xwork.xml 配置文件
<!DOCTYPE xwork PUBLIC "-//OpenSymphony Group//XWork 2.0//EN" "http://www.opensymphony.com/xwork/xwork-2.0.dtd">
<xwork>
<include file="xwork-default.xml"/>
<pac ...
by jamesby 2007-03-03 浏览 (6637) 回复 (10) 关键字:
resin3.0.12下面部署的struts2+spring+ibatis应用报错。
比较奇怪,我在windows下面用的是resin3.0.18没有任何问题,但是到了服务器上面resin3.0.12下面就报错,而且是我在jsp里面的“<s:textfield name="user.username" label="用户名" required="true"/>”这条错误,我觉得有可能是在加载struts2的配置文件的时候有问题。
请问有那位配置过类似环境的能指点一下吗,多谢 ...
by icedcoco 2006-12-31 浏览 (1113) 回复 (0) 关键字: struts2在resin下部署问题!!!
Struts2+Spring使用AOP出现问题,启动时就报错
各位高手大侠:
我自己把原来用Struts+Spring的项目改了一下,想使用Struts2。在我原来的项目中用到了Spring的AOP来记录执行的SQL语句、异常、方法调用时间等,启动时一切正常,但是现在换成了Struts2后,在启动的时候报错了。具体错误如下:
执行 public abstract void com.opensymphony.xwork2.interceptor.Inte ...
by death0320 2008-05-22 浏览 (229) 回复 (1) 关键字:
Struts2+Spring使用AOP出现问题,请帮帮忙
各位高手大侠:
我自己把原来用Struts+Spring的项目改了一下,想使用Struts2。在我原来的项目中用到了Spring的AOP来记录执行的SQL语句、异常、方法调用时间等,启动时一切正常,但是现在换成了Struts2后,在启动的时候报错了。具体错误如下:
执行 public abstract void com.opensymphony.xwork2.interceptor.Inte ...
by death0320 2008-05-22 浏览 (138) 回复 (0) 关键字:
莫名其妙的解决了Struts2的一个问题
这2天开始学习Struts2,我的版本是2.0.6,我将下载下来的Struts里面的包的例子import到Eclipse来运行,虽然可以运行成功,但是Tomcat老是会出现这样的出错信息:
信息: Parsing configuration file [struts-plugin.xml]
2007-3-21 17:37:29 org.apache.catalina.core.Sta ...
by playfish 2007-05-04 浏览 (6123) 回复 (8) 关键字:
相关博客
关于整合SSH,重新发布项目的问题
最近在整合Spring + struts2 + hibernate3.1时,我在Tomcat服务器中配置了修改项目自动重载的代码,如下
<Context path="/stateRepair" docbase="E:\workspace\stateRepair\WebRoot" reloadable="true"/>
但是在我修改了程序,Tomcat在重载的时候总是抛异常,如下
Exc ...
by kings008 2008-10-07 浏览 (7) 回复 (0) 关键字:
请指点:对Struts2项目 进行redeploy出现问题
我使用Myeclipse对Struts2项目进行redeploy的时候,出现下面的错误:
DEBUG - Starting filter 'Struts2'
DEBUG - Loading action configurations from: struts-default.xml
ERROR - Exception starting filter Struts2
Caught exc ...
by sansan618 2008-04-15 浏览 (86) 回复 (0) 关键字:
Caught exception while loading file struts-default
严重: Exception starting filter Struts2
Caught exception while loading file struts-default.xml - [unknown location]
at com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.loadConfiguratio ...
by sech 2008-04-09 浏览 (1089) 回复 (2) 关键字: exception loading struts-default.xml
struts2+tomcat5.0+jdk1.5与TransformerFactoryImpl
struts2+tomcat5.0+jdk1.5启动容器时候出现Exception:
Exception starting filter struts2
javax.xml.transform.TransformerFactoryConfigurationError: Provider org.apache.xalan.processor.TransformerFactoryImpl not fo ...
by yangw101860 2008-05-21 浏览 (161) 回复 (0) 关键字:
struts 2.08 的HelloWorld配置错误
在Eclipse3.2+MyEclipse5.5+Tomcat5.5的系统中引入那个blank的例子程序,配置好后运行小猫,发现打印的Log中有以下异常信息:
严重: ********** FATAL ERROR STARTING UP SPRING-STRUTS INTEGRATION **********
Looks like the Spring listener was not con ...
by flash59 2007-07-04 浏览 (941) 回复 (1) 关键字: struts 2.08,HelloWorld,helloworld,配置
相关圈子讨论
graphSession..findLatestProcessDefinition方法出错
程序代码是这样的
JbpmContext jbpmContext = jbpmConfiguration.getCurrentJbpmContext(); GraphSession graphSession = jbpmContext.getGraphSession(); ProcessDefinition pd = graphSession .findLatestProcessDefiniti ...
by yuyanshan 2008-07-29 浏览 (192) 回复 (2)
如何在log4j中设置属性把struts2的debug信息去掉
每次运行,struts2都产生大量的日志信息,严重干扰。
引用159235 [http-8080-1] DEBUG com.opensymphony.xwork2.util.InstantiatingNullHandler - Entering nullPropertyValue [target=[edu.cumt.jnotnull.action.ProductAction@1bf35 ...
by jiyanliang 2008-06-22 浏览 (459) 回复 (1)
谁能给提供一下struts2中的validator中的class源代码?
<validators>
<validator name="required" class="com.opensymphony.xwork2.validator.validators.RequiredFieldValidator"/>
<validator name="requiredstring" class="com.opensymphony.xwor ...
by leilei527 2008-08-19 浏览 (267) 回复 (3)
ecside 删除,修改的问题
我使用ecside在页面上修改数据时,修改一条没问题,修改多条就会报错.请
我用的struts2 ,修改代码如下:
public String updateUser(){
HttpServletRequest request = ServletActionContext.getRequest();
HttpServletResponse response = ServletAc ...
by guoli83945 2007-12-20 浏览 (434) 回复 (1)
求助:使用ECside分页出现错误
我在使用ECside分页时,出现以下错误:
2007-10-15 20:46:47 com.opensymphony.xwork2.interceptor.ParametersInterceptor setParameters
严重: ParametersInterceptor - [setParameters]: Unexpected Exception caught setting 'ec_c ...
by monkey9047 2007-10-15 浏览 (1063) 回复 (5)
相关新闻
ErlyBird 0.16.0 发布
dcaoyuan同学的erlang IDE项目发布了新版本,用erlang开发的童子们赶快下载更新吧。
ErlyBird 0.16.0 Released - An Erlang IDE based on NetBeans
I'm pleased to announce ErlyBird 0.16.0, an Erlang IDE based on NetBeans. This is an im ...
by dcaoyuan 2008-03-06 浏览 (496) 回复 (0) 关键字: erlang
PHP框架 Zend 发布1.6版本
Zend Framework 1.6于今天发布,可以在其官网下载 http://framework.zend.com/download/current/
该版本包括了一系列的新工具:
Zend_Tool
Lucene 2.3 Index File Format Support
Zend_Session save handler for Database Tables
Pagi ...
by liuming 2008-09-04 浏览 (377) 回复 (2) 关键字:
ErlyBird 0.16.0 发布 Erlang IDE
ErlyBird 0.16.0发布,ErlyBird 是Erlang 基于NetBeans的IDE开发环境。新版本发布了一些重要属性,大小25M,如果你下载了Netbeans最新版本,你可以通过升级中心安装ErlyBird模块。
下载地址:http://sourceforge.net/project/showfiles.php?group_id=192439
ErlyBird 0.16.0 R ...
by dcaoyuan 2008-03-18 浏览 (607) 回复 (1) 关键字: erlang

