James & Sue Ann Birchfield wrote:
> I have installed Jserv and am having a problem getting the servlets to run.
>
> I have the following directoy structure
>
> /usr/local/apache
> with /usr/local/apache/servlets
>
> The following is part of my httpd.conf
>
> ApJServMount /workServlets/servlets
> ajpv11://cc796689-b.hwrd1.md.home.com:8007/workServlets
>
> The following is out of my jserv.properties:
> zones=workServlets
>
> workServlets.properties=/usr/local/apache/servlets/workServlets.properties
>
> when I access it this way:
> http://cc796689-b:8080/workServlets/servlets/Hello
>
> I get a 404 error and the following shows up in the mod_jserv log
>
> [06/06/1999 12:15:55:795] (ERROR) ajp11: Servlet Error: Servlet zone
> "workServlets" not found.
>
> I am familiar with Jserv 0.9, but htis is new to me and I need some help.
> Please respond directly to me if you can help me out.
>
> [EMAIL PROTECTED]
>
> Thnk you very much in advance.
>
> -- --------------------------------------------------------------
> 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]
try this:
ApJServMount /workServlets ajpv11://<rest of the stuff>
That should work.
Burt.
-- --------------------------------------------------------------
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]