----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------


Configuration:
 Red Hat Linux release 5.2 (Apollo)
 Kernel 2.2.10 on an i686
 JSERV 1.1.2
 Apache 1.3.9
 java version "1.2.2" Classic VM (build Linux_JDK_1.2.2_RC4, native threads, sunwjit)
-

In my zones.properties file, I have the following:

  # startup servlets
  servlets.startup=DuluthDFE, DuluthVL
  # servlet aliases
  servlet.DuluthVL.code=DuluthTest
  servlet.DuluthDFE.code=DuluthTest
  # alais initArgs 
  
servlet.DuluthVL.initArgs=location=/home/gnewton/src/dev/Calimaya.new/applications/duluth.new,dbprop=db_vl.properties
  
servlet.DuluthDFE.initArgs=location=/home/gnewton/src/dev/Calimaya.new/applications/duluth.new,dbprop=db_dfe.properties

The problem is that when in invoke each servlet, they both behave as
if they both have:
  
initArgs=location=/home/gnewton/src/dev/Calimaya.new/applications/duluth.new,dbprop=db_vl.properties

Instead of DuluthVL having this and DuluthDFE having:
  
initArgs=location=/home/gnewton/src/dev/Calimaya.new/applications/duluth.new,dbprop=db_dfe.properties
 

Oddly enough, if i remove the servlet startup line:  
  servlets.startup=DuluthDFE, DuluthVL

The reverse happens: they both behave like they have:
  
initArgs=location=/home/gnewton/src/dev/Calimaya.new/applications/duluth.new,dbprop=db_dfe.properties
 


if you can help me, thanks.

-glen



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives: 
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to