DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5887>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5887

Forte hangs,  reports: The Tomcat Server is not running correctly with Struts-using 
apps

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From [EMAIL PROTECTED]  2002-01-18 11:22 -------
The issue with Forte hanging for 40 seconds and reporting "The Tomcat Server is 
not running correctly" seems to go away if the "debug" and "detail" 
initialization parameters are omitted from the action servlet's entry in the 
web application deployment descriptor (web.xml).

By default, both are present in the web.xml file for struts-blank.xml.

I'm going to mark this as "not a bug", because it's clearly Forte that's unable 
to handle the extra output... and there's no need to enhance Struts, because a
viable work-around already exists.

-- add comments to the web.xml files for the sample web applications bundled 
with Struts alerting Forte users that they probably need to comment them out

-- add Forte as a servlet container to the configuration help page, with 
instructions to omit or comment out the "debug" and "detail" parameters

-- add an entry to the FAQ specifically addressing this issue

<!-- Forte users need to comment out the "debug" and "detail" init-param
     elements. Otherwise, Forte will report that "The Tomcat Server is not
     running correctly" when started from inside the IDE. -->
<init-param>
      <param-name>debug</param-name>
      <param-value>1</param-value>
    </init-param>
    <init-param>
      <param-name>detail</param-name>
      <param-value>1</param-value>
    </init-param>
<!-- The "debug" and "detail" init-param elements above need to be
     commented out or omitted when using Forte -->

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to