Hello, 

My question is not directly (but indirectly) related with struts, but
hopefully someone experienced can answer this question.

I wrote a JSP that reaches an XML file, and retrieves the contents. The page
worked fine in TOMCAT4, but didn't work in websphere 4.0. After a few
investigation, I found that the versions of JAXP (the libraries and jar
files used for XML stuff) are different. TOMCAT has more recent one. Anyway,
I copied the JAXP jar files of TOMCAT to the web-inf/lib directory of my
application in the websphere. Then, it worked.
My questions are: 
*is there any possibility of conflict between these JAR files of JAXP used
by websphere and files resided in the my web application? because they are
different versions. And will my application be safe?
*Can it be applicable for all JAR files (except for application server
run-time Jars), if so the thing that websphere says ("we support JAXP 1.1")
make a bit nonsense.
*If there is two version of same library in the application server (in the
bin directory of application server), which one is used? and are there any
conflict?
* do you know any websphere bla bla discussion group?
Thanks,
Fehmi.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to