Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    12.0p: iscTaglib.xml - is it needed and might it change?

    Hi Isomorphic,

    for years we had following message on server start (without any problems afterwards):
    Code:
    Feb 14, 2020 2:18:41 PM org.apache.jasper.servlet.TldScanner scanJspConfig
    WARNUNG: Failed to process TLD with path [/WEB-INF/iscTaglib.xml] and URI [isomorphic]. The specified path does not exist.
    The iscTaglib.xml file is present in the samples and in our web.xml (here I copied the tag most likely from BuiltInDS).
    What is the file needed for and where do it get it from? Just copy from built-in-ds\war\WEB-INF? Does it change from time to time?

    Thank you & Best regards
    Blama

    #2
    This enables our .jsp tags. Most GWT projects don't use .jsp tags because GWT makes it difficult to have anything other than an .html file as the start file. If you don't want the .jsp tags, you can omit the taglib file and remove the web.xml entry. If you do want them, the file rarely changes.

    Comment


      #3
      Hi Isomorphic,

      thanks. We are going to remove it from our web.xml file.

      Best regards
      Blama

      Comment

      Working...
      X