Does anybody know where to find the FURL (vgn-furl.ear) logs when deployed to the preview application server?
Thanks,
Kalyan
Hi Kalyan,
Here are the steps on how to generate the logging. Please see ifyou have these
settings:
create log4j file in the web-inf classes folder of FURL war andadd the below entries in the
log4j file.
log4j.rootLogger=DEBUG,FURL
log4j.appender.FURL=org.apache.log4j.RollingFileAppender
log4j.appender.FURL.File=vgn-furl.log
log4j.appender.FURL.MaxFileSize=1000KB
log4j.appender.FURL.MaxBackupIndex=10
log4j.appender.FURL.layout=org.apache.log4j.PatternLayout
log4j.appender.FURL.layout.ConversionPattern=[%d{ISO8601}][%p][%c]- %m%n
log4j.logger.org.apache.axis=DEBUG
log4j.logger.org.apache.axis.encoding=DEBUG
log4j.logger.org.apache.axis.utils=DEBUG
log4j.logger.org.apache.axis.message=DEBUG
log4j.logger.org.apache.commons.digester=DEBUG
log4j.logger.com.vignette.ext.templating.cache=DEBUG
log4j.logger.com.vignette.ext.templating.util=DEBUG
This would generate a new log file for the FURL activities.
After such changes, you will see additional debug logging indebug_cda logs and
vgn-furl.log that is generated.
Kevin
From: eLink Entry: Vignette V7 and V8 Web ContentManagement [mailto:v7webcontentmanagement@elinkkc.opentext.com] Sent: Wednesday, October 13, 2010 4:44 PMTo: eLink RecipientSubject: FURL logs
FURL logs
Posted by kalyan.kondi@averydennison.com (Chakravarthi Kondi, Kalyan) On 2010/10/13 17:43
[To post a comment, use the normal reply function]
Forum:
Vignette V7 and V8 Web Content Management
Livelink Server:
knowledge-wlweb01
Here are the steps on how togenerate the logging. Please see if you have these
create log4j file in the web-infclasses folder of FURL war and add the below entries in the
This would generate a new logfile for the FURL activities.
After such changes, you willsee additional debug logging in debug_cda logs and
From: eLink Entry: Vignette V7 andV8 Web Content Management [mailto:v7webcontentmanagement@elinkkc.opentext.com]Sent: Wednesday, October 13, 2010 4:44 PMTo: eLink RecipientSubject: FURL logs
Does anybody know where to find the FURL (vgn-furl.ear)logs when deployed to the preview application server?
Here are the steps on how to generate the logging. Please see if you have these
create log4j file in the web-inf classes folder of FURL war and add the below entries in the
log4j.appender.FURL.layout.ConversionPattern=[%d{ISO8601}][%p][%c] - %m%n
After such changes, you will see additional debug logging in debug_cda logs and
From: eLink Entry: Vignette V7 and V8 Web Content Management [mailto:v7webcontentmanagement@elinkkc.opentext.com]Sent: Wednesday, October 13, 2010 4:44 PMTo: eLink RecipientSubject: FURL logs
In Tomcat, furl writes in catalina.out (server log)