Re: Web Server news group

From: Thomas J. Kyte <tkyte_at_us.oracle.com>
Date: 1996/08/12
Message-ID: <320fc1d7.1064410_at_dcsun4>#1/1


On Mon, 12 Aug 1996 17:11:19 -0400, Robert Feinman <rdf_at_admin.ccny.cuny.edu> wrote:

>Is there a specific news group for Oracle's Webserver
>product?
>
>If not, does anyone know the format for an image map file
>to work with version 2.0 of the Webserver?
>
>Thanks...
>--
>Robert Feinman | rdf_at_admin.ccny.cuny.edu
>City College of New York, NAC4/225 | Phone: 212-650-8404
>Convent Ave at 138 Street | FAX: 212-650-5383
>New York, NY 10031

This is the place.

Using OWS 1 or 2, you would

1.) map a virtual directory that could store 'static' files (eg: I mapped the virtual directory /maps -> /usr/oracle/ows2/WebDocs/maps)

2.) put your map files into this directory (use the .map file extension unless you have changed this via the admin server screens). For example, my map file looks like:

$-:Image Map file created by Map THIS!

#$-:Map THIS! free image map editor by Todd C. Wilson
#$-:Please do not edit lines starting with "#$"
#$VERSION:1.10
#$TITLE:aria
#$AUTHOR:tkyte
#$DATE:Sat Apr 06 17:47:40 1996
#$PATH:C:\TMP\
#$GIF:MAIN2.GIF
#$FORMAT:NCSA
#$EOH

default http://aria.us.oracle.com/
rect /~mhichwa/infoage.html 0,-13 46,58
rect /ows-bin/owa/show_page.CoolSites 46,-13 91,60
rect /ows-bin/owa/random_url 92,-13 148,66
rect /stats/owa/show_stats 149,-11 317,67
rect /text/owa/search.ip_search 317,-7 366,64
rect /ows-bin/owai/AboutThisSite.html 366,-22 399,66
rect /ows-bin/owa/maintain_url.update_form 399,-2 457,69

3.) Use the following HTML syntax in your web pages:

<a href=/maps/aria.map>
<img src="/ows-bin/owai/aria.gif" border=0 ismap alt="Oracle Government"

     width=447 height=57>
</a>  

NOTE: do not look for a CGI program to process image maps. The Oracle web server resolves them internally without the use of an external image map program.

Thomas Kyte
Oracle Government
tkyte_at_us.oracle.com                          

http://govt.us.oracle.com -- Check out our web site! Brand new, uses Oracle Web Server and Database


statements and opinions are mine and do not necessarily reflect the opinions of Oracle Corporation Received on Mon Aug 12 1996 - 00:00:00 CEST

Original text of this message