| |
|
| |
 |
|
weblogic的初步研究(2-2)
|
|
| 日期:2005-7-18 8:39:22 来源:易特网络技术 编辑:黑鹰 点击: |
关于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与servlet之一
下一篇:weblogic的初步研究(2-1)
[发送给好友] [打印本页] [关闭窗口] [返回顶部] 转载请注明来源:http://www.iyit.net |
|
| 特别声明: 本站除部分特别声明禁止转载的专稿外的其他文章可以自由转载,但请务必注明出处和原始作者。文章版权归文章原始作者所有。对于被本站转载文章的个人和网站,我们表示深深的谢意。如果本站转载的文章有版权问题请联系编辑人员,我们尽快予以更正。 |
| 责任编辑: 黑鹰 |
投稿作者: 易特网络 |
| 信息来源: 易特网络技术 |
录入时间: 2005-7-18 8:39:22 |
| 浏览次数: |
投稿信箱: shtghy@163.com |
|
|
|
|