Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » redirecting
redirecting [message #211794] Wed, 23 May 2007 18:14 Go to next message
Eclipse UserFriend
Originally posted by: jeffrey.henley.edwardjones.com

Hello,

I have a J2EE struts app running in Weblogic that needs to have a JSP
redirected to a servlet based application in a different domain. Every
method I use to redirect the jsp appends whatever URL Im trying to go to
to the existing application root. For example:

Im at:
http://localhost:7001/bpsweb/index.jsp

and I try to redirect to www.yahoo.com and end up with
http://localhost:7001/bpsweb/www.yahoo.com

How do I get it to get to www.google.com without appending?

Thanks
Re: redirecting [message #211802 is a reply to message #211794] Wed, 23 May 2007 18:23 Go to previous message
Eclipse Webmaster is currently offline Eclipse WebmasterFriend
Messages: 607343
Registered: July 2009
Senior Member
Javadude wrote:
> Hello,
>
> I have a J2EE struts app running in Weblogic that needs to have a JSP
> redirected to a servlet based application in a different domain. Every
> method I use to redirect the jsp appends whatever URL Im trying to go to
> to the existing application root. For example:
>
> Im at:
> http://localhost:7001/bpsweb/index.jsp
>
> and I try to redirect to www.yahoo.com and end up with
> http://localhost:7001/bpsweb/www.yahoo.com
>
> How do I get it to get to www.google.com without appending?
>
> Thanks
>

Try adding http:// before the hostname?

--

Eclipse WebMaster - webmaster@eclipse.org
Questions? Consult the WebMaster FAQ at
http://wiki.eclipse.org/index.php/Webmaster_FAQ
View my status at http://wiki.eclipse.org/index.php/WebMaster
Previous Topic:Why won't eclipse 3.2.2 stop on breakpoints?
Next Topic:How to generate plug-in project
Goto Forum:
  


Current Time: Sat May 11 01:47:17 GMT 2024

Powered by FUDForum. Page generated in 0.05317 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top