How to gaurentee order of server classpath

2001-09-17 Thread Peoter Veliki
I need to make sure the xerces.jar is found in the server classpath before Tomcat's own xml.jar (jaxp.jar or whatever it is called). This is the first step in getting soap working. I have followed the instructions and have not been able to get it to work. I have this in my Tomcat.bat file:

Re: How to gaurentee order of server classpath

2001-09-17 Thread Dmitri Colebatch
Are you sure you're taking care of all of the classpath references in tomcat.bat? An alternative way to do this is to upgrade to 4.0rc2 which doesn't provide any xml support, freeing the web app developer to use whichever parser whey want. hth dim On Mon, 17 Sep 2001, Peoter Veliki wrote: I