I have a Struts app (using version 1.3.5), that runs just fine under Weblogic version 8. Now we're trying to move to version 9. When I try to deploy this app under WL 9, I get this message:
weblogic.management.DeploymentException: [J2EE:160177]The application at "D:\bea9\user_projects\domains\local-idcfD\servers\idcfD1\stage\Freqs\ap p" was not recognized as a valid application type. If this is an EAR file, please ensure the META-INF/application.xml exists. EJB-JARs should have a META-INF/ejb-jar.xml. WAR files require a WEB-INF/web.xml, and RARs require a META-INF/ra.xml. A JMS deployment should be an XML file whose name ends with "-jms.xml". A JDBC deployment should be an XML file whose name ends with "-jdbc.xml". For other application types, please consult the WebLogic Server documentation. When I look in the Weblogic server log, I see a number of messages like this: <Struts module is configured to use com.bea.console.internal.ConsolePageFlowRequestProcessor as the request processor, but the <controller> element does not contain a <set-property> for "controllerClass". Page Flow actions in this module may not be handled correctly.> Does anybody know what I need to do to run my Struts app under WL 9? -- Tim Slattery [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]