Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #38260

    We use Java 21 and Tomcat 9.
    There are two “versions” of the same “version”, one Jakarta and one not-Jakarta.

    Which are the differences?

    We use PD4MLv3 and there are:
    – pd4ml.prof.3115fx3.zip
    – pd4ml.prof.3115fx4-jakarta.zip

    Which one is the correct one?

    #38261

    The difference between the versions is in use of jakarta.servlet.* instead of javax.servlet.*. Both are built with Tomcat 9.0’s servlet-api.jar and jsp-api.jar

    If your environment is strict javax-less, use the jakarta version. If not, then the regular one since currently it is a bit advanced at the patch level.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.