Hello I installed Apache 1.3.4 and Apache Jserv on my Win 98 machines I get everything to work up to actually setting a Servlet to run. I modified my Jserv.properties file to include a new zone called "production" associated with the configuration file "production.properties". In my "production.properties" I setup a repository where my servlet SimpleServlet.class resides in: C:/program files/apache group/apache/htdocs/servlets/production Note: if I put a slash at the end of the previous line I could not get it find the directory (Why is that?) So far I am almost sure I am doing this right because when I startup Apache and go to http://mydomain/jserv/ <http://mydomain/jserv/> I can see the new zone and its setup. However I know try to create an alias so that I can access the servlet: Servlet.simple.code=production.SimpleServlet This seems also to work but I cannot seem to understand what the URL should be. I tried http://mydomain/servlets/simple <http://mydomain/servlets/simple> but that does not work. Can you give some guidance ??? Thank you. Nicolas =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JSP-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
