Found an answer to my own question...

To get JSP working, you must activate JSP and Servlets. You must be
using JDK1.2.

You must also make sure that the following line exists in the
'config/mime.types' file:

      type=magnus-internal/jsp      exts=jsp

Our installation for some reason failed to add the 'mime.type' entry as
specified. After manually adding the line, things started to work
properly.

Hope this helps.

...Ken

   -----Original Message-----
   From:       JSP-INTEREST(a)JAVA.SUN.COM
   Sent:       Monday, March 20, 2000 8:18 AM
   To:         JSP-INTEREST(a)JAVA.SUN.COM
   Cc:         Boi, Ken L. /whqka
   Subject:    Mime File TYpe Entry

   If anybody is using iPlanet4.0 as their JSP enabled Web Server, could
   you tell me if you have an entry in the 'config/mime.types' file for
   '.jsp' file extensions. If so, what exactly does the line look like?

   Thanks in advance.

   ...Ken

   =====================================================================
   ======
   To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
   JSP-INTEREST".
   Some relevant FAQs on JSP/Servlets can be found at:

    http://java.sun.com/products/jsp/faq.html
    http://www.esperanto.org.nz/jsp/jspfaq.html
    http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
    http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to