husted      01/03/08 07:08:38

  Modified:    src/doc  installation-ipas.xml
  Log:
  Update iPortal instructions, submitted by John Ueltzhoeffer.
  
  Revision  Changes    Path
  1.2       +20 -18    jakarta-struts/src/doc/installation-ipas.xml
  
  Index: installation-ipas.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/src/doc/installation-ipas.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- installation-ipas.xml     2001/03/05 13:08:27     1.1
  +++ installation-ipas.xml     2001/03/08 15:08:37     1.2
  @@ -1,7 +1,7 @@
   <?xml version="1.0"?>
   <document url="./installation-ipas.xml">
   <properties>
  -<author>Ueltzhoeffer</author> 
  +<author>John Ueltzhoeffer</author> 
   <title>The Struts Framework Project - Installation - iPortal Application 
Server</title>
   </properties>
   <body>
  @@ -19,22 +19,23 @@
   As it stands, JSP pages that make use of Struts taglibs whose parameters 
   require conversion (such as booleans) will not compile under iPAS 1.3. 
   This includes the Struts Example Application. Attempting to run the 
  -example a pplication will result in an exception similar to the 
  +example application will result in an exception similar to the 
   following being thrown: </p>
   
   <pre>
   /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)".
  +Compilation failed [IT_Builder:1000]
  +     at com.iona.j2ee.builder.JavaBuilder.build(JavaBuilder.java:84)
  +     at com.iona.j2ee.builder.JspBuilder.build(JspBuilder.java:51)
  +     at com.iona.j2ee.builder.WarBuilder.build(WarBuilder.java:111)
  +     at com.iona.j2ee.builder.EarBuilder.build(EarBuilder.java:99)
  +     at com.iona.j2ee.builder.EarBuilder.main(EarBuilder.java:223)
  +     at iportal.build.main(build.java:14)
  +     ocale(boolean) in org.apache.struts.taglib.html.HtmlTag 
  +       cannot be applied to (java.lang.String)
  +           _x0.setLocale("true");
  +                ^
  +     1 error
   </pre>
   
   <p>(For more details see refer to: 
  @@ -48,7 +49,7 @@
   <p>The following instructions assume the following:</p>
   
   <ul>
  -<li><a href="./installation-jrun.html">JRun</a> has been installed.</li>
  +<li>iPortal Application Server 1.3 has been installed.</li>
   <li>Both the Strut and XML Parser libraries are in your classpath.</li>
   </ul>
   
  @@ -77,7 +78,7 @@
   directory structure as follows: </p>
   
   <p>Under <code>$INSTALLDIR\IONA\jars\struts-examples\src\struts-example.war</code> 
you 
  -copy contect into the following directories: etc, lib, src and web.</p>
  +copy contents into the following directories: etc, lib, src and web.</p>
   
   <ul>
   <li>Copy all files in the root directory <br/>
  @@ -137,13 +138,13 @@
   <p><code>java iportal.deploy</code></p>
   
   <p>The first time you deploy you will be prompted by a Deploy wizard and asked to 
  -supply both location of the struts-example.ear file and of the cc.xml file. 
  -Once both elements have been statisfied continue till the finish button and 
  +supply both locations of the struts-example.ear file and of the cc.xml file. 
  +Once both elements have been satisfied continue until the finish button and 
   click it. The EAR file should deploy sucessfully.</p>
   
   <p>Test the sample application by using the following URL in the browser:</p>
   
  -<p><code>http://hostname/struts-example/index.jsp</code></p>
  +<p><code>http://hostname:9000/struts-example/index.jsp</code></p>
   
   <p>The <code>struts-documentation.war</code> can be installed using the same 
procedure.</p>
   
  @@ -171,3 +172,4 @@
   
   </body>
   </document>
  +
  
  
  

Reply via email to