Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> How to Run Servlets under 9ias Jserv1.1

How to Run Servlets under 9ias Jserv1.1

From: Art <ajs5mz2_at_yahoo.com>
Date: 29 Aug 2001 07:43:36 -0700
Message-ID: <28874e4d.0108290643.16611849@posting.google.com>


Hi,

How do I get my 9ias to recognize my servlets? I have modifed my jserv.properties to define the location of my properties file :

# Configuration file for each servlet zone (one per servlet zone)
# Syntax: [servlet zone name as on the zones list].properties=[full
path to configFile] (String)
# Default: NONE
# Note: if the file could not be opened, try using absolute paths.
root.properties=/opt/app/oracle/product/9i/Apache/Jserv/etc/zone.properties cmedia.properties=/opt/app/oracle/product/9i/Apache/Jserv/etc/cmedia.properties

Modified jserv.conf to mount my servlets:

ApJServMount /servlets /root
ApJServMount /servlet /root
ApJServMount /cmedia/servlets

ajpv11://cmprod.md.essd.northgrum.com/cmedia

And created a zone properties file specifing the location of my repositories

repositories=/usr2/local/cmedia/servlets

What else do I have to do to get Apache/Jserv to recognize my servlets?

Is it necessary to stop/start apache/jserv for this to happen?

Art Received on Wed Aug 29 2001 - 09:43:36 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US