From: Pavel V. <va...@us...> - 2002-07-26 09:58:58
|
Update of /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl In directory usw-pr-cvs1:/tmp/cvs-serv21053 Modified Files: bundle.properties Log Message: default properties for attaching connectors Index: bundle.properties =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/bundle.properties,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** bundle.properties 16 May 2002 11:38:20 -0000 1.3 --- bundle.properties 26 Jul 2002 09:58:54 -0000 1.4 *************** *** 65,66 **** --- 65,72 ---- ERR_IOEXCEPTION=Exception while executing profiled process: + + DEFAULT_ATTACH_SOCKET_HOST=localhost + + DEFAULT_ATTACH_SOCKET_PORT=25595 + + DEFAULT_ATTACH_SHMEM_ADDRESS=com |