should be like: put the parser's JAR into WEB-INF/lib to make them visible to your webapp
Peter > -----Original Message----- > From: Kroeksak Kongman [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 24, 2002 10:57 AM > To: [EMAIL PROTECTED] > Subject: how to include the parser's JAR files in the /WEB-INF/web.xml ? > > > To make an XML parser available to your web applications, you have several options: > > * To utilize an XML parser in a single web application, simply include the >parser's JAR files in the /WEB-INF/web.xml > directory of that web application. This will work, no matter what parser might be >used by Tomcat 4 internally, or by > other web applications running in the same instance of Tomcat 4. > > Please would you tell me, > > how to include the parser's JAR files in the /WEB-INF/web.xml ? > > Best Regards, > > Koong > > > > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
