trouble configuring a web app outside Tomcat install directory

2003-03-24 Thread Michael Harrison
Hello, all, I'm having trouble with a web app I've located outside the Tomcat install directory: that is, under a webapps/ROOT/ directory that is not under /usr/local/tomcat/. I have my JSPs working fine, but I can't call servlets through the web browser: I get 404's. Quick background: Apache

correction: trouble configuring a web app outside Tomcat install directory

2003-03-24 Thread Michael Harrison
I put a typo in my last message: the host element I listed is actually Host name=www.appsite.com debug=1 appBase=/home/web/appsite.com/webapps Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

servlet problems with web app outside Tomcat directory

2003-03-23 Thread Michael Harrison
Hello, I've been struggling for several days with setting up a modest web application outside the Tomcat installation directory. I have JSPs compiling, executing, and returning the proper display data, but I cannot get my servlets to work: I only get 404 errors. I'm running Apache 2.0.44

problem with Tomcat and port 8080

2003-02-17 Thread Michael Harrison
I'm running (or trying to) Tomcat 4.0.6 on RedHat 8.0 for PC. I installed Tomcat from a binary (ie. I just unpacked it and moved it into /usr/local. I ultimately hope to run it connected to Apache (2.0.44) through an ajp13 connector, but for now I just want the server to run by itself on port

A problem with Tomcat and port 8080

2003-02-17 Thread Michael Harrison
I'm running (or trying to) Tomcat 4.0.6 on RedHat 8.0 for PC. I installed Tomcat from a binary (ie. I just unpacked it and moved it into /usr/local. I ultimately hope to run it connected to Apache (2.0.44) through an ajp13 connector, but for now I just want the server to run by itself on port

a paranoid question about ajp and Tomcat 4.0.x

2003-02-16 Thread Michael Harrison
I've been trying, without success, to connect Apache 2.0.44 and Tomcat 4.0.6 with an ajp13 connector. I just noticed that the Tomcat project homepage lists New Coyote connector (HTTP/1.1, AJP 1.3 and JNI support) among the imporvements to Tomcat 4.1. Will an ajp connector work with 4.0.x, or

A problem with Tomcat and port 8080

2003-02-16 Thread Michael Harrison
I'm running (or trying to) Tomcat 4.0.6 on RedHat 8.0 for PC. I installed Tomcat from a binary (ie. I just unpacked it and moved it into /usr/local. I ultimately hope to run it connected to Apache (2.0.44) through an ajp13 connector, but for now I just want the server to run by itself on port

Re: A problem with Tomcat and port 8080

2003-02-16 Thread Michael Harrison
your old Tomcat installation entirely, and move the new one into the old one's location. It can't run if it's not there. :-) -Jake Michael Harrison wrote: I'm running (or trying to) Tomcat 4.0.6 on RedHat 8.0 for PC. I installed Tomcat from a binary (ie. I just unpacked it and moved

Need help building connectors for Apache 2.0.40 and Tomcat 4.0.6 on RedHat 8.0

2003-02-13 Thread Michael Harrison
connector besides mod_jk? Thanks. Michael Harrison