mod_proxy with apache tomcat, how do I set it up? -
i have app serves on localhost:8080. want configure things servers on localhost:80 (or localhost without port specified). told follow these instructions.
my apache-tomcat downloaded located @ /home/myusername/tools/appname/apache-tomcat-6.0.33
i can't find httpd.conf file in dir... can't make changes above article mentions. not sure do. new apache/tomcat. great!
those instructions apache, different apache's tomcat. have (the 6.0.33 thing) apache's tomcat, hosts/runs webapps isn't typically used general webserver. need download , install apache, you'll able follow instructions.
you can download apache webserver here: http://httpd.apache.org/download.cgi
or if using os package manager, use os'es package manager instead.
typically, httpd.conf file should @ /etc/apache2/httpd.conf (or /etc/apache/httpd.conf).
Comments
Post a Comment