You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Dirk-Willem van Gulik <di...@covalent.net> on 2001/07/10 04:54:51 UTC

web.xml/dtd issue; stockdemo

Below is a quick patch which get's tomcat-4,servletapi-4 and a HEAD on
axis to play together and do the stock demo:

Changes
-	web.xml file made to work with supplied 2.2 dtd. It moaned
	about the order of some things and an initial slash. Or is
	it better to fix the DTD :-) ??
-	added AuthHandlers to the 'flow' in stock example.
-	added 'file' value option to specify where list/perm files are.
-	small changes to testit.sh to make it do the deploy
-	added exit true/false to testit.sh and Exit.system(1)
	on caboom's.
And the Dubious change of the day.
-	Made 'GetInfo' in stock example throw an error. This is
	propably totally bogus. What is the right way ?

Let me know if this is useful,

Enjoy,

Dw