"Jeff Abrahamson (via site@lelios)" wrote:
> 
> I seem to have a configuration error. In my browser, I say
> 
>     http://davinci.purple.com:8007/example/Hello
> 
> (that name won't resolve for you), and in the log file I see
> 
> [19/07/1999 22:25:04:363 EDT] Connection from
> davinci.purple.com/192.168.0.5
> [19/07/1999 22:25:04:364 EDT] Initializing servlet request
> [19/07/1999 22:25:04:364 EDT] Reading request data
> [19/07/1999 22:25:04:364 EDT] Will read 3584 bytes for this line
> 
> And there it all stops. The browser (of course) never displays hello's
> content.
> 
> Any suggestions on where to look? I'm (temporarily) stumped.

JServ listens on 8007 for requests from your webserver. If your
webserver is listening on port 80 the request in your browser should
look like

http://davinci.purple.com:80/example/Hello

The webserver will pass it on to JServ for you and return the results.

Damian

-- 
Damian Fauth                     John Fairfax Holdings Ltd
Software Engineer                        201 Sussex Street
Ph: +61 2 9282 3528                      Sydney  NSW  2000
Fax: +61 2 9282 2256          [EMAIL PROTECTED]


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

Reply via email to