Right, this has nothing to do with tomcat. Windows console applications use
their environment space to store environment variables. Whats happening is
that when you run tomcat, you're filling this space up so some of variables
won't get saved - this could really screw tomcat up. You need to increase
your default environment size. You can do it by creating a shortup to a dos
program and change its properties, but probably the better way to do it is
to add an entry to your config.sys file - can't remember exactly what you
have to do though. Changing config.sys means all console apps will inherit
this value. Try searching microsofts site with the out of environment space
error.

sam
----- Original Message -----
From: "Gabriel Marti" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, June 29, 2001 12:55 AM
Subject: out of environment space


> Hello, after scaling back to tomcat 3.2.2 from tomcat 4.0 beta 5, after i
> was informed that my jsp pages wouldnt refresh in the winX plat due to a
> bug, my jsp page no longer works. when i enter the command tomcat run it
> says "out of environment space".  Here is what i currently have in my
> autoexec:
>
> PATH=D:\jdk1.3.0_02\bin;%PATH%
> SET TOMCAT_HOME=D:\tomcat_3
> SET CATALINA_HOME=D:\tomcat_4
> SET CLASSPATH=
>
%CLASSPATH%;D:\jdk1.3.0_02\jre\classes;%TOMCAT_HOME%\common\lib\servlet.jar;
> %CATALINA_HOME%\common\lib\servlet.jar
> SET JAVA_HOME=D:\jdk1.3.0_02
>
> I was able to view the page before, but ive seemed to have messed
something
> up and i cant fig out what it is: Here is the error that is generated:
>
> Error: 500
> Location: /clan/roster.jsp
> Internal Servlet Error:
>
> javax.servlet.ServletException: [Microsoft][ODBC Microsoft Access Driver]
> '(unknown)' is not a valid path.  Make sure that the path name is spelled
> correctly and that you are connected to the server on which the file
> resides.
>
>

Reply via email to