I recently installed JServ 1.0b5 on my home win95 computer to allow me to test some servlets, it went fine. I also tried installing it on my computer at school, where I ran into problems. I kept getting cannot create socket error in Apache error.log, which from reading the archives is likely due to not being able load the JVM. The path was correct in the configuration file, so what other causes would there be that prevents the JVM from starting or what other causes are there for the cannot create socket error? Add. info win95 jdk1.1.5 apache 1.3.6 After spending a couple hours and probably screwing up several other items in the configuration files, I gave up and installed on another winNT machine; it installed without a hitch except: In following the HOw-to for setting things up into two zones: production and development, I tried the following ApJServMount /servlets /production ApJServMount /servlets/dev /development the Apache server then says /servlets/dev path is invalid when trying to access a servlet http://host/servlets/dev/IsItWorking so I changed it to ApJServMount /servlets-dev /development and http://host/servlets-dev/IsItWorking ran the servlet I would think it would be possible to do it the first way since it is similar to in Unix mount /usr "somepartition" mount /usr/local "anotherpartition" Of course there is no reason this has to be true, but why does it not work in a similar way? -- John McNally Graduate Student, UCLA e-mail: [EMAIL PROTECTED] -- -------------------------------------------------------------- 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]
