Hello Craig,
Monday, February 12, 2001, 10:51:38 PM, you wrote:
>> 3. Does anyone run Struts on commercial servers, e.g. BEA's Weblogic?
CRM> Yes, there are Struts users on Weblogic and many other server platforms -- the
installation docs in the Struts nightly builds have been recently enhanced to include
notes about the experience of
CRM> using Struts in such environments.
CRM> One thing that has been quite interesting (to me) is that Struts is often used as
a "servlet/JSP compatibility" test by its users, and has triggered service pack
updates on quite a few server
CRM> platforms to improve their conformance to the servlet and JSP specs :-).
I try to deploy my struts based application on Resin 1.2.snap
(built Thu Feb 8 18:23:28 PST 2001) and get strings -
500 Servlet Exception
javax.xml.parsers.FactoryConfigurationError
at javax.xml.parsers.SAXParserFactory.newInstance(SAXParserFactory.java:96)
at org.apache.struts.digester.Digester.getParser(Digester.java:245)
at org.apache.struts.digester.Digester.parse(Digester.java:716)
at org.apache.struts.action.ActionServlet.initMapping(ActionServlet.java:1249)
at org.apache.struts.action.ActionServlet.init(ActionServlet.java:438)
at javax.servlet.GenericServlet.init(GenericServlet.java:52)
at com.caucho.server.http.Application.createServlet(Application.java:1726)
at com.caucho.server.http.Application.loadServlet(Application.java:1690)
at com.caucho.server.http.Application.initServlets(Application.java:1108)
at com.caucho.server.http.Application.init(Application.java:1061)
at com.caucho.server.http.VirtualHost.restartApplication(VirtualHost.java:827)
at com.caucho.server.http.VirtualHost.getInvocation(VirtualHost.java:586)
at com.caucho.server.http.ServletServer.getInvocation(ServletServer.java:566)
at com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:236)
at com.caucho.server.http.HttpRequest.handleConnection(HttpRequest.java:157)
at com.caucho.server.TcpConnection.run(TcpConnection.java:140)
at java.lang.Thread.run(Thread.java:484)
Previous versions of Resin (to 1.2.2) works fine.
--
Best regards,
Oleg mailto:[EMAIL PROTECTED]