Hi,
Though this question is more related to Apache JServ Zone configuration,
than to servlet programming but I am taking the liberty to ask it. If
this is not the correct place for it, kindly disregrad it.

I am trying to create a servlet zone using the follwing statement in
different files in JServ, by default there was already one zone named
'servlets'.

# The httpd.conf has the following statement -

ApJServMount /servlets /servlets
ApJServMount /development /development

# The jserv.properties file has the following statements :

zones=servlets,development
servlets.properties=/usr/local/apache/conf/jserv.servlets.properties
development.properties=/usr/local/apache/conf/jserv.development.properties

# The jserv.servlets.properties has the following statements :

repositories=/usr/local/apache/htdocs/servlets

# and the jserv.development.properties has the following statements :

repositories=/usr/local/apache/htdocs/development


I have also created a directory named 'development' in
/usr/local/apache/htdocs.

But, the problem is that I am not able to access any servlet from this
'development' servlet zone, the error says -
"The requested URL /development/HelloWorldServlet was not found on this
server"

What is that which I am doing wrong?
Any help is appreciated and thanks in advance.

Thanks
Gaurav

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to