• 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

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

I installed tomcat 5.0.8 in windows 2000 and jdk 1.5. I had set the classpath, path and java_home in the enviornmrnt variables.

set PATH=E:\Ant\Jdk1.5\bin;%PATH%
set JAVA_HOME=E:\Ant\Jdk1.5
set CLASSPATH=.;E:\Ant\Tomcat5.0\common\lib\servlet-api.jar;E:\Ant\Tomcat5.0\common\lib\jsp-api.jar;E:\Ant\Servlets+JSP;..;..\..;E:\Ant\jakarta-struts-1.2.4\lib\struts.jar

Once I had started the tomcat, one screen appears and some text has been scrolled down and vanished.

in that screen the below is the last line in it:
at org.apache.catalina.Bootstrap.start(Bootstrap.java:287)
at org.apache.catalina.Bootstrap.main(Bootstrap.java:287)

What will be the error? how to resolve it?
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Start Tomcat from within a DOS Prompt, and set the window scroll buffer to something big, 1000 lines or so. That way you'll see all the messages.
 
Mark Henryson
Ranch Hand
Posts: 200
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

If you don't mind can you tell me how to set the window scroll buffer to 1000.

In MS-DOS prompt, I having following:
Option - Buffer Size(50),Number of Buffers(4)
Font
Layout - Screen Buffer Size (Width - 80, Height - 300), Window Size(Width - 80, Height - 25)
Colors

Where to change? I am using Windows 2000
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Increase the buffer size.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic