I have a servlet called WelcomeDemo which is stored under
c:\ApacheGroup\Apache\servlets. 
It runs fine. The following are my setup :

httpd.conf :
ApJServProperties "C:\ApacheGroup\ApacheJServ\conf\jserv.properties"
ApJServMount /servlets /root

jserv.properties :
wrapper.bin=C:\JAVA11\BIN\java.exe
wrapper.classpath=C:\ApacheGroup\ApacheJServ\ApacheJServ.jar
wrapper.classpath=C:\JSDK2.0\LIB\jsdk.jar
zones=root
root.properties=C:\ApacheGroup\ApacheJServ\conf\zone.properties

zone.properties :
repositories=c:\ApacheGroup\Apache\servlets

If I link to http://location/servlets/WelecomeDemo, WelcomeDemo serlvet will
show up.

Hope this help !
Meng P. Hu


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Sunday, March 21, 1999 11:24 PM
To: Java Apache Users
Subject: Servlet location


Where do I place my servlets in the directory structure.

for example if I have
repositories=/servlets/root

in my zone.properties config, where will it look for the servlets for that
zone?

-------
Frank Packenham
Senior Analyst/Developer
NeuroFlex Pty Ltd.




----------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]


----------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to