• 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

Tomcat 6.0 installation help

 
Ranch Hand
Posts: 134
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

I want to install tomcat6.0. I tried to download it from http://tomcat.apache.org/. But whenever I am trying to run
the exe file its happening. But I am not able to find startup.sh
inside bin folder.

Can anyone pls help on this. I tried this 4-5 times. but still not working.

Thanks,
Satya
 
pie sneak
Posts: 4727
Mac VI Editor Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What files are you seeing in Tomcat's bin folder?
 
Marc Peabody
pie sneak
Posts: 4727
Mac VI Editor Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
By the way, last time I installed Tomcat on my machine it gave me start and stop shortcuts on my desktop. Did you not get those?
 
Marc Peabody
pie sneak
Posts: 4727
Mac VI Editor Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm also assuming you did grab the binary of Tomcat and not the source.
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

But whenever I am trying to run the exe file its happening.



... is what happening?

If you're running a .exe file, then you must be on Windows, in which case the startup.sh file won't help (it's for Unix). Is there a startup.bat file?
 
satya mahapatra
Ranch Hand
Posts: 134
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Marc,

Today once again I tried with cool mind. First I uninstall the existing one and then install it again. Now it is working fine. Actually previously I was using tomcat4.1. As I want to use EL so I have to install tomcat6.0.

I was expecting startup.bat with tiger sign in bin like tomcat4. But here I got tomcat6 Service Runner and the sign here is different.

And inside bin folder the files are:

1> bootstrap Executable Jar file
2> tomcat6 Service runner
3> tomcat6w Procurn Service Manager
4> tomact-juli Executable jar file

By the way this time also no shortcut I got for start and stop on desktop.

And Ulf you are right. For windows it is a bat file not sh file.

Thanks Marc and Ulf for youe support.


Thanks,
Satya
 
There is no greater crime than stealing somebody's best friend. I miss you tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic