• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Starting TomCat 5.5 on Windows

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I just installed TomCat 5.5 on windows xp.

There is no bin/startup.sh or
bin/startup.bat

How to start TomCat?

 
Ranch Hand
Posts: 147
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Tomcat 6 uses Tomcat 6.0\bin\tomcat6.exe for starting. try to look same in 5.5 version.
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you install from the .exe installer, you can run Tomcat as a service. There is a Services tool which windows hides various ways - just found mine under Control Panel ->Administrative tools - you should see Apache Tomcat in the list of services - it will have a Startup Type - probably now set to manual. If you select Tomcat it should show Start the service option -or- stop / restart options if Tomcat is running.

If you install from the zip snapshot you get the startup.bat etc files to run Tomcat as an application.

Bill
reply
    Bookmark Topic Watch Topic
  • New Topic