File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Tomcat and the fly likes Tomcat Startup problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "Tomcat Startup problem" Watch "Tomcat Startup problem" New topic
Author

Tomcat Startup problem

Mark Henryson
Ranch Hand

Joined: Jul 11, 2005
Posts: 200
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?
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35241
    
    7
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.


Android appsImageJ pluginsJava web charts
Mark Henryson
Ranch Hand

Joined: Jul 11, 2005
Posts: 200
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
Ben Souther
Sheriff

Joined: Dec 11, 2004
Posts: 13410

Increase the buffer size.


Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Tomcat Startup problem
 
Similar Threads
ben..............tomcat is not installing
apache tomcat is arrogant...........huh
Compiling, but not running !!!
javax.servlet not found
Basic Servlet Compilation Problem