Mike Engelhart wrote:

> Anyone know what the file permissions need to be for JSWDK 1.0ea
> directories/files?  If i create  a new directory and point default.cfg at
> it, it always defaults to indexing the directory...
>
> thanks,
>
> Mike
>

The directory needs ot have "read" and "execute" permissions for the username
you run JSWDK under, and any files in it have to have "read" permissions.

This is the expected behavior, unless you have a "welcome" file like index.html
in that directory.  What filenames count as "welcome" files is a configuration
parameter.  Many web servers (including Apache and Netscape Enterprise, for
example) have settings that are similar -- they give you directory listings
unless there's an index page in that directory.

The docs say that you can have a JSP page as a welcome file (index.jsp), but
the current JSWDK implementation renders the text of that file instead of
executing it.  This is a bug in the implementation, and is supposed to be fixed
in the next version.

Craig McClanahan

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to