Under the "status of various containers" for struts installation, there is the following note about JRun that applies to JRun v3.0 SP2. Does anyone know if this has been fixed in JRun v3.1? The full page is: http://jakarta.apache.org/struts/installation-jrun.html <http://jakarta.apache.org/struts/installation-jrun.html>
Thanks for any help, Mark Collins ---------- excerpt from JRun "Additional steps required" ---------------- JRUN 3.0 SP2A, VERSION 3.02A.11614 Tested with: Microsoft IIS 5.0, Windows 2000 Important Note: At the moment, JRun is not fully compliant with the JSP 1.1/1.2 specification. Specifically, the automatic type conversions for custom tag parameters specified in "Issue 7" of the JSP 1.1 Errata and in the JSP 1.2 Proposed Final Draft have not yet been implemented. As it stands, JSP pages that make use of Struts taglibs whose parameters require conversion (such as booleans) will not compile under JRun. This includes the Struts Example Application. Attempting to run the example application will result in an exception similar to the following being thrown: /struts-example/index.jsp: javax.servlet.ServletException: Compilation error occured: allaire.jrun.scripting.DefaultCFE: Errors reported by compiler: c:/JRun/servers/default/Struts Example/WEB-INF/jsp/jrun__index2ejspa.java:41:1:41:27: Error: No match was found for method "setLocale(java.lang.String)".

