I'm new to this group and SCWCD even. I bought HF book. I downloaded "jakarta-tomcat-5.0.30.exe" and installed in my M/C, in E: drive. Thats all I did. Then I tried to develop the "Beer-v1" web application(chapter 3). I tried to run cd bin/startUp.sh, but it's asking for the "program u want to open startUp.sh". Is it due to the location of installation I changed(E drive)?? Any environment variables to be set? Or anything else to be done? Plz suggest.
After installing Tomcat do U have a tomcat or apache icon in the system tray??
If not then check the Windows Start menu for apache or tomcat and use the appropriate option to start tomcat if it is not running.
Once it is running you will need to go to http://localhost or localhost:8080 or any other port which U might have setup tomcat on.
try going to http://localhost now itself and see if any page comes up. [ March 01, 2006: Message edited by: Liyaquat Ali ]
Excuse me while I kiss the sky (Jimi Hendrix)
Ice Penov
Ranch Hand
Joined: Apr 19, 2005
Posts: 70
posted
0
If you haven't already solved your problem, here's something you might wanna try :
1A. Set CATALINA_HOME variable to point to your Tomcat installation directory. The startup scripts(startup.bar or startup.sh) are using that directory.
OR
you might wanna try:
1B. go to E:/Tomcat(version number here)/bin using Command Prompt. Then you execute :