Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> OWS: owa_default_service & index.html
Hi!
The Oracle Web Server documentation says, that if the Web Agent cannot resolve the passed service name, it defaults to owa_default_service.
I've got working owa_default_sevice service and it works when I submit 'http://myhost/owa_default_service/owa/intro' .
And I've got another service, myservice, and it works when I submit 'http://myhost/myservice/owa/intro' .
But when I mistakenly submit
'http://myhost/myserv/owa/intro'
('myserv' instead of 'myservice'; 'myserv' service doesn't exist),
I believe that owa_default_service must be invoked.
But owa_default_service don't invoked!
Does anybody know the solve of this problem?
I gravitate to have no files (for example, index.html) on disk but
to store them in database.
So, I can submit 'http://myhost:8000/' and some database procedure
will build this index.html 'on the fly', and there is no need
to store index.html on disk.
Does anyone practice this 'saving' phylisophy and how he do it?
Thanks,
Klim.
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
Received on Thu Jun 10 1999 - 05:44:30 CDT
![]() |
![]() |