There are some plugins that will allow your IIS to process JSP's without the
JSWDK. I believe that resin will do that (www.caucho.com). Also, you could
create an index.asp (default.asp) in your /test folder in your IIS webroot
that had one line of script:
<%Response.Redirect
"http://www.oursite.com:8080/examples/jsp/myproject/test.jsp "%>
But the facts of the matter here are that if you want to run JSP's IIS is
just not your answer. My personal recommendation is for the iPlanet
(Netscape) Enterprise Server 4.1 - it's easy to set up and runs
servlets/JSPs right out of the box.
N
-----Original Message-----
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Phillip Fei
Sent: Tuesday, April 18, 2000 10:11 AM
To: [EMAIL PROTECTED]
Subject: How to make URL alias for JSP pages ?
I developed a JSP page using JSWDK, it resides on the same IIS server
as our NT web server.
I can open the JSP page on any workstation by using:
http://www.oursite.com:8080/examples/jsp/myproject/test.jsp
However this URL string looks too long and unconvinient for our
customers. Does
all JSP sites has this ugly :8080 suffix ?
I want to create a shorter URL alias something like:
http://www.oursite.com/test
and it will be pointing to the same test.jsp page.
Can I do this from IIS ?
I tried to creat virtual directory or virtual server on this IIS server,
but virtual directory can not hide the TCP port 8080; virtual server
does
not allow me to choose port 8080 because it has been used by JSWDK.
Does IIS allow me to create URL alias freely?
If there is no walk around for my case in JSWDK, which servlet engine
will allow
me to create such alias ?
Also I remeber Apache server may be able to do this somehow.
Thanks a lot.
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets