Friends,

Stil I am not getting the output from JSP.

Please tell me this.

Since I have Jawa Web Server, is there any necessity for JDK and JSWDK?

Even I have those two also.

Is there any setting has to be done in JWS for running JSP?

Please don't get irritated for this mail..

Ganesh

The following is the code I used.

<html>
<head>
<title>First Page</title>
</head>
<body>
<H3>Today is:
<%= new java.util.Date() %>
</H3>
</body>
</html>.

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