• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

local struts-config_1_1.dtd

 
Ranch Hand
Posts: 49
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
To Whom It May Concern:



In my struts-config.xml file, I was getting my dtd from the internet:

<!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.2//EN"

"http://w3.cibc.com/utils/dtds/struts-config_1_1.dtd">





If I am not connected to the internet, is there a way I can connect to the dtd from my local computer starting weblogic.

I tried to use the following syntax but weblogic still cannot find it:



File:///c:/bea/user_projects/Achievers/myserver/WEB-INF/struts-config_1_1.dtd



Yours,



Desperate
 
Ranch Hand
Posts: 456
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
sorry, just half-knowledge, but maybe it helps:

in eclipse, you can define an xml-catalog. as far as i know, this will take urls as aliases for local references while developing.

maybe someone can clarify?

jan
 
reply
    Bookmark Topic Watch Topic
  • New Topic