Chapter 20 Creating Java Servlets
On the Servlet tab in the Server Properties window, you can disable servlet execution in a server and configure additional properties to control the execution of servlets.
Displaying the servlet execution properties
The Servlet tab specifies how EAServer 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 © 2002 Sybase, Inc. All rights reserved. |
![]() |