Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Internal Eclipse browser doesn't work
Internal Eclipse browser doesn't work [message #1044136] Thu, 18 April 2013 14:32 Go to next message
Peter Noordzij is currently offline Peter NoordzijFriend
Messages: 1
Registered: April 2013
Junior Member
Hi people,

I've just created a simple java servlet in Eclipse.
When i test my page with firefox browser everything is fine. But the Eclipse browser gives an error.

Can i change the internal browser to firefox?
Or how can i get this internal browser to work?

Thanks a lot.

Peter,
Re: Internal Eclipse browser doesn't work [message #1044162 is a reply to message #1044136] Thu, 18 April 2013 15:01 Go to previous message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 4/18/2013 8:47 AM, Peter Noordzij wrote:
> Hi people,
>
> I've just created a simple java servlet in Eclipse.
> When i test my page with firefox browser everything is fine. But the
> Eclipse browser gives an error.
>
> Can i change the internal browser to firefox?
> Or how can i get this internal browser to work?
>
> Thanks a lot.
>
> Peter,

This is really more of a question to be asked in the Eclipse web tools
platform forum.

You can launch your web application in Eclipse, then launch any browser
you wish. Into the browser address line type the URL of your web
application.

If I'm developing an Eclipse Dynamic Web Project named myapp and I don't
change anything in the web.xml Eclipse generated for me, I type in:

http://localhost:8080/myapp

Of course, there are a lot more "ifs" in this question too, like the
port you've chosen to run Tomcat (or JBoss, etc.) on.

If you'd like to read an extremely detailed tutorial on setting up
Eclipse, Java, Tomcat and developing a JSP, which is essentially what
you're doing, go to:

http://www.javahotchocolate.com/wtp-tutorials/wtp-tutorial.html

Parts of it will help you do exactly what you want.

Hope this helps.
Previous Topic:Unsupported Color Depth
Next Topic:WindowBuilder is not positioning my components correctly
Goto Forum:
  


Current Time: Fri Apr 26 04:01:13 GMT 2024

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

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

Back to the top