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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I need begin with jsp

Status
Not open for further replies.

fpal

Programmer
Nov 27, 2002
15
US
Hi every body
how i can use jsp in IIS i need help from a to z
I have this code but have error PLZ any body help me

%@ page contentType=&quot;text/html;charset=WINDOWS-1252&quot;%><HTML> <HEAD> <META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; charset=WINDOWS-1252&quot;>

<TITLE> JSP Sample -</TITLE>

</HEAD> <BODY>
<P> <BR><BR><BR><BR><BR><BR><BR><BR><BR><BR>
<B><CENTER><FONT COLOR=BLACK SIZE=5>
<TABLE BORDER BGCOLOR=BLACK>
<TR>
<TD ALIGN=CENTER VALIGN=CENTER>

<B><FONT COLOR=RED SIZE=5>
&nbsp;<% out.println(&quot; Hello World&quot;); %> ! </B>
</TD> </TR> </TABLE> </CENTER></B> </P>


</BODY></HTML>
 
You cannot run jsp on IIS. You need to install an application server (e.g. tomcat) in order to run JSP.

If you need help &quot;from a to z&quot;, I'd suggest you walk on down to the local bookstore and buy yourself a book on jsp and servlets.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top