At 13.51 20/10/99 +0530, you wrote:
>they havent mensioned anything abt loading images . i went thru all
>documents.
>
The servletrunner is in the <JDK>/bin directory. Invoking it with the -help
flag shows a usage message without running it:
>From doc:
These are the option you can use with servletrunner

% ./bin/servletrunner -help
Usage: servletrunner [options]
Options:
  -p port     the port number to listen on
  -b backlog  the listen backlog
  -m max      maximum number of connection handlers
  -t timeout  connection timeout in milliseconds
  -d dir      servlet directory
  -r root     document root directory
  -s filename servlet property file name
  -v          verbose output
%
To see the default values of these options, call servletrunner with the -v
switch.
Stop servletrunner when you have obtained the information.

% ./bin/servletrunner -v
Server settings:
  port = 8080
  backlog = 50
  max handlers = 100
  timeout = 5000
  servlet dir = .
  document dir = .
  servlet propfile = .:servlet.properties

set your document dir with -d option

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to