The problem page was multiple Framesets and it turns out that Apache only
opens a single pipe for the data to come through, so one frame gets sent
back to the browser and the others starve and die. Thus no display and
Internal Server Error.

The solution was to add the following undocumented line to
workers.properties.

worker.ajp13.connection_pool_size=30


>  -----Original Message-----
> From:         Richard Tomkins [HYPERLINK
> "mailto:[EMAIL PROTECTED]"mailto:[EMAIL PROTECTED] 
> Sent: November 9, 2005 9:20 PM
> To:   'users@tomcat.apache.org'
> Subject:      Could do with some guidance/help
> 
> Platform: Windows 200 Pro, Service Pack 4
> Pentium 4, HyperThreaded, 512MB memory.
> 
> Installed software,
> 
> Oracle 10g Release 2, Personal Edition.
> Apache 1.3.33
> J2SDK 1.4.2_10
> Tomcat 4.1.31
> Mod_jk-1.2.14-apache-1.3.33.so
> 
> I have set up Tomcat server.xml with the requisite listeners to have it do
> auto configuration. I a using the ajp13 connector, and I have tried both
> of the configurations for this inside server.xml, the ajp13 on port 8009
> and the coyote/ajp13 on port 8009.
> 
> The Tomact examples all work as well as the administration and management
> tools.
> 
> My problem is that I have an application that I have to install on a
> number of desktops for internal test purposes.
> 
> The application is written in jsp and works with an earlier version of
> Apache and Tomact 3.x.mumble.
> 
> With the implementation I am working with, on the first page I get a
> message that an "Internal Server Error" has occurred. If I right mouse
> click and choose refresh, the expected page shows up on the browser.
> 
> If I do this via, HYPERLINK "HYPERLINK
> "http://localhost:8080/testsoft/index.html"http://localhost:8080/testsoft/
> index.html"http://localhost:8080/testsoft/index.html"http://localhost:8080
> /testsoft/index.html, the display works everytime, unlike my experience
> with HYPERLINK "HYPERLINK
> "http://locahost/testsoft.html"http://locahost/testsoft.html"http://locaho
> st/testsoft.html"http://locahost/testsoft.html which should work. Many web
> pages after do work, and as I said previously, the Tomact examples all
> work with both methods.
> 
> Something between Apache and Tomcat is causing me some pain.
> 
> If anyone has any ideas to throw my way, please do.
> 
> 
> Regards, Richard Tomkins
> 
> 
> 
> 
> -- 
> No virus found in this outgoing message.
> Checked by AVG Free Edition.
> Version: 7.1.362 / Virus Database: 267.12.8/163 - Release Date: 08/11/2005
>  
> 
-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.362 / Virus Database: 267.12.8/165 - Release Date: 09/11/2005
 


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

Reply via email to