Work tonight: Put the lomboz plug-in into eclipse today Put the Tomcat plug-in into eclipse today, start Tomcat in eclipse, and run a JSP program 1. How to put the lomboz plug-in into eclipse? Role: lomboz is a good plug-in for J2EE development. It is currently popular. Step 1: Download two lomboz plug-ins My eclipse version is 3.2, so the downloaded lomboz version is 3.2, which corresponds Two lomboz plug-ins must be downloaded. They are: Lomboz-and-prereqs-S-3.2RC2-200608081203.zip Lomboz-S-3.2RC2-200608081203.zip If you cannot find them, you can download them here: Http://forge.objectweb.org/project/showfiles.php? Group_id = 97 Step 2: connect lomboz with eclipse Statement: My eclipse is in H:/eclipse I decompress the two lomboz plug-ins, rename them, put them in two different folders: 1 folder and 2 folder, and copy 1 and 2 to h: /eclipse folder. Next, I create a links folder under the H:/eclipse folder, enter the links folder, and create two text files named 1. Start 2. Start (Note: Expand Exhibition name:. Start) 1. The start content is Path = 1 2. The start content is Path = 2 That is to say, the two files aim to find their paths. In this way, lomboz is imported into eclipse. 2. How to put the Tomcat plugin plug-in into eclipse Role: the Tomcat plugin plug-in is used to embed Tomcat into the eclipse software. Step 1: Download the Tomcat plugin You can download it on the csdn website. The Tomcat plugin version is best consistent with eclipse. Step 2: Decompress the package and put it in the eclipse directory Put the decompressed folder into the eclipse/plugins/folder. Step 3: delete some files Delete the/Eclipse/configuration/org. Eclipse. Update folder In this way, you can see the kitten (Tomcat) icon on Eclipse and run tomcat. |