I'm trying to deploy struts-example.war on Weblogic 5.10 with SP10.  Uponhitting the 
first page, though, I get the following exception:

Mon Apr 29 10:06:47 EDT 2002:<E> <WebAppServletContext-strutsexample> Root cause of 
ServletException
javax.servlet.jsp.JspException
        at org.apache.struts.taglib.bean.MessageTag.doStartTag(MessageTag.java:242)
        at jsp_servlet._index._jspService(_index.java:100)
        at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
        at 
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:120)
        at 
weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:922)
        at 
weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:886)
        at 
weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContextManager.java:269)
        at weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:380)
        at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:268)
        at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)

If I unpack the WAR and just point WebLogic to the unpacked directoyr, it works fine.  
I've read that this is because WebLogic only extracts .class files from the war, 
omitting the ApplicationResources.properties file -- and that without that file, I'll 
get these indirect exceptions.

According to the Struts documentaiton (Which references WebLogic 5.10 SP8), I can 
manually extract this file to the _tmp_war_strutsexample in the proper package. I've 
tried this without success assuming it would go into either the 
org/apache/jakarta/structs/webapp/example or 
classes/org/apache/jakarta/structs/webapp/example.  So, what do I need to do
to get that to work.

Also, I saw a post to the Struts mailing list from February 2001 
(http://www.mail-archive.com/[email protected]/msg00284.html) suggesting 
that WebLogic would have fixes for the above problem.  I'm using SP10 and it still 
doesn't have those.  Would this be in SP11?

Regards,
Brian.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to