当前位置: 网学 > 编程文档 > JSP > 正文

其他常见JSP开发环境

来源:Http://myeducs.cn 联系QQ:点击这里给我发消息 作者: 用户投稿 来源: 网络 发布时间: 12/10/17
下载{$ArticleTitle}原创论文样式
Network调度程序具有高可用性特点,即可为另一台机器配置备份调度程序,以防止因运行主调度程序的机器出现故障而造成无法访问的情况。

  三、BEA WebLogic

  要学习好一套系统首先要了解它的结构,现在我们简单介绍WebLogic 的一些结构和特点。
  WebLogic的大部分配置是在weblogic.properties里完成的,只要仔细的研究这个文件就可以清楚得知关于WebLogic的一些结构和特点,下面就对weblogic.properties文件里的一些配置项作一些说明:
  weblogic.httpd.documentRoot=public_html/
  这就是WebLogic的WEB服务器的根目录,即是目录/weblogic/myserver/public_html/
weblogic.password.system=sdfjkdshfds
  这是设置管理员密码。
  weblogic.system.listenPort=7001
  这是设置 WebLogic 的WEB服务器端口。
  weblogic.httpd.servlet.classpath=/weblogic/myserver/servletclasses
  设置Servlet存放的路径。

  关于Servlet

  出于安全的目的,在WebLogic下运行的WebLogic必须在weblogic.properties里登记后才能运行,例如上文的提到Servlet http://localhost:7001/helloWorld,它在weblogic.properties里的登记项是:
  weblogic.httpd.register.helloWorld=examples.servlets.HelloWorldServlet
  实际上,这个Servlet的实际路径是
  /weblogic/myserver/servletclasses/examples/servlets/HelloWorldServlet.class
  对照一下weblogic.properties里的登记项和HelloWorldServlet.class文件的路径,应该不难找出其登记Servlet的规律吧。
  在weblogic.properties里有一下几个Servlet的登记项:

  weblogic.httpd.register.AdminEvents=admin.AdminEvents
  weblogic.httpd.register.AdminClients=admin.AdminClients weblogic.httpd.register.AdminConnections=admin.AdminConnections weblogic.httpd.register.AdminJDBC=admin.AdminJDBC
  weblogic.httpd.register.AdminLicense=admin.AdminLicense
  weblogic.httpd.register.AdminMain=admin.AdminMain
  weblogic.httpd.register.AdminProps=admin.AdminProps
  weblogic.httpd.register.AdminRealm=admin.AdminRealm
  weblogic.httpd.register.AdminThreads=admin.AdminThreads weblogic.httpd.register.AdminVersion=admin.AdminVersion

  这就是管理员管理WebLogic用的Servlet,通过URL访问http://localhost:7001 /AdminMain,在弹出的身份验证对话框中输入system和在 weblogic.password.system= 设置的密码,就可以进入WebLogic的Web管理界面进行管理。

  • 下一篇资讯: 编写线程安全的JSP程序
  • 网学推荐

    免费论文

    原创论文

    浏览:
    设为首页 | 加入收藏 | 论文首页 | 论文专题 | 设计下载 | 网学软件 | 论文模板 | 论文资源 | 程序设计 | 关于网学 | 站内搜索 | 网学留言 | 友情链接 | 资料中心
    版权所有 QQ:3710167 邮箱:3710167@qq.com 网学网 [Myeducs.cn] 您电脑的分辨率是 像素
    Copyright 2008-2015 myeducs.Cn www.myeducs.Cn All Rights Reserved
    湘ICP备09003080号