• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

not able to run tomcat on win98

 
Ranch Hand
Posts: 391
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am not able to run tomcat application server on win98.
When I run startup.bat, it gives me the message "out of environment space"
eventhough the JAVA_HOME environment variable has been correctly set.
Please provide me the solution as this is very urgent.
 
Bartender
Posts: 10336
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Windows 98 only allocates 256 bytes for environment space by default. You can fix this by increasing the amount of environment space available. You do this by adding a line like this to config.sys:

Alternatively, you can also fix this by removing the number of entries in your PATH or removing any unnecessary arguments included in startup.bat.
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Moved to the Tomcat forum.
 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am also getting the same problem.I add the SHELL=X:\PATH\COMMAND.COM /P /E:512 in config.sys .But i get the same error message like "out of environment space".

Plz give the solution for that.
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Set your environment size MUCH larger, I used 4096 back when I still had a Win98 machine.
Bill
 
Anjali Kumar
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for your reply.Now its giving one more error message stating that
1) Message Box: Error Starting Program

The TOMCAT5W.EXE file is linked to missing export NETAPI32.DLL:netWkstaGetInfo.

2) Message Box: D:\tomcat\bin\tomcat5w.exe

A device attached to the system is not functioning.
 
Ranch Hand
Posts: 569
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dont run the .exe file. Just extract the distribution files to a directory and setup the PATH, CLASSPATH, %CATALINA_HOME% env variable, and run startup.bat
 
Anjali Kumar
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Suppose i run the startup.bat,it will close with in 3 min..

I set the JAVA HOME,CATALINA HOME,PATH,CLASS PATH.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic