RE: how to enable ssi in tomcat. Urgent plssssssss

2001-01-31 Thread Coetmeur, Alain
I don't really understand all in your problem description. anyway I had some problem myself by using taglibs that "include" the result of some other relative URL (see the XSL taglib, with the include tag) my problem was multiple: - I needed JSSE to support SSL (as a client), and add it as a

Re: how to enable ssi in tomcat. Urgent plssssssss

2001-01-31 Thread Jan Labanowski
SSI (Server Side Includes) work only in Apache. They do not work in Tomcat. You have to choose... Either you do SSI or JSP, you cannot have both. If you have: JkMount /*.jsp ajp13 JkMount /servlet/* ajp13 in you mod_jk.conf and AddType text/html .shtml AddHandler server-parsed

RE: how to enable ssi in tomcat. Urgent plssssssss

2001-01-31 Thread BBueckers
-Original Message- From: Jan Labanowski [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 31, 2001 9:15 AM To: [EMAIL PROTECTED]; Jan Labanowski; [EMAIL PROTECTED] Subject: Re: how to enable ssi in tomcat. Urgent pl SSI (Server Side Includes) work only in Apache. They do