New eclipse 3.0 + lomboz 3.0 + Tomcat 5.0.16 Configuration

Source: Internet
Author: User
Tags sdo apache tomcat

Http://coolbear.yculblog.com/post.100318.html
[Ide] the joy of ice tea-Eclipse 3.0 + lomboz 3.0 + Tomcat 5.0.16 Configuration

Quickly become a father's bear @

Author: flowerknight from www.javaworld.com.tw

The sultry evening in Beijing has made me and my favorite Computer Unable to withstand the suffocating air. Lomboz3 has to be filled with fuel at this moment. After two or three days, there is no clue. Those with no worries on the InternetArticleIt is even more annoying.
Relax! After a cup of ice-cooled ice tea with 1/2 cups, the whole person starts from the beginning to the end.
OK! Start!

1. Environment:
Win2000pro
JDK 1.4.2 _ 05-download from Sun Official Website
Eclipse Release 3.0-download from the eclipse Official Website
Tomcat 5.0.16-download from Jakarta Official Website
Lomboz 3.0 for eclipse 3.0-lombozofficial website downloads two files, emf-sdo-runtime-2.0.0.zip, and lomboz.3.zip.

2. Install software and configure environment variables (my own environment)
JDK:
Java_home: C: \ j2sdk1.4.2 _ 05
Path: % SystemRoot % \ system32; % SystemRoot % \ system32 \ WBEM; C: \ j2sdk1.4.2 _ 05 \ bin;
Classpath:.; C: \ j2sdk1.4.2 _ 05 \ Lib \ tools. jar; C: \ j2sdk1.4.2 _ 05 \ Lib \ DT. jar;

Tomcat:
Tomcat_home: C: \ tomcat5

Lomboz:
First, extract emf-sdo-runtime-2.0.0.zip to the eclipse3 directory;
Then, extract lomboz.3.zip to the eclipse3 directory.

Eclipse:
Unlike eclipse 2, the plug-in is not extracted to eclipse and can be found after eclipse is started.
You need to enable the installed plug-in help-software updates-manager Configuraton. For example:

Start emf2.0.0 and sdo2.0.0
The lomboz J2EE view icon appears on the toolbar.

3. Detailed Configuration
The following configurations are available in Windows-perferences.
(1) Build path

(2) lomboz

(3) lomboz-server Definitions
Server Types Select Apache Tomcat v5.0.x
A. Properties

B. Server classpath

C. Project classpath

4. Create a test project and page
Add the following content to c: \ tomcat5 \ conf \ Server. XML to connect to the project.
//......
<Context DEBUG = "0"
Docbase = "D: \ workspace \ myjsp \ test"
Path = "/test" reloadable = "true" workdir = "D: \ workspace \ myjsp \ j2src \ org \ apache \ jsp"/>

</Host>

</Engine>
//......

In addition, when a project is created, when "create J2EE module" is executed to the project, the project container category should be created in "web module, my container project name is "test". Then, select "Apache Tomcat v5.0.x" in "targeted servers ".

Start lomboz and test the page in IE.

Finally, it's okay. Almost all the problems in the configuration process are in the server classpath. After the test, the jar files contained in the above are, you can ensure that your lomboz will not go wrong during the running process.

Even if a problem occurs, do not worry. Check the prompt and check whether the jar package is not added to the server classpath path.

Oh, I feel a lot better, and the night rain outside also began to burst.
The wind blew the rain into the house,
You can safely and practically go to bed.

Trackback address:Http://www.yculblog.com/trackback/8/100318

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.