1. Back up the file. 2. Delete all the comments. 3. Put all single-line XML tags on a single line (even if this means you can't see the end of some of them) 4. Delete any contexts you don't need (e.g. examples) 5. Then try to work with the file. Or post it to this list and ask your questions.
As for getting Apache to work with a .jsp file instead of passing it on to Tomcat all you have to do is remove the JkMount /*.jsp ajp13 statement from Apache's httpd.conf file. But then these will be treated as ordinary text files not script files which have to be interpreted. Andoni. ----- Original Message ----- From: "Robert Charbonneau" <[EMAIL PROTECTED]> To: "Tomcat Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, August 27, 2003 12:56 PM Subject: <Context> > I was trying to setup Tomcat to allow Apache to serve *.jsp files from the > DocumentRoot of Apache. I had setup the following: > > > > I'm wondering if anyone can give me any insight as to how I can make this work > properly. > > Thanks. > > -- > Robert Charbonneau > [EMAIL PROTECTED] > -- > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
