http://blog.9cbs.net/ahxu/archive/2004/08/20/79706.aspx
1. How to install Eclipse3.0 LOMBOZ3.01 TOMCAT5.027?
http://blog.9cbs.net/jery_lee/archive/2004/07/27/53154.aspxhttp://blog.9cbs.net/jery_leee/archive/2004/07/27/53161.aspx
2. When installing Lomboz, subset the required files to the plugin directory as required, but open Eclipse and not find the relevant options?
answer:
The first method: this is Because of Cached Eclipse Plugin / Feature Information. The Solution IS Simple - Start Eclipse with: Eclipse-Clean Option
Second method: Delete the configuration / org.eclipse.Update directory, restart Eclipse
The third method: Having Troubles with installation Lomboz 3.0? Just Follow The Steps Below:
1. Remove your Eclipse folder completely 2. Unzip Eclipse 3. Do not run Eclipse at this stage !!!! 4. Unzip EMF 2.0 runtime 5. Unzip Lomboz 3.0 6. Run Eclipse for the first time, and you will be able to Configure your Lomboz 3.0
It is very important to note, after you unzip Eclipse, you can not run it after you unzip EMF and lomboz. If you have run Eclipse for the first time before you unzip EMF and lomboz, they will not appear in the 'Customize Perspective '
3. After the configuration is completed, start Tomcat is unsuccessful, and bootstrap: class loader create threw exception java.lang.exceptioninInitializerError, how to solve?
answer:
I edited the file "Tomcat50x.server" Under C: /Eclipse/plugins/com.ObjectLearn.jdt.j2ee_3.0.1/servers and change
-Djava.endorsed.dirs = "$ {serverrootdirectory} / bin; $ {serverrootdirectory} / common / endorsed"
TO
-Djava.endorsed.dirs = "$ {serverrootdirectory} / common / endorsed"
In The Following 'tags':
This matches the value used in my catalina.bat file when catalina.bat file. .Auched from the command.
PS: I don't know how the author knows. Anyway, I really make it good, I checked setclasspath.bat, but it is Rem Set the default -djava.endorsed.dirs argumentset java_endorsed_dirs =% basedir% / common / endorsed without / bin that, who knows why?
4. After the configuration is successful, Tomcat can start, how do I adjust JSP?
A: See the following article
1) Eclipse, Lomboz and Tomcat JSP debugging
2) Debugging JSPS
PS: Note Debugging JSPS has an Important Note in this article, as follows:
IMPORTANT NOTE: Lomboz only supports JSP debugging for application servers that can keep a copy of the servlet source code (.java) files in a folder that is identified as an eclipse source folder If you can change your application servers settings to do this,. You can debug your jsps.
This is very important. This will answer why Workdir is set in J2SRC, not other directories AA, BB, because J2SR is the default Eclipse Source Folder, of course, you have to set it into other directories, or, Just point Workdir to your customized directory such as Workdir = "WebApps / Test / AA", and be sure to set AA to Source Folder in Eclipse!
5. When the adjustment, I set up a breakpoint, then returned to IE, refresh the page, but didn't stop at the breakpoint, what should I do? A: Handmade modification _jsp.java, if you add a return, then remove the carriage return, then break the point, then save, then refresh the page. This is easy to use, after this, no matter how you add a reduction point, you can take effect directly!
PS: This problem tosss me for a long time. Forge also has a similar problem, but no one is back, I started to have doubtful to set it wrong ..... Later Anguo, is it broken .java did not reciprocute .class, so no matter how I brush IE. JSP, it is just the .class. Class. So there is the above solution; but why only the first time is this, and it is normal after the second time? Don't understand! If there is any other method or explain, please share it, thank you!
Well .. So much better