facebook

javaw trying to connect to sun when loading jsp

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #228541 Reply

    Amos
    Member

    Hi all,

    Does anyone know whether it’s possible to stop the IDE from automatically trying to connect to sun every time you open up a jsp page that contains <%@ taglib uri=” (etc.) lines? Seems very annoying to me – call me a security freak, but I hate anything going through my firewall that doesn’t absolutely have to go through, so I generally disallow that connection for local development. And while it’s being blocked, the whole IDE won’t react for over 30 seconds… anyone know of a workaround, or do I have to let it go through to avoid that delay?

    Cheers,

    Amos

    #228560 Reply

    Riyad Kalla
    Member

    Amos,
    You can add the entry (DTD/SChema) to the XML Catalog (under Window > Prefs > MYEclipse > Editors > XML Editor > XML Catalog) under the User Entries, the editor can then look the resource up there in stead. Keep in mind that your URI will need to point to a local copy of the file in the form of a URL, like: file://blahblah

    You can get this path quickly by putting the file on your hard drive somewhere, then trying to open it using your browser, then copy paste the URL the browser built intot he box.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: javaw trying to connect to sun when loading jsp

You must be logged in to post in the forum log in