10-01-2018 12:03 PM
Hi Team,
In CVP 8.5 version we had stdout files for logs.Now we are upgrading to 11.6.I couldnt find stdout file in CVP 11.6.Is that removed
Thanks,
Sowmiya
10-02-2018 11:41 AM
we have to configure it manually.Please follow below steps and let me know if you have problem.
- Go to Cisco\CVP\VXMLServer\Tomcat\bin
- tomcat8w //ES//VXMLServer
- This will open JVM settings
- add log location and restart server
10-12-2018 09:54 AM
10-12-2018 10:01 AM
We upgraded to 11.6 so its on Tomcat8.Can you go to Cisco\cvp\vxmlserver\tomcat and open RELEASE-NOTES file and see the version, mine is Apache Tomcat Version 8.0.33 so its tomcat8w.Check yours and replace accordingly.If you still have problem please send screenshot.
10-13-2018 05:55 AM
Copy/rename tomcat8w.exe to the service name .exe, so call it VXMLServer.exe and then try it.
10-13-2018 06:15 AM
10-14-2018 04:42 AM
10-14-2018 04:18 PM
Add swallowOutput="true" attribute to your context.xml on the CVP web app.
<?xml version="1.0" encoding="UTF-8"?>
<Context swallowOutput="true">
....
</Context>
10-17-2018 08:54 AM
Hi Team,
Thanks for the halp smeegada and ptindall.
I have got my logs in tomcat/bin folder after rebooting the machine.
Where i can define the stdout file size?
Thanks
10-17-2018 06:15 PM
YW.Try updating log4j.appender.R.MaxFileSize=10MB in log4j.properties file in
Cisco\CVP\VXMLServer\Tomcat\webapps\CVP\WEB-INF\classes
10-18-2018 06:58 AM
For stdout size, try adding this to Java options using the tomcat8w.exe config tool.
-Djava.util.logging.FileHandler.limit=4000000
10-23-2018 09:10 AM
Hi Team,
How to get a stdout file with Date and time
Thanks
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide