选择显示字体大小

weblogic的结构特点

要学习好一套系统首先要了解它的结构,本文详细的介绍 weblogic 的一些结构和特点:
weblogic的大部分配置是在 weblogic.properties 里完成的,只要仔细的研究这个文件就可以清楚得知关于 weblogic 的一些结构和特点,下面就对 weblogic.properties 文件里的一些配置项作一些说明:

weblogic.httpd.documentroot=public_html/

这就是weblogicweb 服务器的根目录,即是目录/weblogic/myserver/public_html/


weblogic.password.system=sdfjkdshfds

这个前文已经提到,是设置管理员密码。


weblogic.system.listenport=7001

这是设置 weblogicweb 服务器端口。


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= 设置的密码,就可以进入 weblogicweb管理界面进行管理。


 


关键字 本文所属关键字

相关 与本文相关文章

分类 所有文章关键字导航

源码编程相关

Java   Asp   PHP   .Net   XML   C/C++   CGI   VB   Jsp   J2ee   J2se   J2me   EJB   Servlet   Tomcat   Resin   Struts   Weblogic   Eclipse   ANT   GUI   JMS   Web servise   IDEA   Webphere   Hibernate   Spring   Jboss   Applet   Swing   Socket   Javamail   Perl   Ajax   P2P   安全   模式   框架   测试   开源   游戏

SQL数据库相关

My-SQL   Ms-SQL   Access   DB2   Oracle   Sybase   SQLserver   索引   存储过程   加密   数据库   分页   视图  

手机无线相关

3G   Wap   CDMA   GRPS   GSM   IVR   彩信   短信   无线   增值业务

网页设计制作相关

HTML   CSS   网页配色   网页特效   Javascript   VBscript   Dreamweaver   Frontpage   JS   Web   网站设计

网站建设推广相关

建站经验   网站优化   网站排名   推广   Alexa

操作系统/服务器相关

Windows XP   Windows 2000   Windows 2003   Windows Me   Windows 9.x   Linux   UNIX   注册表   操作系统   服务器   应用服务器

图形图像多媒体相关

Photoshop   Fireworks   Flash   Coreldraw   Illustrator   Freehand   Photoimpact   多媒体   图形图像

标准 网站致力的规范

Valid CSS!

无不良内容,无不良广告,无恶意代码

Valid XHTML 1.0 Transitional

creativecommons