facebook

struts web app will only work when connected to the internet

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

    bsurgison
    Member

    I have MyEclipse 3.8.4
    Build Id 200501171200-3.8.4

    Eclipse 3.0.1
    Build Id 200409161125

    I am using web.xml schema 2.4

    Why can I only get my application to run when “online”?

    I would like to develop my application offline as I cannot always be connected. Is there a possible way to do this?

    Regards
    Ben Surgison

    #227233 Reply

    Riyad Kalla
    Member

    Ben,
    Are you referring to XML parsing errors? This is most likely because the XML parser parsing the web.xml file and the struts-config.xml file are trying to remotely resolve the DTDs/Schema you are referencing. I would suggest looking for flags for Tomcat and/or Struts to make them “non validating” so they do not try and load the DTDs/Schema.

    #227249 Reply

    bsurgison
    Member

    Where do I find these flags exactly?

    #227260 Reply

    Riyad Kalla
    Member

    Tomcat and Struts documentation? Mailing lists? Newsgroups?

    I don’t know, I’ve never used them.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: struts web app will only work when connected to the internet

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