Frequently Asked Questions

These pages contain answers to the most common questions asked of Servlets.Net. To read an answer to a question, first select the category on the left, then the question on the right. If you don't find what you're looking for, feel free to send e-mail to our Support Department. If you would prefer, the entire FAQ is available on a single page.


 
General
Virtual Server
Java Servlets
Java Server Pages
Database
Internet
Dynamic Configuration Files
 
 
 
What are Java Server Pages?
What version of JSP are you running?
How do I change between JRun's JSP versions?
What compilers are available to use with JSP?
Can I pre-compile my JSP pages?
How do I get the JRun JSP Database samples to work?
 

 
 
 

Java Server Pages (JSP) is a scripting language that's a hybrid of Java and HTML. Much like Microsoft's ASP and Netscape's Server-Side JavaScript technologies, it allows web designers to embed scripting code in their HTML pages. When a JSP page is hit for the first time, it is pre-compiled into a Java file. This Java file is then automatically compiled into a Class file and placed in your servlets directory. Whenever you make changes to the JSP file, it is automatically recompiled.

More information can be found at Sun's JavaSoft web site. Many JSP examples come with Resin and JRun Pro and have been installed onto your web server. We suggest exploring these examples as you familiarize yourself with JSP. The examples are located in this directory:

/home//www//jrun/jsp

They can be viewed on your web site at this URL:

http://www.yourserver.com/jrun/jsp/index.html
 


 
Copyright © 1998 - 2007 Servlets.Net Corporation. All rights reserved. Legal Notices.