Installation and configuration of JBoss under Windows

Source: Internet
Author: User
Tags jboss

1. Install jdk1.4.2 into the d:/j2sdk1.4.2_05 directory

2. Configure JDK parameters in environment variables (configuration can be replaced with variables, readers can set themselves)
CLASSPATH D:/j2sdk1.4.2_05/jre/lib
Java_home d:/j2sdk1.4.2_05
Path Add D:/j2sdk1.4.2_05/bin

3. Download Jboss-3.2.2rc1_tomcat-4.1.24.zip package to jboss.net website
Http://switch.dl.sourceforge.net/sourceforge/jboss/jboss-3.2.2RC1_tomcat-4.1.24.zip

4. Unzip, create a folder JBoss in D disk, and copy the compressed bin, client, Docs, LIB, and server to the D:/jboss folder.

5. Open the D:/jboss/bin folder and execute the run.bat batch file.

6. In the IE Address bar input http://localhost:8080/jmx-console/, for testing.

7. Create a Test.war folder under the D:/jboss/server/default/deploy folder and create a index.jsp file in it.

The contents of the 8.index.jsp file are as follows:

<title>
Test
</title>
<body bgcolor= "#ffffff" >
<%
Response.getwriter (). Write ("This is a Test");
%>
</body>

9. In the IE Address bar, enter Http://localhost:8080/test, test, if the output is a test string, test success.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.