[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index] [Home]

Jserv Zones and GNUJSP


What I am wanting is two named virtual hosts on the same IP address for say
dev and test.

Directory structures would be identical but each would reside in a different
parent directory based upon the virtual host definition in http.conf

jserv.conf would be

ApJServMount /dev ajpv11://dev:8008/dev          - jserv in manual mode
ApJServMount /test ajpv11://tst:8009/test          - jserv in manual mode

ApJServAction .jsp /dev/gnujsp

- this works fine for html pages, but when in comes to jsp the ApJServAction
causes it to go to the dev zone.  The correct files are compiled but as I also
have development and test jars this is a problem as these are defined in the
dev.properties and test.properties files.

Any ideas how I can achieve an elegant solution

Regards Simon.