Skip to content

Design procedure for mapping Tomcat-compiled JSP to their source #692

Description

@pombredanne

The compilation process with Tomcat/Jasper is:

  • a jsp is compiled/transpiled to a .java file
  • the .java is compiled to a .class
  • there is a possible "source-classes-mapping.txt" file that may exists in some cases. Not clear which tool builds this, possibly javac. This maps a generated .java file to a compiled .class file "org/apache/jsp/my_jsp.java
    org.apache.jsp.my_jsp"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions