Hi all,

I have the following contexts in my server.xml file
(i'm using the internal tomcat which comes with netbeans)

<Context path="" docBase="/usr/home/joel/projects/unsecure/web">
</Context>

<Context path="/consumer" docBase="/usr/home/joel/projects/secure/web">
</Context>

under netscape, konquror, mozzilla and internet explorer browsers going
to localhost:8091 goes to the correct opening index page (which is not
secure).
this page has a link:<a href="/consumer">
which, under all browsers except IE, goes to the secure (https) page
identified in the second context above.
Under IE though I just get a 404 page not found.

however, if I start the whole thing off using https://localhost:8443/
which is the secure port then it works fine under IE.

Any ideas why this is??

Thanks
Joel

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to