•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the JSP section within the Web Development category of DaniWeb, a massive community of 456,603 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,509 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our JSP advertiser: Lunarpages JSP Web Hosting
Views: 687 | Replies: 1
![]() |
•
•
Join Date: Nov 2007
Posts: 1
Reputation:
Rep Power: 0
Solved Threads: 0
hi all
i am new to jsp
i am looking in to this example first...
and save as helloworld.jsp
at present am using linux machine i.e. fedora7.
when i open this page through firefox browser.. it displaying like this
can you please help me
thank you in advance
i am new to jsp
i am looking in to this example first...
<html>
<head>
<title>My first JSP page
</title>
</head>
<body>
<%@ page language="java" %>
<% out.println("Hello World"); %>
</body>
</html> at present am using linux machine i.e. fedora7.
when i open this page through firefox browser.. it displaying like this
•
•
•
•
<%@ page language="java" %> <% out.println("Hello World"); %>
can you please help me
thank you in advance
Because jsp is not html (which is what you've written). JSP produces html, when compiled and executed by an application server (e.g. Tomcat, WebSphere, WebLogic, etc).
Go through this tutorial (its for the last version, but hey) http://java.sun.com/j2ee/1.4/docs/tutorial/doc/
Go through this tutorial (its for the last version, but hey) http://java.sun.com/j2ee/1.4/docs/tutorial/doc/
Last edited by masijade : Nov 7th, 2007 at 5:59 am. Reason: typo
Java Programmer and Sun Systems Administrator
----------------------------------------------
Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.
--Brian Kernighan
----------------------------------------------
Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.
--Brian Kernighan
![]() |
•
•
•
•
•
•
•
•
DaniWeb JSP Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
- including java programs or code in jsp (JSP)
- Will the jsp code will change if we connected to the oracle database ? (JSP)
- jsp code to send values to database (JSP)
- jsp code for values from database to textbox (JSP)
- <jsp:include> Not Printing On Web Page, But In Source Code (JSP)
- need HELP .jpf/weblogic/jsp - with CODE (JSP)
- Help with 301 redirect code - jsp in url (JSP)
Other Threads in the JSP Forum
- Previous Thread: x:forEach org/saxpath/SAXPathException
- Next Thread: image in new window



Linear Mode