Hi,

I am attempting to install the struts framework (downloaded today) for the
weblogic 5.1 sp8 server on Windows2000.  The directions state that there is
a problem with the weblogic class extractor not pulling out the
ApplicationResources.properties file, so I need to go to the
_tmp_war_strutsexamples dir and manually place the properties file in it.
The problem is the weblogic server only creates a "_tmp_war" file, so I
extracted the properties file and put it under org/apache/struts/examples.
Unfortunately, I still get the following exception upon trying to connect to
the example app.  Any thoughts?

Thanks in Advance,

JR

----------------------------------------------------------------------------
-----------------------------------------------------------------

 Feb 15 10:02:30 EST 2001:<E> <ServletContext-strutsexample> Servlet failed
with Exception
ax.servlet.ServletException: runtime failure in custom tag 'html'
     at jsp_servlet._index._jspService(_index.java:384)
     at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
     at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
:105)
     at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
:123)
     at
weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
l.java:742)
     at
weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
l.java:686)
     at
weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContext
Manager.java:247)
     at
weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:361)
     at
weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:261)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)

 Feb 15 10:02:31 EST 2001:<E> <ServletContext-strutsexample> root cause of
ServletException
ax.servlet.ServletException: runtime failure in custom tag 'message'
     at jsp_servlet._index._jspService(_index.java:105)
     at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
     at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
:105)
     at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
:123)
     at
weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
l.java:742)
     at
weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
l.java:686)
     at
weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContext
Manager.java:247)
     at
weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:361)
     at
weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:261)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)

Reply via email to