Author: vkorluzhenko
Date: 2007-06-27 09:05:52 -0400 (Wed, 27 Jun 2007)
New Revision: 285
Modified:
trunk/docs/userguide/en/src/main/docbook/modules/a4jUGenvsettings.xml
trunk/docs/userguide/en/src/main/docbook/modules/a4jUGtechreqs.xml
Log:
added info about Sybase EAServer
Modified: trunk/docs/userguide/en/src/main/docbook/modules/a4jUGenvsettings.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/a4jUGenvsettings.xml 2007-06-27
11:29:55 UTC (rev 284)
+++ trunk/docs/userguide/en/src/main/docbook/modules/a4jUGenvsettings.xml 2007-06-27
13:05:52 UTC (rev 285)
@@ -192,4 +192,17 @@
<title>Portlet Support</title>
<para><property>Portlets</property> have support since version
Ajax4jsf 1.1.1. Provide your feedback on compatible with Ajax4jsf if you face some
problems.</para>
</section>
+ <section id="Sybase EAServer">
+ <title>Sybase EAServer</title>
+ <para>The load-on-startup for the Faces Servlet had to be set to 0 in
web.xml.</para>
+ <programlisting role="XML"><![CDATA[...
+ <servlet>
+ <servlet-name>Faces Servlet</servlet-name>
+ <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
+ <load-on-startup>0</load-on-startup>
+ </servlet>
+...
+]]></programlisting>
+ <para> This is because, EAServer calls servlet init() before the
ServletContextInitializer. Not an EAServer bug, this is in Servlet 2.3 spec.</para>
+ </section>
</chapter>
Modified: trunk/docs/userguide/en/src/main/docbook/modules/a4jUGtechreqs.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/a4jUGtechreqs.xml 2007-06-27 11:29:55
UTC (rev 284)
+++ trunk/docs/userguide/en/src/main/docbook/modules/a4jUGtechreqs.xml 2007-06-27 13:05:52
UTC (rev 285)
@@ -37,7 +37,7 @@
</listitem>
</itemizedlist>
</section>
- <section id="Supported JavaServer Faces Implementations">
+ <section id="Supported JavaServer Faces Implementations">
<?dbhtml filename="SupportedJavaVersions.html"?>
<title>Supported JavaServer Faces Implementations</title>
<itemizedlist>
@@ -83,7 +83,11 @@
<listitem>
JBoss 3.2 - 4.x
</listitem>
+ <listitem>
+ Sybase EAServer 6.0.1
+ </listitem>
</itemizedlist>
+
</section>
<section id="SupportedBrowsers">
<?dbhtml filename="SupportedBrowsers.html"?>
Show replies by date