Royce Thig

Greenhorn
+ Follow
since Nov 11, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Royce Thig

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:
15 years ago