DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9709>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9709 Does not work with BEA Weblogic 7.0 Summary: Does not work with BEA Weblogic 7.0 Product: Struts Version: 1.1 Beta 1 Platform: PC OS/Version: Windows XP Status: NEW Severity: Blocker Priority: Other Component: Example AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I have the Weblogic 7.0 server installed and running the Example Server (which has auto-deploy turned on) then I add all of the Struts war files from the binary install. After adding the war files to the deployment directory, the following log message occurs for each war - "org.apache.commons.logging.LogConfigurationException: java.lang.ClassNotFoundException: org.apache.commons.logging.impl.LogFactoryImpl" So when you try to use any of these components via a browser they get the following message - "javax.servlet.ServletException: [ServletContext (id=2266348,name=examplesWebApp,context-path=/examplesWebApp)]: Servlet class jsp_servlet.__index for servlet /index.jsp could not be loaded because the requested class was not found in the classpath C:\bea\weblogic700 \samples\server\stage\examples\examplesWebApp\WEB- INF\classes;C:\bea\weblogic700 \samples\server\config\examples\.\examplesServer\.wlnotdelete\examplesWebApp_ex amplesWebApp_2266348\jarfiles\WEB- INF\lib\ejb11_basic_beanManaged_client29451.jar;C:\bea\weblogic700 \samples\server\config\examples\.\examplesServer\.wlnotdelete\examplesWebApp_ex amplesWebApp_2266348\jarfiles\WEB- INF\lib\ejb11_basic_containerManaged_client29452.jar;C:\bea\weblogic700 \samples\server\config\examples\.\examplesServer\.wlnotdelete\examplesWebApp_ex amplesWebApp_2266348\jarfiles\WEB- INF\lib\ejb20_basic_beanManaged_client29453.jar;C:\bea\weblogic700 \samples\server\config\examples\.\examplesServer\.wlnotdelete\examplesWebApp_ex amplesWebApp_2266348\jarfiles\WEB- INF\lib\ejb20_basic_containerManaged_client29454.jar;C:\bea\weblogic700 \samples\server\config\examples\.\examplesServer\.wlnotdelete\examplesWebApp_ex amplesWebApp_2266348\jarfiles\WEB- INF\lib\utils_common29455.jar;C:\bea\weblogic700 \samples\server\config\examples\.\examplesServer\.wlnotdelete\examplesWebApp_ex amplesWebApp_2266348\jarfiles\WEB- INF\lib\xml_xslt_content_client29456.jar;C:\bea\weblogic700 \samples\server\config\examples\examplesServer\.wlnotdelete\examplesWebApp_exam plesWebApp_2266348. java.lang.ClassNotFoundException: jsp_servlet.__index" followed by - "javax.servlet.jsp.JspException: Cannot find message resources under key org.apache.struts.action.MESSAGE" The Weblogic 7.0 Server is a straight install with no additional features added. FYI, I deleted these 1.1 war files and added the 1.0.2 versions and it deployed and worked OK. Also, since this bug facility only allows me to choose one component, I choosed the "Example" but this problem occurs for any Strut type component (ie, all but the Documentation one). -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>