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

Gary Grobe wrote:
> 
> 
> w/ apache, you've got to do a ./apachectl restart in order to init the
> server w/ the servlet once you've placed it in the dir.
> 
> in the ~/apache/conf dir (file httpd.conf):
> DocumentRoot "must be your pages here"
> 
> <Directory "the same as above">
> 
> and then of course your ApJServMount will pick up from the above
> 
> hope this helps ...

Gary,

of course I restarted the web server! 

My mistake was (THANKS to Tim Trentham I know it now), that I used
<SERVLET CODE="/servlets/JSSIServlet"> instead of <SERVLET
CODE="JSSIServlet.class">.

Uri.


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

Reply via email to