• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Installing Tomcat

 
Ranch Hand
Posts: 1325
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have instaled Netbeans 6.0 .there is a inbuilt tomcat.

path to tomcat is C:\Program Files\Apache Software Foundation\Apache Tomcat 6.0.16

when i am going to install another Apache Tomcat to the c drive it gives message
" Failed to install Tomcat6 service.check your settings and permission "

i tried both port 8080 and 80.
finally i change the drive to the E:\
but same result.what is the reason
 
Ranch Hand
Posts: 2458
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Doubleposted: https://coderanch.com/t/434708/IDEs-Version-Control-other-tools/Installing-Tomcat
 
Bauke Scholtz
Ranch Hand
Posts: 2458
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Regarding to your actual problem: uninstall the another Tomcat Service (note: this is not the same as Tomcat Server) or simply don't install the Tomcat Service (just don't download the exe, but the zip, extract it and use it).
 
reply
    Bookmark Topic Watch Topic
  • New Topic