Hi All,

I've followed Gal Shachor's instructions on HowTo configure 
Tomcat with Netscape.  However when I tried to access 
"/examples" I got an error:  

"can't find C:/Netscape/Server4/docs/unsecure/examples 
(File not found)".  

It seems like the webserver is looking for "/examples" under 
its root instead of Tomcat's root.  My obj.conf contains the 
following:

Init fn="load-modules" funcs="jk_init,jk_service" 
 shlib="C:/JBuilder4/tomcat/bin/nsapi_redirect.dll"
Init fn="jk_init" worker_file="C:/JBuilder4/tomcat/conf/
 workers.properties" log_level="debug" 
 log_file="C:/JBuilder4/tomcat/logs/netscape_redirect.log"

NameTrans fn="assign-name" from="/servlet/*" name="servlet"
NameTrans fn="assign-name" from="/*.jsp" name="servlet"
NameTrans fn="assign-name" from="/examples/servlet/*" 
 name="servlet"
NameTrans fn="assign-name" from="/examples/*.jsp" name="servlet"
NameTrans fn="pfx2dir" from="/examples" dir="C:/JBuilder4/tomcat/
 webapps/examples" name="es-internal"

<Object name="servlet">
ObjectType fn="force-type" type="text/plain"
Service fn="jk_service" worker="ajp12" path="/*"
</Object>

Any helps are greatly appreciated.  Please repost with cc to my 
email address.

Thanks,
Nathan Vuong
email: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to