Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: mod pl/sql
"Oradba Linux" <oradba_linux_at_attbi.com> wrote in message
news:pan.2003.06.15.23.46.38.758141_at_attbi.com...
> I have oracle 8.1.7 installed on RH8.0 . I am trying to learn Pl/sql
> server Pages . I have oracle http server turned on . I have created a
> psp and used loadpsp to create a stored procedure . when i invoke that
> stored procedure from my web browser , i am able to see the web page
> on my browser except for an image ( jpg) . Looks like the web server
> is looking at the wrong place . I am doing all this for learning
> purposes . I added an Alias /Images/ entry in plsql.conf but that does
> not seem to work . Not sure what needs to set where ?
Without seeing the HTML you're receiving from the server it's hard to tell. My guess is that you use relative URLs for images and they are not resolved properly. If you do not store the images in the database, you probably should use absolute URLs for them (excluding the server name if they are on the same server.)
-- Vladimir Zakharychev (bob@dpsp-yes.com) http://www.dpsp-yes.com Dynamic PSP(tm) - the first true RAD toolkit for Oracle-based internet applications. All opinions are mine and do not necessarily go in line with those of my employer.Received on Mon Jun 16 2003 - 00:43:31 CDT
![]() |
![]() |