Programming

Content related to programming languages; Java, PHP, HTML, .NET, etc.

Tomcat 6.0.x Installation Issue With Windows Server 2003 x64

Tags:

Today when trying to install Apache Tomcat on a new clean Windows 2003 x64 server I ran into an issue where Tomcat would start fine from the start.bat script at a command prompt, but would fail whe

ASP Global.asa Timeout Values

Tags:

Server.ScriptTimeout

This value indicates how long, in seconds, the server will let an ASP script run until it is stopped by the server. The default value is 90 seconds. An error occurs if a script requires more time than this value allows, but you can override the default. To change this value in an individual ASP page, you can add this code:

<%
    Server.ScriptTimeout = 180
%>
Syndicate content