Hi Tim-
Thanks for the clarification
2 suggestions
<!-- call init() method in ActionServlet class by setting load-on-startup-->
<load-on-startup>1</load-on-startup>
<init-param>
<param-name>debug</param-name>
<param-value>1</param-value>
</init-param>
.Please post contents of /WEB-INF/struts-config.xml
Thanks,
Martin --
This email message and any files transmitted with it contain confidential
information intended only for the person(s) to whom this email message is
addressed. If you have received this email message in error, please notify
the sender immediately by telephone or email and destroy the original
message without making a copy. Thank you.
----- Original Message -----
From: "Slattery, Tim - BLS" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <user@struts.apache.org>; "Martin Gainty"
<[EMAIL PROTECTED]>
Sent: Wednesday, April 04, 2007 12:28 PM
Subject: RE: Moving a Stratus app from Weblogic 8 to Weblogic 9
as this seems to be a BEA specific bug I would post this to
bea user group
http://forums.bea.com/bea/message.jspa?messageID=600044648&tstart=0
In the meanwhile can you please display the contents of the
following files application.xml from META-INF folder
ejb-jar.xml from META-INF folder ra.xml from META-INF folder
web.xml from WEB-INF folder
It's a web app, not an EJB. It has a WEB-INF folder, and a web.xml file
within it (also a struts-config.xml file, of course). Here's web.xml:
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns:j2ee="http://java.sun.com/xml/ns/j2ee">
<display-name>Freqs</display-name>
<servlet>
<servlet-name>setup</servlet-name>
<servlet-class>gov.bls.idcf.SetupServlet</servlet-class>
<load-on-startup>1</load-on-startup>
</servlet>
<servlet>
<servlet-name>action</servlet-name>
<servlet-class>org.apache.struts.action.ActionServlet</servlet-class>
<init-param>
<param-name>config</param-name>
<param-value>/WEB-INF/struts-config.xml</param-value>
</init-param>
<init-param>
<param-name>debug</param-name>
<param-value>2</param-value>
</init-param>
<init-param>
<param-name>detail</param-name>
<param-value>2</param-value>
</init-param>
<init-param>
<param-name>validate</param-name>
<param-value>true</param-value>
</init-param>
<load-on-startup>1</load-on-startup>
</servlet>
<servlet-mapping>
<servlet-name>action</servlet-name>
<url-pattern>*.do</url-pattern>
</servlet-mapping>
<session-config>
<session-timeout>15</session-timeout>
</session-config>
<welcome-file-list>
<welcome-file>
env.do
</welcome-file>
</welcome-file-list>
<jsp-config>
<taglib>
<taglib-uri>/WEB-INF/display.tld</taglib-uri>
<taglib-location>/WEB-INF/displaytag.tld</taglib-location>
</taglib>
</jsp-config>
</web-app>
--
Tim Slattery
[EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]