-
TOMCAT CONFIGURE
Hi,
I ve configured apache tomcat v6.0. But it is not workin properly....
The follwing r the steps which i performed to configure apache tomcat:-
1.i renamed it apache tomcat6.0 to tomcat n saved it in C drive.
2.i opened catalina batch file n i ve set the JAVA_HOME path.
3.i also tried testing tomcat my opening it int the browser. it din respond
4.i opened CMD, went to the appropriate path n typed STARTUP. it is not gettin started..
SO WHAT SHOULD I DO.
-
Re: TOMCAT CONFIGURE
Follow these steps
1. Download the fresh tomcat dist
2. Unzip in c drive
3. rename it to tomcat
4. add env variable in windows with name JAVA_HOME pointing to JDK home dir
5. now run the startup.bat file your tomcat should start working.
You can verify it by opening http://localhost:8080 in your browser
Hope this helps
[ Tomcat SSL | Java Collections | Liferay on Glassfish ]