• 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
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Getting Started with Head First Servlets and JSP

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can anyone help me setup my computer with Java and Tomcat? I have downloaded Java and Tomecat; added the environment variable JAVA_HOME AND TOMCAT_HOME pointing to C:\program files\java and C:\tomcat. I downloaded Tomcat 5 something. I can't find a file named startup.sh I'm a novice and at this point I'm lost. Also this is not a very intuitive site. It took me a minute or 2 to fine a way to post a message.
 
Ranch Hand
Posts: 105
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear Mr. Clifford,

Just go to $TOMCAT_HOME\bin folder and try to run startup.bat file.

Based on your post it seems that you are using windows operating system and hence .sh file will not work.

Hope this will help.

Regards
Naveen
 
reply
    Bookmark Topic Watch Topic
  • New Topic