当前位置:  技术问答>java相关

在本地测试通过的EJB,如何把测试程序放在另外一台机器上,也可以测试通过。

    来源: 互联网  发布时间:2015-07-13

    本文导语:  测试通过的机器:win2000+weblogic6.1 需要把测试程序(CLIENT端的程序)放在另外一台机器的上的配置:WIN2000+JRE2.0 EJB程序和测试程序都是在JBUILDER中生成的。 | 这个基本上实现不了,为什么叫测试...

测试通过的机器:win2000+weblogic6.1
需要把测试程序(CLIENT端的程序)放在另外一台机器的上的配置:WIN2000+JRE2.0
EJB程序和测试程序都是在JBUILDER中生成的。

|
这个基本上实现不了,为什么叫测试客户端呢,是用做你测试时用的,而不是你应用的一部分,拿到那里都可以,因为ejb设计到命名服务,目录服务,这些你要在命令行都实现了后,那你的测试客护短才可以放在任何地方

|
也就是:
(Context.INITIAL_CONTEXT_FACTORY, "weblogic.jndi.WLInitialContextFactory");
      properties.put(Context.PROVIDER_URL, url);
      if (user != null) {
        properties.put(Context.SECURITY_PRINCIPAL, "System"
        properties.put(Context.SECURITY_CREDENTIALS, "12345678");
      }

|
能ping 通192.168.1.125么??

|
t3://192.168.1.125:7001这机的user=? password=?
你能确定他们吗?

|
weblogic安装后默认无需设置用户和密码就能访问,但只能访问不能deploy

|
给一个e文你看看:

Application Client-Tier Security 
Authentication requirements for J2EE application clients are the same as the requirements for other J2EE components. Access to protected resources in either the EJB tier or the Web tier requires user authentication, whereas access to unprotected resources does not. 

An application client can use the Java Authentication and Authorization Service (JAAS) for authentication. JAAS implements a Java version of the standard Pluggable Authentication Module (PAM) framework, which permits applications to remain independent from underlying authentication technologies. You can plug new or updated authentication technologies under an application without making any modifications to the application itself. Applications enable the authentication process by instantiating a LoginContext object, which, in turn, references a configuration to determine the authentication technologies or login modules that will be used to perform the authentication. 

A typical login module could prompt for and verify a user name and password. Other modules could read and verify a voice or fingerprint sample. 

In some cases, a login module needs to communicate with the user to obtain authentication information. Login modules use a javax.security.auth.callback.CallbackHandler for this purpose. Applications implement the CallbackHandler interface and pass it to the login context, which forwards it directly to the underlying login modules. A login module uses the callback handler both to gather input (such as a password or smart card PIN number) from users or to supply information (such as status information) to users. By allowing the application to specify the callback handler, an underlying login module can remain independent of the different ways applications interact with users. 

For example, the implementation of a callback handler for a GUI application might display a window to solicit user input. Or, the implementation of a callback handler for a command line tool might simply prompt the user for input directly from the command line. 

The login module passes an array of appropriate callbacks to the callback handler's handle method (for example, a NameCallback for the user name and a PasswordCallback for the password), and the callback handler performs the requested user interaction and sets appropriate values in the callbacks. For example, to process a NameCallback, the CallbackHandler may prompt for a name, retrieve the value from the user, and call the setName method of the NameCallback to store the name. 


更详细的请从:http://java.sun.com/j2ee/download.html#tutorial下载。

    
 
 
 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • 软件重构与软件测试
  • 求一个压力测试工具,用来测试dns服务器的处理能力.
  • 测试Python内部类型及type和isinstance用法区别
  • NOSQL iis7站长之家
  • Windows下php 5.3.5和apache2安装配置及测试
  • 在线等。。。使用压力测试工具进行测试有时出现httpd子进程CPU占用率100%,且压力撤除后无法恢复
  • PHP编程语言介绍及安装测试方法
  • 在windows中的VMware装了个linux,主板有两个串口,能做windows和linux的串口通信测试么,怎么测试这两个串口在linux是有效
  • C++ 迷你单元测试和性能测试库 cc-mini-test
  • JBuilder2005单元测试体验之测试配置
  • 测试过程管理平台 TestLink
  • C++单元测试框架 CppUnit
  • portlet单元测试框架 portletUnit
  • linux系统测试程序
  • 负载测试工具 Ripplet
  • 有哪些开源Linux C测试工具
  • Android自动化测试框架 Cafe
  • 自动化测试管理平台 TestMP
  • 网络测试利器 netperf
  • 自动测试工具 QTP
  • 晚饭好~大家能谈谈压力测试吗?


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3