----------------------------------------------------------------
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!!!
----------------------------------------------------------------
If it's the servlet portion of the URL that's too long, you can create an
alias for it in your zone's properties file. For example:
servlet.login.code=com.k12nation.servlet.LoginServlet
would allow the servlet com.k12nation.servlet.LoginServlet to be accessed
with the URL http://your.hostname.com/your_zone_name/login
-Rob
On Wed, 28 Jun 2000, Vishal Malhan wrote:
> ----------------------------------------------------------------
> 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]