You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Michael Timpe <MT...@t-online.de> on 2002/09/12 17:38:17 UTC

Internal Server Error

Hi,

I get an "Internal Server Error" very often after an idle time of some 
minutes. What can I do?

Platform:

- Win NT / Win 2000
- Apache 1.3.26
- mod_jk
- Tomcat 4.0.3

(P.S.: on a linux system it is stable and we have no problems! This 
error occurs only on Windows machines).

Greetings

Michael




-- 
-----------------------------------------------------------
Michael Timpe
eMail: michael@timpe-koeln.de
-----------------------------------------------------------


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Internal Server Error

Posted by Chuck Amadi <ch...@breconbeacons.org>.
Michael Timpe wrote:

> Hi,
>
> I get an "Internal Server Error" very often after an idle time of some 
> minutes. What can I do?
>
> Platform:
>
> - Win NT / Win 2000
> - Apache 1.3.26
> - mod_jk
> - Tomcat 4.0.3
>
> (P.S.: on a linux system it is stable and we have no problems! This 
> error occurs only on Windows machines).
>
> Greetings
>
> Michael
>
>
>
>
If you are sure it's your timeout's which by default is 3o mins goto to 
/conf/web.xml and alter your <session-config> as described
Plz correct me if I'm wrong.

<session-config>
        <session-timeout>
            30
        </session-timeout>
    </session-config>

Worth a try.

-- 
Regards 
Chuck Amadi
ICT Dept Systems Programmer
Rhaglenydd Systemau Adran ICT





--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>