Issues

I just Created my first JSP "App" and deployed it on SJWS 7, problem is every time i try to access it, it asks me for a user name and password. any suggestions on how to stop this?
[187 byte] By [Llewelyna] at [2007-11-26 19:34:30]
# 1
Can you send for <server-installation-dir>/<server-instance>/config/default.a cl file and web.xml, and sun-web.xml files?
mva at 2007-7-9 22:08:20 > top of Java-index,Web & Directory Servers,Web Servers...
# 2

Do you get the basic authentication popup only when you try and access a directory in your web application? If so, then try directly accessing one of the JSPs in your application.

Listing directories is not allowed by default. In order to enable it you will need to enable 'list' rights. See http://docs.sun.com/app/docs/doc/819-2629/6n4tgd1sv?a=view for more information.

Arvind_Srinivasana at 2007-7-9 22:08:20 > top of Java-index,Web & Directory Servers,Web Servers...