Enable Web Database

Hi, all,

I know this is really open ended, but how do I enable a database for the web? We have a production server with a few existing databases and I have created a new database there.

Default access for the database is set to Reader. Maximum Internet name and password is set to Editor. “Use JavaScript when generating pages” is selected in database properties.

Am I missing some obscure option to actually publish this database to the web (in Designer or Administrator)? Thanks.

Patrick

Subject: Enable Web Database

HTTP running on the server :slight_smile:

Subject: RE: Enable Web Database

Yes, HTTP is running. Other web databases work fine. None require a login and I’m receiving a 404 when I try to open the database.

Patrick

Subject: Enable Web Database

Syntax ishttp://myservername/mydatabase.nsf

for an internal datebase- myservername must resolve w/ a ping or

http://191.10.10.04/mydatbase.nsf if the name does not resolve-

If it is an external the .com address needs to resolve.

http://mycompany.com/mydatabase.nsf

If the platform for Domino is unix based, remember that Unix is case sensitive

so

http://myservername/Mydatabase.nsf is a different database then

http://myservername/mydatabase.nsf

In the DB properties first tab make sure “Disallow URL open” is not checked.

Tom