Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Column

This page describes how to configure Microsoft's IIS web server and  such that IIS forwards requests on to , and responds back to the user.

 is written in Java, and needs a Java Application Server (servlet container) to run. As IIS does not provide services of a Java Application Server, it is not possible to deploy  directly into IIS. It is possible, however, to configure IIS to proxy requests for  to an application server where  is deployed. If you are not using the standalone  distribution with Tomcat, please consult your application server's documentation to determine whether it is possible to integrate with IIS and how to achieve it. Also note that this is a guideline on how enable the interaction between  and IIS.

Column
width240px

On this page:

Table of Contents
maxLevel2

...

  • Test the configuration again by browsing http://localhost/frevvo/web/login

Troubleshooting

If a "Value update failed" error occurs on forms intermittently, you may need to change the AJP setting. The log file will show an error like this: 

Code Block
ERROR   784 — \[ajp-nio-8009-exec-10] o.s.boot.web.support.ErrorPageFilter     \[ ] \[ ] \[  ] : Cannot forward to error page for request
[/web/tn/server/u/xxxx/app/_xxxx/form/xxxx/control/_xxxx|/web/tn/server/u/xxxx/app/_xxxx/form/xxxx/control/_xxxx] as the response has already been
committed. As a result, the response may have the wrong status code. If your application is running on WebSphere Application Server you may be able
to resolve this problem by setting com.ibm.ws.webcontainer.invokeFlushAfterService to false

To resolve the error, reconfigure the AJP (IIS to Tomcat) connector with these settings:

Image Modified