RE: Trouble with web.xml in weblogic 5.1 SP8

2002-01-11 Thread Jesse Alexander (KABS 11)
Hi, have a look at the dtd for web.xml... Lately I learned in a similar way that it is not allowed (according to the dtd) to have something like: servlet servlet-mapping servlet servlet-mapping somehow this would be logic: define the servlet and its mappings, then define the next servlet...

Re: Trouble with web.xml in weblogic 5.1 SP8

2002-01-11 Thread Geoffrey Mroz
Hi, 1. Your error looks like an XML parsing error. Compare with the DTD to make sure that you are placing the elements in the correct locations and that you don't have attributes out of place. I think that weblogic is telling you that it does not expect servlet element where you've placed