That wouldn't be a GET request, would it?  Wouldn't it need to be 
"http://localhost?param=value" to call doGet()?

Anyway, if all you are wanting to do is call a servlet when someone enters 
"http://www.mycompany.com", you can create an "index.html" that redirects 
the browser to a servlet.   Of course they will see the new address in 
their window...

Jason

-----Original Message-----
From:   Pramod Thangali [SMTP:[EMAIL PROTECTED]]
Sent:   Friday, July 16, 1999 5:50 PM
To:     [EMAIL PROTECTED]
Subject:        Jserv/Apache configuration

Hello,

How do you configure JServ/Apache to send all GET requests to / to a
servlet? What I am looking
for is to send all requests to say http://localhost/ to a servlet where
I can process cookies.

Tried alias/scriptalias/redirect and none of them seem to be
appropriate.

Thanks,
/pramod




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


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