Hi JSP lovers,

    I have this small jsp code:


     <html>
     <b> Hello World ! </b>
     <%@ page language="java" import="java.util.*" %>
     <h1> This is an example </h1>
     <%=Calendar.getInstance().toString() %>
     </html>


    This code shows up as

     Error: 500
     Location: /jsp/index.jsp
     No detailed message

    on the page. Why is it happenning????


    I have Apache's TOMCAT on my machine, all configured.


    Please let me know what could be going wrong!! I really appreciate
your response.
    Thank you.


    - Prasad

===========================================================================
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