Re: calling in https mode from http mode
Gayathri Palicherla <[email protected]>
| Newsgroups | gmane.comp.java.sun.servlet |
|---|---|
| Message-ID | <[email protected]> |
if your html page is in the same server, same as your myServlet then your href to /servlet/myServlet works in other words if your html page URL is some thing like https:\\myserver/xxx/yy.html then it works. -- Gayathri. >Hi, >I have an html page and I want to call a servlet. Currently the link >href is /servlet/myservlet. >How do I call this in ssl mode without having to hardcode in >https:\\myserver/servlet/myservlet into the link? >Ta >Rich ___________________________________________________________________________ To unsubscribe, send email to [email protected] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html