README
上传用户:xfwatch
上传日期:2020-12-14
资源大小:872k
文件大小:2k
源码类别:

中间件编程

开发平台:

Java

  1. JBoss, Home of Professional Open Source
  2. Copyright 2008, Red Hat, Inc., and others contributors as indicated
  3. by the @authors tag. All rights reserved.
  4. See the copyright.txt in the distribution for a
  5. full listing of individual contributors.
  6. This copyrighted material is made available to anyone wishing to use,
  7. modify, copy, or redistribute it subject to the terms and conditions
  8. of the GNU Lesser General Public License, v. 2.1.
  9. This program is distributed in the hope that it will be useful, but WITHOUT A
  10. WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  11. PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
  12. You should have received a copy of the GNU Lesser General Public License,
  13. v.2.1 along with this distribution; if not, write to the Free Software
  14. Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
  15. MA  02110-1301, USA.
  16. NOTE: You may like to create a backup of this folder before starting! NOTE: If you are using IPv6 you will need to change any references to localhost in the btconfig.xml files to be localhost4 or 127.0.0.1
  17. 1. SET ENVIRONMENT VARIABLES
  18. In order to run the example you need to make sure that you have set the environment
  19. appropriately. You will need to make sure that you edit the variables with values 
  20. starting with REPLACE_WITH_: 
  21. On Linux you need to edit:
  22. $BLACKTIE_HOME/setenv.sh
  23. On Windows:
  24. %BLACKTIE_HOME%setenv.bat
  25. Then, execute the script setenv
  26. On Windows: 
  27. You MUST use an environment configured with the VC++ development tools, e.g. launch:
  28. C:Program FilesMicrosoft Visual Studio 9.0VCvcvarsall.bat
  29. 2. RUN THE SERVER
  30. Follow the instructions in $BLACKTIE_HOME/examples/xatmi/fooapp to start a server  
  31. 3. CREATE THE CLIENT
  32. On Linux:
  33. generate_client.sh -Dclient.includes=client.c
  34. On Windows:
  35. generate_client -Dclient.includes=client.c
  36. 4 RUN THE CLIENT
  37. Edit the btconfig.xml to set REPLACE_WITH_HOSTNAME as appropriate
  38. ./client
  39. NOTE: If you get the following error you have not sourced setenv.sh|bat
  40. ./client: error while loading shared libraries: libTAO_CosNaming.so.1.6.7: cannot open shared object file: No such file or directory