Re: random 404 for items inside dynamic HTML content
Ano <[email protected]>
| Newsgroups | gmane.network.tux |
|---|---|
| Message-ID | <[email protected]> |
Isn't keepalive an Apache or mod-jk directive? I am just using tomcat in the user space, running on port 8080. it is not connected to apache. Or... perhapes i am not all that clued up. So is there a keeplive equivalent for tomcat too? I wasnt aware, and couldnt find one when i looked. please assist. Tuesday, November 11, 2003, 1:42:01 AM, you wrote: MS> On November 10, 2003 8:12 pm, Ano wrote: >> my TUX is acting weird. It is randomly dropping static contents out of >> dynamic pages. MS> Do you have keepalive enabled in tomcat? If yes, future requests for static MS> content will be handled by tomcat as long as the socket is held open. This MS> may account for some random behaviour if the document roots aren't pointing MS> to the same place...