JSP Tutorial


Starts from simple examples and progresses to complex examples. Requires Java and HTML knowledge.


43 User See All
NAGA SAI HEMANTH JAMILIDhaval PatelKamal HemaniRonit ModiJigar Parikh
Abhishek PatelVivek RudaniChirag NakumJaydeep ThakkarKalpesh Mevada
Bhagyashre SonagaraAshish MishraTushar PrajapatiShashvat ParekhPratik Gandhi
Vatsal ShahPrasanth SaseendranManish ShindeRaxit BhattNimisha Panchal
Mehul SankadasariyaAbhinav ShrivastavaVekariya RahulMoni KachhadiyaMask Jakash
Purvik KotechaSagar LodhiyaKalpesh PrajapatiHemal PatelEr Chandresh Prajapati
Darshan PatelHetvi ModiHardik ThakorSanjay MistryRee Ketter
Arpan PatelAdminDhruvin ShahShaily ShahSnehal Patel
Vimal ChotaliyaJoydip Panchal
Photo
Back to cluster list

Make Comments..!!


Dhaval Patel
how to connects database with .jsp page??
Like · Comment ·
Vivek Rudani
c.t is not in sammer exam 2013
Like · Comment ·
Shaily Shah
Give me IMP questions for advanced java...
Like · Comment ·
Arpan Patel likes this
Bhuro Patel
learn basic java first and then think of advancd
Like ·
Moni Kachhadiya
are pan ae 7th sem ma hoy to avance java j mange ne bhai!!! core java sikhi lidu hase
Like · 2 ·
Shaily Shah
@ankita : right!!!
Like ·
Jay Kamdar
lol...
Like ·
Joydip Panchal
jsp sample program code :-

<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1"%>

<html>
<body>
Now you learn <% out.print(" JSP Tutorial " ; %> from Help2Engg.
</body>
</html>

O/P :

Now you learn JSP Tutorial from Help2Engg.
Like · Comment ·
Rinkal Patel and 3 other like this
Moni Kachhadiya
aa program koi pn directory ma save karia to chale?
Like · 1 ·
Joydip Panchal
Na.. Jya apache install hoy tena webapps na folder ma tara project na folder ma..... Example :- G:\download\apache-tomcat-6.0.24\webapps\jaydip\test.jsp
Like · 1 ·
Admin
how to check tomcat server is running or not??

open Apache Tomcat folder and then open bin folder.

Run startup Window Batch File.

After running it you can see this :




Then Open your browser and type localhost:8080 and press Enter, you see the below page :




Like · Comment ·
Sanjay Mistry and Shah Jignesh like this
Joydip Panchal
path setting for tomcat apache.

Open :
Control Panel->System and Security->System->Advanced system settings->Environment Variables

Now click on New button of user variables. It open dialogue box of New User Variable.
Write :

Variable name : CATALINA_HOME
Variable Value : Your Apache Tomcat's folder's full path

Variable name : JAVA_HOME
Variable Value : Your JDK Environment full path....don't include bin folder.
Like · Comment ·
Moni Kachhadiya and 3 other like this
Joydip Panchal
To run a JSP page you have a JSP capable web-server server, if you haven't, then download it.
There are many such servers available.

Some of them are :
TomCat from Apache :http://tomcat.apache.org//
WebSphere from IBM :http://www-4.ibm.com/software/webservers//
Blazix from Desiderata Software :http://www.blazix.com/blazix.htmll
WebLogic from BEA Systems :http://www.beasys.com/
Like · Comment ·
Tejas Parmar and 2 other like this
Moni Kachhadiya
nice
Like · 1 ·
Joydip Panchal
JavaServer Pages (JSP) is a technology that it build dynamically generated web pages of any document types.

It is released in 1999 by Sun Microsystems.

JSP uses the Java programming language.
Like · Comment ·
Shah Jignesh and 2 other like this
Download Android App