[EMAIL PROTECTED] wrote:
>
> Hello,
>
> After looking at the docs, I cannot tell how the
> servlet engine gets started. Since I start both apache and
> the servlet engine with /opt/apache/bin/apachectl start, I
> assume that the servlet engine is started by apache when the
> mod_jserv.so module is initialized. If this is correct, the
> servlet engine process is named "httpd". Is there any way to know
> which httpd process is the servlet engine?
>
> Are there any docs which cover in detail how the servlet
> engine gets started?
>
> Thanks,
>
> Mark
Hi Mark
Did you call a servlet after starting Apache?
If not, then your Apache Jserv isn't running at all.
Apache starts it if it is needed,or if you specified servlets for preloading.
When the servletengine is running, it is shown by 'java ....'.
Tschau
Christian
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
READ THE FAQ!!!! <http://java.apache.org/faq/>
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]