-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------
> 1. Do I need to create a new properties file for every new servlet?
which properties file r u talking about here? you should not have to create
any new properties files for every new servlet.
> 2. Do I place the properties files and the classes in the htdocs directory
of apache? or do I leave them in the jserv/servlets directory?
you can put them anywhere you want as long as the paths within the files
point to the correct locations. ie u will want to make sure that the
repositories entry in your zone.properties actually points to dir containing
your servlet classes, etc.
> 3. Do I need to modify the httpd.conf file?
the apache install should automatically do it for you. basically, it will
add a line @ the end to include mod_jserv.conf which contains the
apache/jserv module settings. again, u should not have to change anything.
> Thanks for any help that you can provide me with.
i have some docs @ http://nimret.penguinpowered.com/apache which might help
clarify things a bit =)
regs,
--------------------------------------
Nimret Sandhu
Dev Geek
http://nimret.penguinpowered.com
EC Direct Corp
http://www.ecdirect.com
--
--------------------------------------------------------------
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]