Struts cewolf 整合問題

2021-08-22 14:11:56 字數 1144 閱讀 6197

struts1.2 + cewolf1.0

專案中需要用圖表,於是想到了cewolf。

拷貝類庫,配置好web.xml了以後,就出問題了

org.apache.jasper.jasperexception: cannot find global actionforward for name welcome

但是檢測cewolf,好像在執行。

cewolf servlet up and running.

requests served so far: 0

刪除所有cewolf的庫檔案

我的專案又回來了。

不知道是不是衝突的原因

web.xml如下

[quote]

<?xml version="1.0" encoding="utf-8"?>

common.encodeactionservlet

config

/web-inf/struts-config.xml

debug

3detail30

cewolfservlet

de.laures.cewolf.cewolfrenderer

storage

de.laures.cewolf.storage.transientsessionstorage

overliburl

/etc/overlib.js

debug

true

1*.do

/cewolf/*

index.jsp

/main/login.jsp

log4jconfiglocation

/web-inf/classes/log4j.properties

log4jrefreshinterval

60000

[/quote]

struts.xml如下

[quote]

name="reportform"

parameter="method"

path="/report"

scope="request"

type="com.rdzx.struts.action.reportaction" >

[/quote]

有知道怎麼解決的朋友麻煩留個言,萬分感謝

apache整合tomcat後中文亂碼問題

因為工作需要做了乙個apache tomcat的環境,除錯專案的時候發現部分中文有亂碼。查詢相關資料後,發現只要將tomcat的server.xml中這裡加上粗體部分uriencoding utf 8 就可以了。如果8080埠裡沒指定編碼,也要加上這句。ps 我的專案是utf 8編碼的,所以是uri...

spring shiro整合時自動注入的問題

spring mvc和shiro進行整合時,我採用的是註解的方式,也就是 autowired,發現service服務無法再自定義的realm中進行注入,會出現以下錯誤。error creating bean with name shirofilter defined in class path re...

iOS開發整合ijkplayer遇到的問題整理

本文參考了ios直播之ijkplayer的整合與簡單使用。1.首先環境需要配置git和yasm。兩者都可以用homebrew安裝。git一般都有,但是yasm由於今年的一些不可描述的原因可能會遇到一些問題。安裝yasm的時候會提示沒有許可權,比如 error fetching usr local h...