Miriam Aguirre wrote:
> Okay, since I didn't get an answer I'll assume I posed the question
> poorly, so I will try again.
>
> I have two servlet zones, /trouble and /MTLserv if I include the
> following in my jserv.conf file:
>
> #####################################
> ApjServMount /trouble /trouble
> ApjServMount /MTLserv /MTLserv
> ApJServAction .jhtml /trouble/org.apache.jservssi.JServSSI
> ApJServAction .jhtml /MTLserv/org.apache.jservssi.JServSSI
> #####################################
>
This is not going to work -- you are telling Apache to map the same file
extension to two different servlets! Try using a different file extension
for the pages in one zone versus the other (assuming that JServSSI lets you
do that -- I don't know).
Craig McClanahan
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
READ THE FAQ!!!! <http://java.apache.org/faq/>
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]