There are too many articles to install the lomboz plug-in eclipse on the Internet. Many problems have been encountered during the installation and configuration process. It took two days to complete the installation. Here are some of my personal experiences, share it out
I have seen many configuration articles on the Internet. The following is the most comprehensive introduction.
Http://www.blogcn.com/User3/tanhejun/blog/22653286.html
First, follow the steps above. Because my computer is poisoned and the system is restored, we will start installation again. If this is not necessary, you can choose to perform this operation.
After completion, I will add some additional information to it:
1. The tomcatpluginv3.zip plug-in does not have to be installed. You can use other methods to start tomcat.
2. The matching in this article will produce an error: JSPEditer cannot be opened, and JSPEditer can only be edited using text. The system will prompt "unable to create a module". I checked the problem online for a long time, the crux of the problem was the software version. The standard combination should be like this:
Lomboz.301.zip+emf-sdo-runtime-2.0.0.zip
Where:
Lomboz.301.zip: http://download.fr2.forge.objectweb.org/lomboz/lomboz.301.zip
Emf-sdo-runtime-2.0.0.zip is: http://download.fr2.forge.objectweb.org/lomboz/emf-sdo-runtime-2.0.0.zip
The address given in tomcatPluginV3.zip is invalid. You can download it at http://www.sysdeo.com/sysdeo/content/download/349/#/file/tomcatpluginv3.zip.
Bytes
You can do both.
After the configuration is completed, you can create a JSP as follows:
Http://blog.csdn.net/javamxj/archive/2004/10/13/134840.aspx
However, after I changed the configuration as mentioned above, another problem is that tomcat cannot be started under the Module, that is, tomcat is started using tomcatPlugin, and jsp cannot run properly!
I have been troubled by this problem for a long time. I checked it online and finally realized that it was a problem with the tomcat version. Let's look at this:
Http://blog.csdn.net/dawave/archive/2004/10/11/132937.aspx
So I went online to find atat5.0.25 to download it. It was really hard to find it, because I first saw someone on the internet saying that tomcat's official homepage only has version 5.0.28 or above, so I didn't take a closer look on his official website, I found that there was no such thing as 5.0.28 or lower, so I had not searched for any other network for a long time. In fact, all the versions above are available, but the links are elsewhere. Here we can help you:
Http://archive.apache.org/dist/tomcat/tomcat-5/archive/
After downloading and re-installing Tomcat 5.0.25, You can edit and run the JSP without any settings.