0

I have installed tomcat as service successfully. when i start this from control Panel-> administrative tools -> services, it tows error like this,

The Apache Tomcat 4.1 service on local computer started and then stopped. Some service stop automatically if they have no work to do, for example, the performance logs and alerts sevice.

Wat is the error?

quanta
  • 50,327
  • 19
  • 152
  • 213

3 Answers3

1

If any server/service has issues, you should always be going straight to the logs.

$:\Tomcat4.1\logs\stdout.log
$:\Tomcat4.1\logs\stderr.log
lunistorvalds
  • 236
  • 3
  • 7
0

Maybe port 80 or 8080 is used by another application

Tomcat won't start - how to check that port 8080 is not in use

0

CAn you check if you have the sufficient rights to start the service. otherwise use this to set a proper one.
http://publib.boulder.ibm.com/infocenter/cmgmt/v8r3m0/index.jsp?topic=/com.ibm.sysadmin.hlp/msr10034.htm

zapping
  • 183
  • 1
  • 9