• 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

Apache2 Tomcat4

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

Sorry, I didn't find anyone asked this kind of question...

I run Apache2 and Tomcat4 on Windows Server 2003 for my website. I managed to work Apache with Tomcat, and can access the website by typing either "http://localhost/MyWeb/" or "http://localhost:8080/MyWeb/".

My question is ...
1) How do I change it to "http://MyWeb/" instead of "http://localhost/MyWeb"?
2) How do I set it up for people from outside to access the web by typing "http://www.myweb.com/"?

I've been working on this myself for a month, but still can't work it out. Please help me.

Thanks,

Nitti
 
reply
    Bookmark Topic Watch Topic
  • New Topic