Chapter 23 Creating Java Servlets
On the Servlet tab in the Server Properties window, you can disable servlet execution in a Jaguar server and configure additional properties to control the execution of servlets.
To display the Servlet execution properties:
The Servlet tab specifies how Jaguar executes servlets, as follows:
http://yourhost:8080/servlet/com.yours.AServletBy default, invocation by class name is allowed. You may wish to disable such access for the following reasons:
http://yourhost:8080/servlet/MyServletThe default setting specifies /servlet/ as the only path prefix. To override the default, enter one or more prefixes, each on a line by itself. For example:
/servlet/
/servlets/
com.sybase.jaguar.servlet.init.timeout
property
to the desired number of seconds.com.sybase.jaguar.servlet.destroy.wait-time
property
to the desired number of seconds.
Copyright © 2000 Sybase, Inc. All rights reserved. |