Click here to Skip to main content
15,886,724 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I'm trying to deploy my Web App/System and I'm using Tomcat 6 as my Server. When I'm Starting the Tomcat it won't Start. But there's no Error showing why it won't start. I have search in the Internet but all I found is a question that has an error, mine has none. How can I start Tomcat?
Posted
Updated 2-Feb-11 18:49pm
v4
Comments
fjdiewornncalwe 2-Feb-11 22:18pm    
You've made a statement. Is there a question as well? There is very little chance that you will get a magical response to help you without more comprehensive information.
Indivara 2-Feb-11 22:34pm    
Where did you look? Event viewer?

1 solution

Look in <tomcat-base-directory>/logs for information about the error and add any exceptions you can find to your post, otherwise it will be very hard for anyone to provide you with anything useful as an answer...

Cheers, Arndt

PS: You might get more direct information if you start tomcat in a console e.g. with "apache-tomcat-6.0.20\bin\startup.bat" (first part nedds to be replaces with your &lt;tomcat-base-directory> ) - on the console you might be able to see the reason why tomcat will not start.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900