You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by dyp <dy...@brainhouse.ru> on 2004/08/10 22:33:35 UTC

Struts1.1 + Tiles on Resin 2.1.14

Hello all!!
1. I've got a huge problem - i wrote an app that utilizes "subj", tested
it on bunch of app-servers in local environment and finally (happily)
deployed it to my ISP.
..App don't work there!!! All of the Struts1.1 (either with Tiles or
nor) examles don't. I' m confused..

2. my index.jsp:
<%@ taglib uri="struts-logic" prefix="logic" %>
<logic:redirect forward="home" />

3. my struts-config:
<global-forwards>
        <forward name="home" path="/home" />
       
 </global-forwards>
.....
<action-mappings>
        <action path="/home"
type="ru.brainhouse.struts.action.StubAction" validate="false">
            <forward name="success" path="homeDef" />
         .....
</action-mappings>

4. my web-xml:
<servlet>
        <servlet-name>action</servlet-name>
       
<servlet-class>org.apache.struts.action.ActionServlet</servlet-class>
        .......
</servlet>
<servlet-mapping>
        <servlet-name>action</servlet-name>
        <url-pattern>/home</url-pattern>
</servlet-mapping>
------------------------------------------------------------------
5. if browse http://01.brainhouse.ru/
java.lang.NullPointerException at
org.apache.struts.util.RequestUtils.computeURL(RequestUtils.java:521)
        at
org.apache.struts.util.RequestUtils.computeURL(RequestUtils.java:436)
        at
org.apache.struts.util.RequestUtils.computeURL(RequestUtils.java:396)
        at
org.apache.struts.taglib.logic.RedirectTag.doEndTag(RedirectTag.java:294)
        at _index__jsp._jspService(/index.jsp:9)
.....
6. if browse http://01.brainhouse.ru/home
java.lang.NoClassDefFoundError: org/apache/commons/beanutils/MethodUtils
    at
org.apache.commons.digester.CallMethodRule.end(CallMethodRule.java:505)
    at org.apache.commons.digester.Rule.end(Rule.java:276)
    at org.apache.commons.digester.Digester.endElement(Digester.java:1058)
    at com.caucho.xml.XmlParser.popNode(XmlParser.java:883)
.....
---------------------------------------
7. All jars in /lib

ANY SUGGESTIONS? COULD ANY ONE HELP HERE?

Desperatly yours, dyp.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org