Hi all!
        We had a devlopment environment of Websphere2.03/NES3.61 on NT. The way
redirecting was done was if we needed to redirect to a servlet say Servlet1
we would simply put
        response.sendRedirect(encodeRedirectUrl(Servlet1));

        Thus if the starting Url was http://machineip/servlet/LoginServlet

        we'd not append the portion http://machineip/servlet

        Now when we tried porting the app to Websphere 3.02,NES3.62 on Unix, things
seem a bit strange. The redirection seems to fail and the Webserver seems to
be stripping the /servlet/ portion despite me trying to hard code it.

        I even tried adding the whole path as http:// + request.getServerName() +
"/servlet" + Servlet1 but that too does not seem to work!

        Can anyone help?????


Thanks

Vinay

___________________________________________________________________________
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

Reply via email to