Hi Steve,
This is the error I got with a war file and without it (expanded) , as you
see the action package wasn't created at all (the MESSAGE too):

//--------------------------------------------------------------------------
-----
Sun Oct 22 15:01:14 IST 2000:<I> <WebAppServletContext-example> Generated
java file: D:\myWebApplication\st
-INF\_tmp_war\jsp_servlet\_index.java
Sun Oct 22 15:01:19 IST 2000:<E> <WebAppServletContext-example> Root cause
of ServletException
javax.servlet.jsp.JspException: Missing resources attribute
org.apache.struts.action.MESSAGE
        at
org.apache.struts.taglib.MessageTag.doStartTag(MessageTag.java:360)
        at jsp_servlet._index._jspService(_index.java:82)
        at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
        at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
:123)
        at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
:141)
        at
weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
l.java:761)
        at
weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
l.java:708)
        at
weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContext
Manager.java:252)
        at
weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:346)
        at
weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:246)
        at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
Code)

//--------------------------------------------------------------------------
---------------------

-----Original Message-----
From: Stephen Earl [mailto:[EMAIL PROTECTED]]
Sent: Sunday, October 22, 2000 3:05 PM
To: '[EMAIL PROTECTED]'
Subject: RE: struts example


Sara,

I didn't understand your message completely.  When you expanded the war file
did you have any success?

Steve...


-----Original Message-----
From: Sara Zukerman [mailto:[EMAIL PROTECTED]]
Sent: Sunday, October 22, 2000 2:46 AM
To: '[EMAIL PROTECTED]'
Subject: struts example


Hi all,
I see that you dealing with the same issues as me.
I have two problems with the struts example that maybe you are familiar with
:
1. The message tag isn't recognize at all.
2. When I take off this tag it can continue and then I have error about the
database tag .
I should say that I expended the war file .As a war file it's even worth.
Thanks.

-----Original Message-----
From: Stephen Earl [mailto:[EMAIL PROTECTED]]
Sent: Saturday, October 21, 2000 5:39 PM
To: '[EMAIL PROTECTED]'
Subject: RE: Integration w/ WebLogic 5.1 sp 6


Hi Matthias,

To deploy any WAR related applications I've had to move the contents of
WEB-INF/class to the system classpath as well as putting the contents of
WEB-INF/lib on the classpath.  I'll try making the changes to the WLS classe
that you sent previously and see if that helps.

Thanks for all of your help... if you have any other interesting info send
it my way!

Steve...


-----Original Message-----
From: Matthias Kerkhoff [mailto:[EMAIL PROTECTED]]
Sent: Saturday, October 21, 2000 7:08 AM
To: Stephen Earl
Subject: Re: Integration w/ WebLogic 5.1 sp 6


Hi Stephen,

> Has anyone been able to get the latest nightly distribution working with
> WebLogic 5.1 sp6?  I'm getting some resource bundle exceptions when
> deploying struts.jar within the war file.

Please try to deploy the expanded war archive. There is (was) an error
in struts, that caused struts-example to fail if deployed as war.
I've filed a bug about it some days ago, so maybe this is already fixed.

-- 
Matthias                        (mailto:[EMAIL PROTECTED])

Reply via email to