|
[xmlc] Re: can not generate any html page after deployed at tomcat 5: msg#00007java.enhydra.xmlc
I take it you have xercesImpl.jar (version 2.9.0) and xml-apis.jar (version 1.3.04) in Tomcat's common/endorsed directory. If not, start with that. If you are really using Tomcat 5.0, it uses a much older version of XercesImpl.jar than is required by XMLC. After that, you need the following in WEB-INF/lib... gnu-regexp.jar * nekohtml.jar * resolver.jar * xmlc-all-runtime.jar ** * though this could be alongside xercesImpl.jar in common/endorsed or in common/lib or shared/lib ** this is not recommended to be a shared jar, so only put it in WEB-INF/lib BTW, you are copying your html templates and any generated .xmlc files (and the options.xmlc file) alongside your classes in the deployed WAR file, right? It would have been the same as if you were using deferred parsing with XMLC 2.2.xx. So, if you were using deferred parsing, just keep doing what you were doing then. If you were using static parsing (the default) with XMLC 2.2.xx, then you have a few changes to make to your deployment step. Jake At 06:00 PM 6/24/2007, you wrote: >Hi Jacob: > >Thanks for your kindly advise. I have successfully >made a build in the xmlc 2.3 environment. > >I then deployed the build at tomcat 5 and have all >xmlc-*jar file at WEB-INF/lib directory. Removed all >old xmlc-*jar files and restarted tomcat. When I run >the application, all pages are blank and no html >codes are generated. I also tried to put all jars in >the xmlc2.3 release to WEB-INF/lib, the results are >same: blank page when I run the application. > >I checked tomcat logs and did not see any error >message. I do not know what was wrong. Your help is >greatly appreciated. > >-Steve > > > >______________________________________________________________________ >______________ >Pinpoint customers who are looking for what you sell. >http://searchmarketing.yahoo.com/ -- You receive this message as a subscriber of the xmlc@xxxxxxxxxxxxx mailing list. To unsubscribe: mailto:xmlc-unsubscribe@xxxxxxxxxxxxx For general help: mailto:sympa@xxxxxxxxxxxxx?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | RE: [xmlc] Re: xmlc-2.3 compiler error, Victor Schrader |
|---|---|
| Next by Date: | [xmlc] Re: can not generate any html page after deployed at tomcat 5, Jacob Kjome |
| Previous by Thread: | [xmlc] Re: xmlc-2.3 compiler error, Jacob Kjome |
| Next by Thread: | [xmlc] Re: can not generate any html page after deployed at tomcat 5, Jacob Kjome |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |