cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1153
Views
0
Helpful
2
Replies

Custom Logging through Log4j in CVP VXML

Malik Ehtasham
Level 1
Level 1

Hi All, I am CVP VXML developer and i have a question about Custom logging in VXML.

I have simple VXML application, in which i have used one JAC(Java Action Component) ,inside JAC, i have incooperated  a custom jar.
I have placed that custom jar file inside the tomcat lib. Functionally every thing is working fine, i can access the custom jar file function and they are working fine.

But i have an issue with logging. I have done custom logging inside custom jar file. When i separately run this jar on cmd, it perfactly  generate logs (log4j logging ) , but when i use this inside the tomcat lib, it didn't produce any logging. How can i achieve this logging inside the VXML tomcat .

Any sort of help is appreciated.

2 Replies 2

Olivier Viennot
Level 1
Level 1

Hi,

I have the same problem : did you find a solution ?

Olivier

Could you provide some more details as to what you have found to indicate an error.

For example, the path to the log files needs to have the back slashes escaped, or use forward slashes.

Thank you