• 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

Virtual Hosts and Apache/Tomcat connection help?

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, I'm relatively new to setting up and maintaining an apache/tomcat server, and while I've gotten virtual hosts to work with just serving static pages from apache, and I know the link to Tomcat is working, my problem is this:

Whenever I go to my url (in this case: www.winterwar.org) all I see is the standard tomcat welcome page. What I'd like to see is actually at www.winterwar.org/ww-demo but I'm having a hard time making that come up when you just type in www.winterwar.org

I'm including some snippets of my server setup stuff here, but please ask if I'm not providing enough info.

From my httpd.conf, here's the virtual host entry that I'm using. So far this works for other things, and it actually gets me to that Tomcat welcome page just fine (though, if that were my intent, I wouldn't be here, I guess):


From my workers.properties file:


And my tomcat server.xml. I've tried adding in a host entry here, but everything I've tried stops me from seeing the welcome screen and just throws up an empty screen:
 
If you're gonna buy things, buy this thing and I get a fat kickback:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic