Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Example Analysis of configuring Eclipse+Tomcat+Lomboz in Java Web Application Development Environment

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly introduces the example analysis of Java Web application development environment configuration Eclipse+Tomcat+Lomboz, which is very detailed and has certain reference value. Friends who are interested must read it!

1. Java environment installation

Download j2sdk-1_4_2_13-windows-i586-p.exe and install it to D:/Java/j2sdk1.4.2_13 [@ more@]

2. Web Server environment installation

Download jakarta-tomcat-5.0.28.zip and extract it to D:/Java/Tomcat-5.0.28

3. Configure environment variables

-& gt user environment variables

JAVA_HOME D:/Java/j2sdk1.4.2_13

TOMCAT_HOME D:/Java/Tomcat-5.0.28

CLASSPATH JAVA_HOME%/lib;%JAVA_HOME%/jre/lib;%TOMCAT_HOME%/common/lib

-- & gt system environment variables

Path; JAVA_HOME%/bin;%TOMCAT_HOME%/bin

4. IDE environment installation

Download eclipse-SDK-3.1.1-win32.zip and extract it to D:/Java/Eclipse

5. Install the TomcatPlugin plug-in

Download tomcatPluginV31.zip, copy the folder com.sysdeo.eclipse.tomcat_3.1 under the extracted directory to the plugins directory in the eclipse installation directory, set tomcat version to version 5.x, set the tomcat root directory to D:/Java/Tomcat-5.0.28, click tomcat- > JVM setting in the left tree, and set jre to j2sdk1.4.2_13.

5. Install the Lomboz plug-in

Download lomboz-emf-gef-jem-3.1RC2.zip (to match the Eclispe version) and copy the folder under the extracted directory to the eclipse installation directory

7. Configuration of Lomboz

When you start eclipse after a successful installation, you will see a lomboz screen with an orange startup screen. J2EE and EJB can be found in file- > new- > project.

Click windows- > customize perspective in the tree on the left side of the screen to tick the J2EE EJB,JSP,SERVLET entry so that you can create a new EJB directly in the new. Then select the tab as Commands, and also select the J2EE JBJ JBJWEB3 item

The above is all the contents of the article "sample Analysis of configuring Eclipse+Tomcat+Lomboz in Java Web Application Development Environment". Thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report