Posted by
Marten Feldtmann-2 on
Oct 07, 2011; 8:46am
URL: https://forum.world.st/VA-8-5-SGML-XML-resources-not-found-tp3877436p3881398.html
Ok and here the explanation.
I started the application with the following command line:
..\server\bin\esvio -imskXDDemo.ic
and the "loaded"-sequence (in my prior posting) is executed with the content of mskXDDemo.ini.
Then I added a file "esvio.ini" (with slightly different XML path content) and the "startup"-sequence (in my prior posting) is executed with the content of esvio.ini (!!!!).
Without the file esvio.ini the primitive fails (mentioned in an earlier posting) !. With the file esvio.ini I get the following startup output (which is more or less strange, because esvio.ini does NOT contain the correct XML path):
**AbtXmlBaseApp>>loaded is executed
AbtXmlBaseApp>>startUp is executed
AbtXmlConfiguration>>startUp is executed
All my Xml files are located at: D:\projects\va850-server\server\xml\ read from
<esvio.ini>
**AbtXmlBaseApp>>startUp is executed
AbtXmlConfiguration>>startUp is executed
All my Xml files are located at: D:\projects\va850-server\server\xml2\ read from
<esvio.ini>
Now one could say: throw away <mskXDDemo.ini> and use only <esvio.ini>, but this is not possible, because it expects <mskXDDemo.ini> for NLS stuff and other path information (e.g. IC_ROOT).
I ended up with the following solution:
* mskXDDemo.ini with FULL content
* esvio.ini with only [Xml] stanza information
Hello Instantiations ! Any idea ?
--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/va-smalltalk/-/ieoIt1GerUMJ.
To post to this group, send email to
[hidden email].
To unsubscribe from this group, send email to
[hidden email].
For more options, visit this group at http://groups.google.com/group/va-smalltalk?hl=en.