How do i run JSP?

1999-09-14 Thread Sunil Dua
Hello there I am learning JSP. I wrote(in fact copied) a small jsp script which is as follows: 1. <%@ page language="java" %> 2. 3. 4. My first jsp 5. <% int i=5; %> 6. <%= i%> 7. <%= {new java.util.Date()}.toLocaleString(); %> 8. 9. I saved the file and when i run the file without line no

Re: How do i run JSP?

1999-09-14 Thread DAVE TOWNSEND
OTECTED] > Subject: How do i run JSP? > > > Hello there > > I am learning JSP. > I wrote(in fact copied) a small jsp script which is as follows: > 1. <%@ page language="java" %> > 2. > 3. > 4. My first jsp > 5. <% int i=5; %> > 6. <%

Re: How do i run JSP?

1999-09-16 Thread Jashua Ni
-Original Message- From: Sunil Dua [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 14, 1999 4:02 AM To: [EMAIL PROTECTED] Subject: How do i run JSP? Hello there I am learning JSP. I wrote(in fact copied) a small jsp script which is as follows: I think in the beginning you have to