Ok, gnomes and unicorns give me the answer...

If I use tomcat4.0.4 with the default HttpConnector (see conf/server.xml file):

     <!-- Define a non-SSL HTTP/1.1 Connector on port 8080 -->
     <Connector className="org.apache.catalina.connector.http.HttpConnector"
                port="8080"
               minProcessors="5"
               maxProcessors="75"
                enableLookups="true"
               redirectPort="8443"
                acceptCount="10"
               debug="0"
               connectionTimeout="60000"/>

the cat cries;
else if I use the "advanced" Coyote HTTP/1.1 Connector...

  <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
    ... />

Tomcat correctly works.
This was the unique difference between the 2 systems.

Luca


Luca Fossato wrote:
> Hi,
> 
> I have a strange problem... I'm developing a web application (also with 
> dbforms1.1.2 + custom patches) on Windows2000 + JDK1.4 + Tomcat4.0.4.
> On that platform, and under Linux (same JDK and Tomcat version) it works 
> without problems. That's fine.
> The *same* application, moved on Windows XP, with JDK1.4 + Tomcat4.0.4 
> has got the following problem:
> 



-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
DbForms Mailing List

http://www.wap-force.net/dbforms

Reply via email to