JBUILDER9.0 + JBOSS-3.2.1

zhaozj2021-02-16  48

JBuilder9.0 JBoss-3.2.1_tomcat-4.1.24.zip mysql or MS SQL Server2k Development Environment Configuration Incoming Network on JBuilder9.0 JBoss-3.2 Development Environment Configuration Instructions, I am here One, please refer to, and advice! This is an incision I am in configuring this development environment. The following is the detailed steps: 1. Install the jbuilder9.0 to d: / jbuilder9 directory 2, install mysql4.0.18 to c: / mysql directory 3, install MS SQL Server2k to C: / Program files / install JDK.14, download Install directly into the C: /J2SDK1.4.1_01 directory, then set in the system environment variable: java_home = c: /j2sdk1.4.1_01 can be installed. 4, install the JBoss3.2.1_tomcat-4.1.24 to the C: / JBoss directory. Note: JBoss installation is very simple, put the downloaded file until you go Next, then set in the system environment variable: jboss_home = C: / JBoss. 5, download and install MySQL JDBC Driver and MS SQLServer JDBC Driver. The history of downloads is: mysql-connector-jdbc-3.0.10-stable.zip and SQLServer2kjdbcSetup.exe. The installation method is as follows: Unlock mysql-connector-jdbc-3.0.10-stable.zip, mysql-connector-java-3.0.10-stable under the MySQL-Connector-JDBC-3.0.10-Stable directory " Bin.jar files are copied into the JBoss installation directory C: / jboss / server / default / lib directory under the C: / Lib directory. Execute SQLServer2kjdbcSetup.exe installation to the C: / Program Files / Microsoft SQL Server 2000 Driver for JDBC directory, and put it under the lib directory (ie, C: / Program Files / Microsoft SQL Server 2000 Driver for JDBC / LIB) MSBase .jar, mssqlserver.jar and msutil.jar three files are copied into the JBoss installation directory C: / jboss / server / default / lib directory under the C: / Lib Directory under the C: / jboss. At the same time, the MS SQL Server2k server is started and connected to the above, execute: C: / Program Files / Microsoft SQL Server 2000 Driver for JDBC / SQL Server JTA directory: instjdbc.sql script. 6. Configure the JBoss database connection pool so that it can be connected to Mysql and SQL Server.

The method is as follows: Enter the JBoss installation directory C: / jboss, enter the bottom C: / JBoss / Server / Default / Deploy directory, use Notepad to create two files MSSQL-DS.XML and MYSQL-DS.XML, content As follows: 1, mysql-ds.xml mysql JDBC: MySQL: //10.0.0.18: 3306 / Test org.gjt.mm.mysql.driver root 2, MSSQL-DS.XML MSSQL jdbc: Microsoft: SQLSERVER: //10.0.0.18: 1433; DatabaseName = Test com.microsoft.jdbc.sqlserver.sqlserverdriver sa 7, Download jbossopentool-2.6alpha.zip, used to connect JBoss and JBuildrer9.0, after downloading, put it down, put the JBossopentool.jar file generated after unwrapping: D: / jbuilder9 / Directory in the lib / EXT directory. 8. Configure JBuilder9, the process is as follows: 1. Start JBULDER9, select Tools-> EnterpriseSetup, select the Database Driver page in the pop-up window, select Add, select New in the pop-up window, then in the next window Name Enter: mysqljdbc Location Selects User Home; and click Add to select the JDBC driver file c: /jboss/server/default/lib/mysql-connector-java-3.0.10-sTable-bin.jar for MySQL.

转载请注明原文地址:https://www.9cbs.com/read-24521.html

New Post(0)