Servertec JspServlet
Content
Introduction
Release Notes
Features
FAQs
Requirements
Installation
How To
Change Log
Future Plans
Knowledge Base
Documentation
Conventions
Command Line
Administrator
Localization
Programming
Security
Performance
Deployment
Server API
Servlet / JSP API
Xerces API
CGI
SSI
Servlets
AdminServlet
CgiServlet
ClusterProxy
ClusterRedirector
CommandServlet
FileServlet
InvokerServlet
JspServlet
MessageServlet
RedirectServlet
ServletTagServlet
SSIncludeServlet
StatusServlet

Config Files
Log Files
Classes
Directory Tree
Examples
Legal
Contact Us

 

JspServlet is the JavaServer Pages (JSP) engine.

Parameters

classdebuginfo Whether the class file will be compiled with debugging information. Defaults to false.
ieClassId The class-id value to be sent to Internet Explorer when using tags. Normally clsid:8AD9C840-044E-11D1-B3E9-00805F499D93.
javaEncoding The file encoding to use for generating source files. Defaults to UTF8.
jspCompilerPath The path to the J# .NET compiler. Normally C:\WINDOWS\Microsoft.NET\
Framework\v1.1.4322\vjc.exe
.
jspCompilerPlugin The class file responsible for generating the command that will be used to compile the generated source code. Normally org.apache.jasper.compiler.JSharpCompiler.
keepgenerated Whether to keep the generated source code for each page instead of deleting it. Defaults to true.
largefile Whether to store static html in a separate data file. This setting overrides the mappedfile parameter. Default to false.
log_level The verbosity level controlling what will be logged. FATAL, ERROR, WARNING, INFORMATION or DEBUG. Normally WARNING.
mappedfile Whether to generate static content with one print statement per input line. Helpful when debugging? Normally false.
scratchdir The scratch directory that is use when compiling JSP pages. Normally the working directory for the current web application.
sendErrToClient Whether to send parsing and compilation errors as part of the response tha that is sent to the client. Default to false.
use_precompiled_classes Whether to use existing compiled JSP class files or whether to recompile them from the JSP file. Defaults to false

Aliases

Alias: .jsp
Type: Filter
Resource: JspServlet

Servlets

Alias: JspServlet
Class File: org.apache.jasper.servlet.JspServlet
Parameters: classdebuginfo=false
Parameters: use_precompiled_classes=true
Parameters: log_level=WARNING
Parameters: keepgenerated=false
Parameters: jspCompilerPlugin=org.apache.jasper.compiler.JSharpCompiler
Parameters: jspCompilerPath=C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\vjc.exe
Parameters: classpath=c:\iws.net\bin\win32\iws.net.dll;
c:\iws.net\bin\win32\jasper.dll;
c:\iws.net\bin\win32\xerces.dll;
c:\iws.net\bin\win32\jsp.example.beans.dll

Notes

c:\iws.net\bin\win32\jsp.example.beans.dll is only needed when running JSP examples.

Normally defined as a Servlet aliased as .jsp.

This product includes software developed by the Apache Software Foundation, http://www.apache.org.

JSP source files can be precompiled using jspc from the command line.

 top of page
Copyright © 1998-2005 Servertec. All rights reserved.
Privacy Statement.
Last Modified: Sun Sep 04 14:57:18 EDT 2005