• 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

Tomcat on Win98

 
Ranch Hand
Posts: 36
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I have the wonderfull pleasure, to use tomcat on Win98
i installed the binaries and I use the command prompt like that:
cd c:\jakarta-tomcat-3.2.3
set JAVA_HOME=c:\jdk1.3.1_01
set TOMCAT_HOME=c:\jakarta-tomcat-3.2.3
bin\startup
But it doesnt work and the prompt tells me, that it has not enough storage, what should I do?
Othmar
(I worked already with Tomcat on Win2k, and everything was fine)
 
Ranch Hand
Posts: 5040
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
okay, thats' fine.
could you tell us what it says....any error msgs, exceptions etc...

regds.
- satya
 
Ranch Hand
Posts: 3695
IntelliJ IDE Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
By 'storage', do you mean 'environment space' ?
http://www.javaranch.com/ubb/Forum11/HTML/000893.html
 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi!
As i read ur problem.. u do one thing just right click on startup.bat and open the property of it, there is one option memory... just change the value of memory.. u do this 4096,
it starts working..
bye

Originally posted by Othmar Stehlik:
Hi
I have the wonderfull pleasure, to use tomcat on Win98
i installed the binaries and I use the command prompt like that:
cd c:\jakarta-tomcat-3.2.3
set JAVA_HOME=c:\jdk1.3.1_01
set TOMCAT_HOME=c:\jakarta-tomcat-3.2.3
bin\startup
But it doesnt work and the prompt tells me, that it has not enough storage, what should I do?
Othmar
(I worked already with Tomcat on Win2k, and everything was fine)


 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic