----------------------------------------------------------------
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!!!
----------------------------------------------------------------

In a message dated 7/18/00 11:43:37 AM Eastern Daylight Time, 
[EMAIL PROTECTED] writes:

> My servlets are all in the package com.popware.Servlet#1..Servlet #2 etc. I 
> have placed them in
>  the jserv/servlets directory. I need to be able to send my browser to
>  'http://localhost/company/Servlet#1' and have the servlet called. 
>  

I'm *certainly* no expert on JServ, but I think the following lines in your 
zone.properties file will solve your problem (assuming that your class files 
are placed in a directory hierarchy that is coordinated with your package 
names or stored in your JAR that way):

servlet.Servlet#1.code=com.popware.Servlet#1
servlet.Servlet#2.code=com.popware.Servlet#2

Someone please correct me if I am in error.

Erik Klein
Versatile Consulting Inc.
732-936-0573
mailto:[EMAIL PROTECTED]
http://members.aol.com/ErikKlein


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives: 
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to