RE: apache serving as a proxy server to tomcat but cant find serv let

2003-05-31 Thread Eric fiedler
psexcuse that...wrong reply. -Original Message- From: Eric fiedler [mailto:[EMAIL PROTECTED] Sent: Friday, May 30, 2003 12:12 PM To: 'Tomcat Users List' Subject: RE: apache serving as a proxy server to tomcat but cant find serv let damn thats gonna suck...Sat. night

RE: apache serving as a proxy server to tomcat but cant find serv let

2003-05-31 Thread Eric fiedler
proxy server to tomcat but cant find serv let Sounds like an Apache mod_proxy configuration problem to me, then. Or, is your Tomcat Context configured in a Host named "localhost" or one named for the FQDN that you are using? John On Fri, 30 May 2003 10:20:04 -0400, Eric fiedler &l

RE: apache serving as a proxy server to tomcat but cant find servlet

2003-05-31 Thread Eric fiedler
cant find servlet Did you explicitly map your servlet in your web application's web.xml file? You have to map your servlet to a URL, you can't just call it. Check the docs and the FAQ. John On Fri, 30 May 2003 10:12:27 -0400, Eric fiedler <[EMAIL PROTECTED]> wrote: &

apache serving as a proxy server to tomcat but cant find servlet

2003-05-31 Thread Eric fiedler
hi - I have apache setup as a proxy server to machine running Tomcat hosting a site. I can view the Tomcat site from the apache machine by using the url, we'll say http://apache:8080/TomactMachine/index.html The site will come up fine. However, when I try to execute a servlet off the Tomcat site,

building mod_proxy Apache 1.3

2003-05-29 Thread Eric fiedler
Has anyone who has integrated Apache and Tomcat built mod_proxy by any chance? My documentation on the Jakarta tomcat proxy hot-two document says to run the following command. I am on a Solaris machine: ./configure --enable-module=proxy This creates a file called mod_proxy.o; not mod_pro

Forwarding an Apache request to a seperate machine running Tomcat....newbie here1

2003-05-29 Thread Eric fiedler
Hi - I have been all over the net trying to find examples of how to do this and am having a really hard time finding good documentation I have machine 'A', running Apache, hosting a website. I have machine 'B', running Tomcat, running a separate site consisting of jsp's and servlets. I nee