The Artima Developer Community
Sponsored Link

Java Answers Forum
tomcat is not startup when clickinon startup.bat

3 replies on 1 page. Most recent reply: May 31, 2005 12:23 AM by Kondwani Mkandawire

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
jyothsna

Posts: 4
Nickname: jyothsna12
Registered: May, 2005

tomcat is not startup when clickinon startup.bat Posted: May 24, 2005 3:24 AM
Reply to this message Reply
Advertisement
hi
i installed tomcat on c:\Program Files\Apache Software Foundation\tomcat 5.0\..
my JAVA_HOME=c:\j2sdk1.4.2_01;
CATALINA_HOME=c:\Program Files\Apache SoftwareFoundation\tomcat 5.0;
i set PATH and CLASSPATH vars.
when iam clicking on startup.bat server is not in running mode .its just open and close the window.
and my tomcat is available on http://localhost:8081/
i.e on 8081 port no.
why the problem came?
whats the sol?
thanks for imm reply for my previousely posted error.


Kondwani Mkandawire

Posts: 530
Nickname: spike
Registered: Aug, 2004

Re: tomcat is not startup when clickinon startup.bat Posted: May 25, 2005 11:28 PM
Reply to this message Reply
Just a suggestion coz I have never used Tomcat...
I'm currently running other servers on a Linux
machine... Try run it in DOS and use verbose
mode:

Whereever your Tomcat Bin is located try:
to run startup -v (or whatever your startup
script is).

I'm sure Tomcat should be able to run in verbose
mode. You'll be able to disect the error.

Shouldn't most servers run on port 8080?

My immediate guess is that the server actually
is being started but runs in the background.
If you are running it from Dos though you
will be 100% sure of whether or not it actually
started.

jyothsna

Posts: 4
Nickname: jyothsna12
Registered: May, 2005

Re: tomcat is not startup when clickinon startup.bat Posted: May 30, 2005 11:38 PM
Reply to this message Reply
go to services in the control panel and stop the apache tomcat service.
then click on startup.bat
the problem is the server is already running in the back side.

Kondwani Mkandawire

Posts: 530
Nickname: spike
Registered: Aug, 2004

Re: tomcat is not startup when clickinon startup.bat Posted: May 31, 2005 12:23 AM
Reply to this message Reply
> go to services in the control panel and stop the apache
> tomcat service.
> then click on startup.bat
> the problem is the server is already running in the back
> side.


That's hilarious, sounds like the exact same thing
I posted...

Flat View: This topic has 3 replies on 1 page
Topic: Subversion - Eclipse - Subclipse - JavaSVN Previous Topic   Next Topic Topic: Inheritance question

Sponsored Links



Google
  Web Artima.com   

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