----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

You may also want to look into mod_rewrite -- you can do some amazing things
with it, and it's generally alread compiled into most apache distributions
at this point.

I use to to move our servlets from
http://some.domain.com/servlets/SomeServlet to
http://some.domain.com/SomeServlet

Check out http://www.apache.org/docs/mod/mod_rewrite.html if you're
interested. It works with virtual hosts as well.


Thanks,
John Stotler
Eutectics Corporation
http://www.SocratEase.com


-----Original Message-----
From: Vishal Malhan [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 27, 2000 3:15 PM
To: Java Apache Users
Subject: URL manipulation


----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

Hi,
I have a servlet URL that is too long and i don't want that long a url to be
written to access it.
What can we possibly do to have a smaller and more comfortable URL that is
easier to remember and which will internally go to servlet URL.

Thanks



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


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