• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Tim Cooke
Sheriffs:
  • Rob Spoor
  • Liutauras Vilda
  • paul wheaton
Saloon Keepers:
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
  • Piet Souris
Bartenders:
  • Stephan van Hulst

Tomcat 6.0.20 not starting with Eclipse 3.3.1.1

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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










 
Ranch Hand
Posts: 470
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Check this https://coderanch.com/t/419438/IDEs-Version-Control-other-tools/Timeout-waiting-Tomcat-v-Server
 
Mayur Mayuresh
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
Misha Ver.

Thank you for your help.... may this solution will be help full next time for me .

I had resolved posted issue. It was related to "Quick Heal" firewall which was not allowing me to start the server inside eclipse (even not allowing me to run my application externally).
I have tried, by decreasing security level to "Allow Most" and it worked for me.

thank you again....

- Mayuresh
 
Too many men are afraid of being fools - Henry Ford. Foolish tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic