[JAVA] The right way to see the tomcat source in eclipse

Trouble point

  1. I tried using Jadclipse, but the line shifts when debugging!
  2. The source is difficult to read due to indentation!

solution

  1. Make the Tomcat source file (this time Tomcat version 6.0.47, so its zip file) [Official Site](http://archive.apache.org/dist/tomcat/tomcat-6/v6. Download from 0.47 /)
  2. Open the class file in Eclipse and click "Change Attachment Source".
  3. Attach the downloaded source

The source is displayed! There is no problem with debugging, and you can follow the stack trace properly!

Recommended Posts

The right way to see the tomcat source in eclipse
Migration from Eclipse to IntelliJ (on the way)
When the server fails to start in Eclipse
To debug in eclipse
When the hover of Eclipse is hard to see
How to switch Tomcat context.xml with WTP in Eclipse
Source used to get the redirect source URL in Java
How to debug the generated jar file in Eclipse
Install the plugin in Eclipse
Install tomcat plugin in eclipse
I tried to summarize the words that I often see in docker-compose.yml
How to run JUnit in Eclipse
Pass the i18n locale to JavaScript
Use the Findbugs plugin in Eclipse
The story that Tomcat suffered from a timeout error in Eclipse
How to set Lombok in Eclipse
I thought about the best way to create a ValueObject in Ruby
What to do if tomcat process remains when tomcat is stopped in eclipse
Homebrew on Mac allows you to use Tomcat right away without Eclipse
What is CHECKSTYLE: OFF found in the Java source? Checkstyle to know from
Shorten the UUID to base64 in Swift.
Java reference to understand in the figure
How to include Spring Tool in Eclipse 4.6.3?
How to get the date in java
[For beginners] How to debug in Eclipse
What is ... (3 dots) found in the Java source? Variadic arguments to know from
[JavaFX] How to write Eclipse permissions in build.gradle
How to check the logs in the Docker container
How to color code console output in Eclipse
Technology for reading Java source code in Eclipse
I tried to organize the session in Rails
3 ways to import the library in Android Studio
What to do if the server tomcat dies
How to add sound in the app (swift)
[Eclipse / Tomcat] Servlet + JSP in Maven webapp project
Migrating from Eclipse server function (Tomcat) to Embed Tomcat
One way to redirect_to with parameters in rails
Add classpath: to the path specified in spring.datasource.schema
I tried to set tomcat to run the Servlet.
How to build the simplest blockchain in Ruby
[Java] Memo on how to write the source
How to check Rails commands in the terminal
When the project is not displayed in eclipse
I want to get the value in Ruby
How to automatically generate a constructor in Eclipse
What to do when "Fail to load the JNI shared library" is displayed in Eclipse
Use a binary search to see if there are any values in the array