Tagged Questions
0
votes
2answers
1k views
Subdomain under Apache to proxy into Tomcat
I'm having trouble with making a subdomain to my Windows computer while using AJP to proxy to Tomcat. This is what I have in my httpd.conf file:
<VirtualHost *:80>
ServerName ...
0
votes
3answers
1k views
How do I connect my tomcat app to apache 2 so the paths aren't lame?
I've got a tomcat instance with several apps running on it... I want the root of my new domain to go to one of these apps (context path of blah).. so I have the following set up:
<Location />
...