-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

Hi JServ Users and Supporters!

I searched the FAQ for ApJServAction but didn't find what I looked for.
Please show me the way if it is included in the FAQ.
I currently use JServ 1.0b3 if that matters.

So what:
    I want two "application contexts" on my web server, calling them
    /app1/....
and
    /app2/....
which should not share stuff.
So I make 2 zones
    app1zone and app2zone
each having its own settings and servlets.
Now I want different extension mappings for both applications:

<Location /app1/>
ApJServAction .jsp /app1zone/gnujsp
</Location>

<Location /app2/>
ApJServAction .jsp /app2zone/gnujsp
</Location>

But that does not work, I cannot use ApJServAction in
a location context.
When I replace the above with

<Location /app1/>
AddHandler jsp-handler .jsp
Action jsp-handler /app1zone/gnujsp
</Location>

that works so I wonder what the different is between
ApJServAction and AddHandler/Action and if I loose something
if using the latter.

Can someone please enlight me?

Ciao,
    Carsten









--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to