Samantha, I think this might help resovle your problem
http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q230205& Out of Environment Space Error Message in MS-DOS Programs The information in this article applies to: Microsoft Windows 95 Microsoft Windows 95 OEM Service Release 1, 2, 2.1, 2.5 Microsoft Windows 98 Symptoms When you attempt to run an MS-DOS program in Windows, you may receive the following error message: Out of environment space. Cause This issue can occur if you do not have enough memory in the MS-DOS environment to set an environment variable. Resolution To resolve this issue, increase the default environment space available for MS-DOS programs. To do this, use one of the following methods. Modify the Environment for All MS-DOS Programs To increase the default environment space for all MS-DOS programs running in Windows, edit the Shell command in the Config.sys file. To do this, follow these steps: Click Start, and then click Run. In the Open box, type sysedit, and then click OK. Click the Config.sys window. At the beginning of the Shell= line, type REM, and then press the SPACEBAR. If the Shell= line does not exist, proceed to the next step. Press the HOME key. Type the following line to create a new Shell= line, and then press ENTER: SHELL=C:\COMMAND.COM /E:4096 /P On the File menu, click Save. On the File menu, click Exit. Restart the computer. Modify the Environment for a Specific MS-DOS Program To increase the default environment space for a specific MS-DOS program, follow these steps: Right-click the MS-DOS program icon, and then click Properties. Click the Memory tab. In the Initial Environment box, type the number of kilobytes (KB) that the program requires, and then click OK. NOTE: The maximum amount of memory that you can allocate for an MS-DOS program is 4096 KB. -----Original Message----- From: Hoy, Samantha SSA-CORAR11 [mailto:[EMAIL PROTECTED]] Sent: 09 September 2002 12:04 To: 'Tomcat Users List' Subject: Tomcat 3.1.* config problem Hi I have been trying to install Tomcat v3.1.2 (I think which by the looks of it is a really old version) - my problem is that I have installed 2 different versions of Tomcat in 2 different places - one in its own root directory and the other in a sub-directory of JBuilder4. I seem to get an 'out of environment space' (I am running of Windows 98) issue when trying to run from within JBuilder and I get a set up JAVA_HOME variable error message when trying to run/start Tomcat in the one off the root directory . How do I set this up correctly ? I have fiddled around in the classpath of my autoexec.bat file but don't think that I have got it right . I have to code an entire Java/JSP project and have a week to do it and am suitably freaked out that I cannot even get the configs correct ..lol ... Any takers ? Thanks Samantha ###################################################################### Attention: This e-mail message is privileged and confidential. If you are not the intended recipient please delete the message and notify the sender. Any views or opinions presented are solely those of the author. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
