|
|
Operator System: Windows 2000 server 2
Application server: Jboss3.0-tomcat4.03
DB: Oracle8.17
JDK: jdk1.31
Web Server Apache1.3
一、首先安装好Apache,Jboss3.0-Tomcat4.03我安装在E:Jboss3.0_Tomcat4.03和E:WebServerApache目录下
二、编缉tocmat-service.xml文件如下
<?xml version="1.0" encoding="UTF-8"?>
<!-- Set catalina.home to the location of the Tomcat-4.x dist.
The default value is that of the JBoss/Catalina bundle where the
jakarta-tomcat-4.0.3-LE-jdk14 is included as jboss_dist/catalina
-->
<!DOCTYPE server [
<!ENTITY catalina.home "../catalina">
]>
<!-- The service configuration for the embedded Tomcat4 web container
-->
<server>
<classpath codebase="file:&catalina.home;/common/lib/" archives="*"/>
<classpath codebase="file:&catalina.home;/server/lib/" archives="*"/>
网友评论:(评论内容只代表网友观点,与本站立场无关!) |
阅读排行
win2k环境下基于JBOSS的J2EE开发实践----之五:CMP…
win2k环境下基于JBOSS的J2EE开发实践----之四:BMP…
jboss3.2初步配置使用心得[windows2000+sql serve…
JBOSS3.0.4配置及使用初步
Understanding JBoss…
通过ant+jBoss学习MasteringEJB,部署HelloWorld
JBoss-MySql学习笔记
Jboss3.0-Tomcat4.03的数据库的配置(以Oracle为例…
Jboss3.0-Tomcat4.03下运用JavaMail发电子邮件.
Jboss3.0-Tomcat4.03的虚拟主机的配置
|