Pietro Angelo Corrao:
Hi Everybody,
In my CVP prj i use some APIs that implement the common logging patter to make log/debug the classes, where should i put the logging.properties file to set up the common logging behaviour both under the Cisco Unified call studio and under the CVP/VXML server? or which script have i to edit to setup the jvmargs for the CVP processes?
Thanks, |
1. If your classes interact directly with the CVP API then they must go either into:
1A. (App specific) VxmlServer:C:\Cisco\CVP\VXMLServer\applications\MyApp\java\application\lib (or classes)
or
1B. (All of VxmlServer): C:\Cisco\CVP\VXMLServer\common\lib (or classes)
2. If they don't use the CVP API, then they will go into one of these directories (and it's just trial and error (restart VxmlServer service after each try)
2A) (App specific) C:\Cisco\CVP\VXMLServer\applications\MyApp\java\util\lib (or classes)
or
2

(All of VxmlServer) Either C:\Cisco\CVP\VXMLServer\lib or C:\Cisco\CVP\VXMLServer\Tomcat\common\lib (or classes)
3. To use with the Debugger, in the above just replace 3A) C:\Cisco\CVP\VXMLServer
with
C:\Cisco\CallStudio\eclipse\plugins\com.audiumcorp.studio.debug.runtime_9.0.1-SNAPSHOT\AUDIUM_HOME
3 C:\Cisco\CVP\VXMLServer\Tomcat
with
C:\Cisco\CallStudio\eclipse\plugins\com.audiumcorp.studio.debug.runtime_9.0.1-SNAPSHOT\CATALINA_HOME
--Janine