You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Steve Gaunt <SG...@emeraldinsight.com> on 2005/10/19 09:50:26 UTC

Tomcat fails to service requests after period of time

Hi

I am using jboss 4,01, which is uses tomcat 5.  WE have a web
server(IIS) and use jk2 as the connection to the backend server(jboss
4,01).
I have a web app mapped to a network drive to serve static pdf and html
files.  This uses tomcat because of authentication purposes(one of these
reasons is users can be ip authenticated which cannot be done
dynamically within IIS).

This is a snippet of the server.xml file

	    	    <Context docBase='G:/ContentLoad'
path='/Insight/html'>
	    		</Context>
Where G:\ContentLoad  is the mapped SAN drive, and is around 50G in
size.

With the above configuration, the application server over a period of
time (around 300,000 requests) stops accepting any requests for PDF
files.  The ajp connectors just hang.  Even if I browse locally(which
uses the HTTP connector), the browser just hangs trying to load the pdf
file.  


Is there a major configuration problem with mapped network drives for
web appp.  

Has anyone else had similar issues??


Steve




______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
______________________________________________________________________

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org