Hi
Friends
I am trying to run
tomcat 6.0.20 through Eclipse 3.3.1.1.
Accordingly I set my all required environment variables as follows :
CATALINA_PATH : C:\Program Files\apache-tomcat-6.0.20
CATALINE_OPTS : -server -Xms128M -Xmx1028M
CLASSPATH : C:\apache-tomcat-6.0.20\lib\servlet-api.jar;C:\apache-tomcat-6.0.20\lib\jsp-api.jar;C:\apache-tomcat-6.0.20\lib\el-api.jar;C:\Servlets+JSP;C:\apache-tomcat-6.0.20\lib\annotations-api.jar;C:\apache-tomcat-6.0.20\lib\catalina.jar;C:\apache-tomcat-6.0.20\lib\catalina-ant.jar;C:\apache-tomcat-6.0.20\lib\catalina-ant.jar;C:\apache-tomcat-6.0.20\lib\catalina-ha.jar;C:\apache-tomcat-6.0.20\lib\catalina-tribes.jar;C:\Program Files\Java\jdk1.6.0_07;C:\Program Files\Java\jdk1.6.0_07\bin;C:\Program Files\Java\jdk1.6.0_07\lib;C:\Program Files\Java\jdk1.6.0_07\include;C:\Program Files\Java\jdk1.6.0_07\lib\tools.jar
JAVA_HOME : C:\Program Files\Java\jdk1.6.0_07
PATH : C:\Program Files\Support Tools\;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\system32\WBEM;C:\Program Files\Java\jdk1.6.0_07\bin;C:\Program Files\apache-tomcat-6.0.20\bin
with this setting, Tomcat is running fine externally, using "Startup.bat"
But when I am trying to start tomcat though eclipse, console shows :
and then giving an error :
Not getting why ?
I have configured eclipse for Tomcat through "Preferences". But still no use.
I am using Windows Server 2003. I also tried to install service for tomcat using "service.bat". But it was failed to install the same.
is there any issue because of no service created in windows services for tomcat ?
Please give me some solution..... It's really tough to find what's going on with this setup.
Thanking you
- Mayuresh