• 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 Startup problem

 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am using Winows XP. And the JDK1.3 and Tomcat 5.5.9.
I had created the bat file for the enviornment variables(path,classpath,java_home).
When I had started the tomcat server in the ms-dos
D:\Tomcat\bin\>startup

One screen appears and disappers immediately. Nothing is displayed. I also tried to increase the buffer size. I tried to right click the startup.bat file to increase the memory. In properties tab, I could found the memory tab.

In the MS-DOS screen, I right clicked and in the properties tab, I found:
Option: >> Comman History >> Buffer Size: 50 (I have increased to 999)
Font:
Layout: Screen Buffer Size >> Width: 80(I have increased this to 1000) Height :300

Then also it's not working. Please suggest how to resolve it
 
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
I see you are using JDK 1.3 - that is a rather old library - do the Tomcat docs say that it is compatible with that old version?
Undoubtedly there is important information in the window that vanishes.
In order to keep all the output in one window, you need to change the last executable line in startup.bat which presently looks like:



to

This will continue in the same command prompt window rather than creating a new one.
Bill
 
this is supposed to be a surprise, but it smells like a tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic