Hi Yusuf,
and your classes should be in /WEB-INF/classes/
Best greetings,
Paweł Wielgus.
2010/5/19 Tasneem Yusuf :
>
> Hello all,
> I am using version struts1.3 , tomcat 6 and jdk 1.5.I am using
> the eclipse IDE to develop my web app.The problem I 'm facing is when my web
> app mak
Hello all,
I am using version struts1.3 , tomcat 6 and jdk 1.5.I am using the
eclipse IDE to develop my web app.The problem I 'm facing is when my web app
makes a call to any of the action classes , I get a classnot found error. My
classes are in the /WEB-INF/classes/src/java folde
Hello,
When I try to use the ActionMessage class in a class that is not an
Action or Form, I get a ClassNotFoundException.
I have the following function in a common utility class.
import org.apache.struts.action.ActionErrors;
import org.apache.struts.action.ActionMessage;
public
i want to ask about error when i creating application with struts framework
the error is : ClassNotFoundException:
org.apache.struts.action.ActionServlet in my glassfish server console
i create web project and put struts framework form netbeans
i look in my library and it's already add s
To: Struts Users Mailing List
Subject: Re: [shale] ClassNotFoundException: IgnoreBuilderRule
Huh, weird. I had to shutdown tomcat, remove the webapp from
$TOMCAT_HOME/webapps and $TOMCAT_HOME/work/Catalina/localhost to fix the
problem.
Thanks again,
Rich
Gary VanMatre wrote:
>> From: R
Huh, weird. I had to shutdown tomcat, remove the webapp from
$TOMCAT_HOME/webapps and $TOMCAT_HOME/work/Catalina/localhost to fix the
problem.
Thanks again,
Rich
Gary VanMatre wrote:
From: Richard Wallace <[EMAIL PROTECTED]>
I updated to use the nightly from this morning and I'm getting th
>From: Richard Wallace <[EMAIL PROTECTED]>
>
> I updated to use the nightly from this morning and I'm getting the
> following when trying to load a page:
>
> afterPhase () - RESTORE_VIEW(1)
> beforePhase () - RENDER_RESPONSE(6)
> Jan 26, 2006 9:59:10 AM org.apache.shale.clay.faces.ClayViewHan
I updated to use the nightly from this morning and I'm getting the
following when trying to load a page:
afterPhase () - RESTORE_VIEW(1)
beforePhase () - RENDER_RESPONSE(6)
Jan 26, 2006 9:59:10 AM org.apache.shale.clay.faces.ClayViewHandler
renderView
INFO: Clay template renderView for /defaul
I don't know how new you are to web applications. But make the most
basic web application you can without any of your classes. Just have a
simple folder structure:
web_application
WEB_INF
web.xml
index.jsp
And try a simple expression in the JSP file like: The time is <%=new
java.u
You using Tomcat?
On Fri, 18 Feb 2005 13:36:22 +, Ben Taylor <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm im the middle of creating a Struts project using JBuilder, which
> correctly compiles all of my java files to the /classes/ directory
> with the correct nesting for my packages - ie.
> /clas
Hi,
I'm im the middle of creating a Struts project using JBuilder, which
correctly compiles all of my java files to the /classes/ directory
with the correct nesting for my packages - ie.
/classes/com/com_name/resource/MyClass.class.
My problem is that when I run the application it seems to think
That was it! That was it!
Oh gracious, thanks a lot.
-Original Message-
From: Niall Pemberton [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 02, 2004 5:54 PM
To: Struts Users Mailing List
Subject: Re: ClassNotFoundException: org.apache.struts.ActionServlet
(was
; <[EMAIL PROTECTED]>
Sent: Thursday, December 02, 2004 8:47 PM
Subject: ClassNotFoundException: org.apache.struts.ActionServlet (was:
retrieveMessageResources: NullPointerException)
Hm, the problem might already be somewhere else. Turning the log level
to debug, reveales following error after
I had seen this once before on a coworker's machine. He used some
Eclipse plugins for Tomcat and Struts, and was letting Eclipse
generate the war file. I think a fresh download of Struts, and a
fresh compile outside of all those plugins, solved the problem.
(I think he went from ClassNotFoundEx:
Hm, the problem might already be somewhere else. Turning the log level
to debug, reveales following error after tomcat startup before even I
try to get my message ressource:
--- snip --
Dec 2, 2004 3:27:39 PM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyot
15 matches
Mail list logo