Rick,

Having two zones mounted on the same prefix (/servlets/) seems really unlikely to work, because the web server would not know which zone is supposed to handle something like /servlets/xxx.

Try using different mount point prefixes.

Craig McClanahan
 
 

Rick McGeer wrote:

 When I try to load any servlet, except for the standard jserv-staus servlet, I get the following error: 

 

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, [EMAIL PROTECTED] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.


Apache/1.3.4 Server at silcon.com.silcon.com Port 80
  This happens with URLs:http://silcon.com.silcon.com/servlets/project1.HelloWorldhttp://silcon.com.silcon.com/servlets/HelloWorldhttp://silcon.com.silcon.com/servlets/foo.project1.HelloWorldApJServMount /servlets /root
ApJServMount /servlets /fooThe zones and properties declaration from jserv.properties:zones=root,fooroot.properties=C:\Program Files\Apache Group\Apache JServ\conf\zone.properties
foo.properties=C:\Program Files\Apache Group\Apache JServ\conf\foo.properties and the properties from foo.properties:
repositories=/servlets/foo/project1/
repositories=/servlets/foo/shared_servlets.jar What am I doing wrong?I'm also inserting the status pages...for silcon.com.silcon.com


 

Parameter Value
Server Name silcon.com.silcon.com 
ApJServManual FALSE (AUTOMATIC OPERATION
ApJServProperties C:\Program Files\Apache Group\Apache JServ\conf\jserv.properties 
ApJServDefaultProtocol ajpv11 (PORT 8007)
ApJServDefaultHost localhost (ADDR 127.0.0.1)
ApJServDefaultPort 8007 
ApJServLogFile C:\Program Files\Apache Group\Apache JServ\logs\mod_jserv.log (DESCRIPTOR 7)
ApJServMountCopy TRUE 

MountPoint Server Protocol Host Port Zone
/servlets/  silcon.com.silcon.com  ajpv11  localhost (ADDR 127.0.0.1) 8007  root 
/servlets/  silcon.com.silcon.com  ajpv11  localhost (ADDR 127.0.0.1) 8007  softface 

Extension Servlet

Back to menu Base server (silcon.com.silcon.com)

Copyright (c) 1997-98 The Java Apache Project.
All rights reserved.


 
 and for ajpv11://localhost:8007/

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, [EMAIL PROTECTED] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.



 
 
Apache/1.3.4 Server at silcon.com.silcon.com Port 80
--Rick McGeer                           e-mail: r[EMAIL PROTECTED]Softface, Inc.                           phone: (925) 254-252450 Diablo View Road,               FAX:    (925) 253-0623Orinda, CA, 94563                   cell:     (510) 610-2541 

Reply via email to