Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

First time using JSP

Status
Not open for further replies.

Biscuits

Technical User
Aug 15, 2002
5
US
Hi All,

I've just started trying JSP for the first time. I made a simple jsp page: (hello.jsp)

<HTML>
<BODY>
Hello! The time is now <%= new java.util.Date() %>
</BODY>
</HTML>

and uploaded it to my FTP site of my ISP (iinet.net.au). I loaded hello.jsp from my webbrowser and the java component didnt do anything!? (just came up with &quot;The time is now&quot;). Im obviously missing something fundamental here - can anyone tell me what im doing wrong??

Thanks!
biscuits @hotmail.com
 
Does your ISP support JSP? You can ask them. Many provide special FAQ pages for programmers detailing what languages they support.
If they support JSP -- do they have instructions? Other JSP pages you can copy and play with? Other users with similar experiences?
--chuckwilliams1@netscape.net
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top