Setting New Servlet Zone [message #130429] |
Sat, 30 July 2005 03:59 |
ying
Messages: 143 Registered: May 2002
|
Senior Member |
|
|
Hi,
1.)In order to set the new zone, I have refered the article @
http://www.magiccookie.com/computers/apache-jserv/#Zone%20Properties
Adding Servlet Zones
Multiple servlet zones provide several advantages. Zones allow you to segregate servlets for security purposes, to run multiple JVMs, to support mutiple virtual hosts, etc. Each servlet zone requires an ApJServMount directive in Apache's httpd.conf file, an entry in the shared engine properties file, and a corresponding zone properties file.
The ApJServMount directive tells mod_jserv how to map URLs to servlet zones. The syntax of the directive is
ApJServMount path protocol://host:port/zone
The problem that I face now is I couldn't find the ApJServMount directive in the httpd.conf file...
2.) Before that I was told that , we are only required to configure zone.properties and Jserv.properties for creating new zone.....but after I come across the above article, it seems like not as simple as that....
pls advise...if possible, do hope can get the full steps of configuring the new zone...
Thanks...
|
|
|