• 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 Installation issue

 
Ranch Hand
Posts: 155
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi I've installed tomcat4.1 on windows everything worked fine service is started . Only issue is when I type http://localhost:8080 in IE it is taking long time and is unable to open welcome page. I can ping 8080 from that server any idea what's happening.. I did following for installation....

Install j2sdk
Install with all typical options, put in the E:/<name it> drive.
Add environment variable: JAVA_HOME E:/Java_2_SDK (or what ever name/path you chose)
Go to Control Panel/System
Go to Advanced Tab, click on the Environment Variables button
Add new Env Var

Install Tomcat:
Install Custom:
ExpandTomcat � install as a service and core, remove source code, documentation and Start Menu Items and Examples.
Install on E:/ remove all spaces from path
Use 8080
Browse to E:/ java jre folder
[ March 17, 2006: Message edited by: Bear Bibeault ]
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic