|
JavaServer Pages (jsp) are a way to combine the power of java on the
server with the flexibility of HTML for page layout. They work by embedding
java code in the web page. When the JSP enabled web server gets a request for
a file ending in jsp, it compiles the java and runs it to fill out the page
source, then it serves the resulting page.
WebSphere 1.1 has a bug in which a JavaServer Page that needs recompiling
will cause an internal server error. If a JavaServer Page needs to be
recompiled, the best thing to do is stop, then restart the web server. This
bug is fixed in WebSphere 3.0
| |
JSP Links
JavaServer Pages
|
|
This page is an example
This page is a JavaServer Page. Your browser made the request, and the
server ran the compiled version of this page. To create the next section,
the following items were retrieved from the HttpServletRequest object
and output as page text.
| Property Name | Value |
| pragma | no-cache |
| cache-control | no-cache |
| connection | close |
| accept-charset | ISO-8859-1,utf-8;q=0.7,*;q=0.7 |
| accept-encoding | gzip |
| accept-language | en-us,en;q=0.5 |
| accept | Accept: application/xhtml+xml,text/html;q=0.9,text/plain; |
| user-agent | CCBot/1.0 (+http://www.commoncrawl.org/bot.html) |
| host | blondeguy.dyndns.org |
| x-cc-list | List:1 For:63.249.111.252 |
|