RE: Include files in Tomcat and Apache

2001-03-09 Thread Marc Saegesser
Read the JSP spec. The include directive requires a relativeURLspec. You can only include files from the current webapp so there is no need to fully qualify the URL. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On > Behalf Of Abdullah > Sent: Wednesday, March

RE: Include files in Tomcat and Apache

2001-03-09 Thread Rodriguez Victor A.
Abdullah, > I have apache 1.3.14 ( with Jserv) and Tomcat 3.2.1 > running in the same machne > on linux. > All the html and images are in apache, > All the Jsp and Servlets are in tomcat > Here i have one problem . > I have a jsp called login.jsp which has an include statement like > >