Hi, When i'm starting startup.bat file of Tomcat server it
isn't started. DOS window appears for a Second only. What
should I do?
Answers were Sorted based on User's Feedback
Answer / nilesh
Your set up might have been not done well.
Make sure you have added tomcat root directory path in the
CATALINA_HOME environment variable and added the bin path in
the path variable.
| Is This Answer Correct ? | 6 Yes | 3 No |
Answer / giang trang
Start it up using the console so that the screen would not
disappear. Then read the errors shown on the screen
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / masthanvali
I think in environment variable it might be problem
so give the path correctly like JAVA_HOME=C:Program FilesJavajdk1.6.0_12 and one more variable PATH="C:Program FilesJavajdk1.6.0_12in" and click ok and apply
now you run the tomcat server...
sure it will work if its not work then check in server.xml if any unwanted spaces is there then you should remove and again you start the tomcat server....
| Is This Answer Correct ? | 0 Yes | 0 No |
Is apache tomcat a web server?
What is the difference between worker and prefork mpm?
Does spring boot require tomcat?
Do you have any idea about the history of tomcat?
Can we deploy jar file in tomcat?
How to deploy war web applications in tomcat?
Does apache tomcat require java?
How do I install and run tomcat?
Does tomcat support ear file?
I have a "webb app" in Tomcat that serves only HTML, and I'd like to make the path component of the URL case- insensitive. So if the client navigates to http://<domain.host>/Pics or http://<domain.host>/pics or http://<domain.host>/PIcs they'll get the same resource.
What is the difference between weblogic and tomcat?
What is nio protocol?