The Artima Developer Community
Sponsored Link

Java Answers Forum
Tomcat Server Startup Problem.. Pls Help

3 replies on 1 page. Most recent reply: Jul 11, 2003 4:16 AM by S. Fukhar Ahmad

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 3 replies on 1 page
Dharmesh

Posts: 2
Nickname: hidharmesh
Registered: Apr, 2002

Tomcat Server Startup Problem.. Pls Help Posted: Apr 4, 2002 10:14 PM
Reply to this message Reply
Advertisement
I have installed tomcat server on NT 4.0 withservice pack 6.
When I run startup.bat.
The execution starts... with the message
"Starting Tomcat in New Window"
Then later on..in new window. 3-4 lines are displayed and again that window get closed dwon.
I am unable to sort this problem
Pls Help me out


Matt Gerrans

Posts: 1153
Nickname: matt
Registered: Feb, 2002

Re: Tomcat Server Startup Problem.. Pls Help Posted: Apr 4, 2002 10:50 PM
Reply to this message Reply
I assume you are calling the startup.bat file, which in turn calls the tomcat.bat file with the parameter "start" (the option to run it in a new window). If you instead call tomcat.bat directly with the run parameter, it will run in the current window, so you will be able to see the output. Like so:
tomcat run
(of course, if it does start up properly, you will need to open another window to shut it down).

Dharmesh

Posts: 2
Nickname: hidharmesh
Registered: Apr, 2002

Re: Tomcat Server Startup Problem.. Pls Help Posted: Apr 4, 2002 11:43 PM
Reply to this message Reply
Still the window is gettig closed.
Pls help me out..
actually the last two lines

1. PoolTCPConnector :Starting HttpConnectionHandler on 8080
2. PoolTCPConnector :Starting Ajp12ConnectionHandler on 8007

are not coming.....
canu judge the problem

S. Fukhar Ahmad

Posts: 1
Nickname: sfakhr
Registered: Jul, 2003

Re: Tomcat Server Startup Problem.. Pls Help Posted: Jul 11, 2003 4:16 AM
Reply to this message Reply
Hello,

i have a similar problem, i am using windows 2000 professional with tomcat 4.1
i have downlaoded the exe file from jakarta and installed it

my problem is that when i start the tomcat server it stuck see below where it stuck
============================================================
[INFO] Registry - -Loading registry information
[INFO] Registry - -Creating new Registry instance
[INFO] Registry - -Creating MBeanServer
[INFO] Http11Protocol - -Initializing Coyote HTTP/1.1 on port 8080
Starting service Tomcat-Standalone
Apache Tomcat/4.1.24
[INFO] Http11Protocol - -Starting Coyote HTTP/1.1 on port 8080
[INFO] ChannelSocket - -JK2: ajp13 listening on 0.0.0.0/0.0.0.0:8009
[INFO] JkMain - -Jk running ID=0 time=0/100 config=C:\Program Files\Apache Grou
p\Tomcat 4.1\conf\jk2.properties
======================================================= ====

and don't proceed

please any one could tell me why tomcat is not starting completely

i have intalled jdk1.3.1_08
have create envirnment variable as %JAVA_HOME%
i think i didn't miss any thing in configuring tomcat

please email me what to do at fukhar@hamdard.net.pk

Many thanks in advance

Flat View: This topic has 3 replies on 1 page
Topic: What'd I do wrong? Previous Topic   Next Topic Topic: refresh JComboBox

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use