Hi Ron,

Sorry I misunderstood. I don't have that book so I'm going to try my best.

If I remenber jserv, you set a mount point so apache knows that a certain URI
request should be sent to the jserv. E.g., http://servername.com/servlet/Chat.

So, in this case any URI that starts with servlet/ will get "mapped" to jserv. Any
extra path info after servlet/ is also get sent to jserv. In this case, jserv
has to parse the URI.

Also, I think you're correct that this is in apache.conf.

This is an incomplete answer, I know, but other than referring you back to
the spec chapter about mapping requests to servlets, and reading that carefully,
that's all I can come up with.

The servlet mapping thing can be difficult to understand, especially with
all the apache config options thrown for good measure. So, don't feel too
bad about not grasping all the details. As you can probably tell from
my answer, I'm no master either. :)

The email address is [EMAIL PROTECTED]


Mike


Ron Peled wrote:
[EMAIL PROTECTED]">
Hi Mike,
First of all thanks.
Second, Maybe I didn't make myself clear.I can compile and work with servlets and I know how to configure those files(jserv.conf etc...).My problem was this:
I've been trying to write the Chat example written in the book Java Server Programming (wrox 1999).In the example there is a part in which there is a mapping of URI if I understood correctly this probably should be in the APACHE but I thought I might be wrong so I raised the subject.Happy to get any assistance if you know the material.
Another question which is a bit odd:It seems as if I forgot the link to access the place where I can post new question could you please send it???

___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to