----------------------------------------------------
Please read the FAQ at <http://java.apache.org/faq/>
It does have a search feature!

We cannot guess what you are trying to do:
#1. Include version numbers for all software.
#2. Include relevant configuration settings.
#3. Include full descriptions of the problem.

Got Linux? Seeing lots of java processes?
<http://java.apache.org/faq/?file=274>
----------------------------------------------------


On Mon, 11 Oct 1999, sachin chandrakar wrote:

> I am using apache 1.3.9 along with the Jserv 1.0 in RH6.0
> with kernel 2.2.5-15.
> I am unable to run Jserv Module .
> I can view the status page but when i try to go to
> URl ajpv11://127.0.0.1:8007/localhost  it says internel error occur.

>From where do you request that url? From your client? 
You can only request URL from Apache and Apache will talk to JServ. 

> The server is not listening on the port 8007 as i found out from
>  netstat -a.
> I am getting the following messages on my jserv.log
> 
> ApacheJServ/1.0 is starting
> WARNING: connection authentication is disabled
>  Connection allowed from localhost/127.0.0.1
>  Listening on port 8007 accepting 50 maximum connections
>  Creating Servlet Zones
>
> Where I am goin wrong can any one suggest me?
> Is there any good url having examples of
> httpd.conf,jserv.properties,jserv.conf,zone.properties.
> 
> What is the difference while mentioning the mount points such as
> /servlets     /servlets
> or
> /servlets    ajpv11:/localhost:8007/servlets.
You forgot one / here ^

In this example there is no difference but suppose you want to run JServ 
on a different port, move it to a different box or change the protocol, then
you would adjust the appropriate parts. If you don't defaults will be assumed. 




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