---------------------------------------------------------------- BEFORE YOU POST, search the faq at <http://java.apache.org/faq/> WHEN YOU POST, include all relevant version numbers, log files, and configuration files. Don't make us guess your problem!!! ---------------------------------------------------------------- Hi all, I did the following according to the installation instruction and FAQs!! 1. Downloaded and installed Apache Jserv 1.1.1 and Apache Server 1.3.12 also have downloaded and installed jdk1.2.2, jsdk2.0 2. Updated/was already updated the following in jserv.properties in jserv\conf directory wrapper.bin=<path where my java.exe is> wrapper.classpath =<path where Jserv jar is> wrapper.classpath = <path where Jsdk2.0 jar is> root.properties=<path where zone.properties is> log.file=<path to jserv.log> I also added the following based on faq wrapper.pathh=c:\winnt;c:\winnt\system32 wrapper.env=WINDIR=c:\winnt Modified the port(default 80 didnot work ! port may not be the problem!!) port=9001 3. Modified the follwing in jserv.conf in jserv\conf directory ApJServDefaultPort 9001 checked the status handler. Did not modify!! <Location /jserv/> SetHandler jserv-status order deny,allow deny from all allow from localhost </Location> 4. Modified the httpd.conf in apacheServer\conf directory Listen 9001 LoadModule jserv_module modules/ApacheModuleJServ.dll (Copied the jserv\ApacheModuleJServ.dll into the apacheServer\modules directory) Port 9001 ServerName "<Ip Address of my local machine>" include "<full path to jserv.conf>" 5. I ran the Apache Server in the command line. 6. Tried http://localhost:9001/ in the browser (both IE and navigator) Works fine!! 7. Tried to load http://localhost:9001/jserv/ in the browser Got this error message Forbidden You don't have permission to access /jserv/ on this server. 8.Error log has the following [Thu Jun 01 15:44:27 2000] [error] [client 127.0.0.1] File does not exist: u:/program files/apache_1_3_12/htdocs/jserv [Thu Jun 01 15:44:32 2000] [error] [client 127.0.0.1] File does not exist: u:/program files/apache_1_3_12/htdocs/jserv [Thu Jun 01 15:44:33 2000] [error] [client 127.0.0.1] File does not exist: u:/program files/apache_1_3_12/htdocs/jserv [Thu Jun 01 15:44:35 2000] [error] [client 127.0.0.1] client denied by server configuration: u:/program files/apache_1_3_12/htdocs/jserv How do I fix this? Thanks Radha Srinivasan [EMAIL PROTECTED] -- -------------------------------------------------------------- Please read the FAQ! <http://java.apache.org/faq/> To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Archives and Other: <http://java.apache.org/main/mail.html> Problems?: [EMAIL PROTECTED]