Re: allow symlink tomcat 9

2024-04-24 Thread Holger Klawitter
A plain should suffice. Giacomo Morri wrote (at 2024-04-24 12:03 +0200): > Hi Holger, thanks for your reply. > > consider that the symlink is /MTF/Content -> /realt/path/, how can i set the > Resource element for that path? > > Regards, > > Giacomo > > > &

Re: allow symlink tomcat 9

2024-04-24 Thread Holger Klawitter
se help me? > > Regards, > > Giacomo > > > - > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > -- Mit freundlichem

unsupported source vm 17?

2023-05-17 Thread Holger Klawitter
Unsupported source VM [17] requested, using [16] Does this mean that tomcat/jasper is not fully supporting jdk17 at this point? Mit freundlichem Gruß / With kind regards Holger Klawitter - To unsubscribe, e-mail: users-unsubscr

Re: tag files compiled in wrong encoding?

2023-03-23 Thread Holger Klawitter
Hi Mark, this fix was light speed! Thanks a lot! Regards, Holger - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

tag files compiled in wrong encoding?

2023-03-21 Thread Holger Klawitter
Hi there, I am investigating an encoding problem in the compiler for tag files: the following tag file (WEB-INF/tag/umlaut.tag): <%@tag trimDirectiveWhitespaces="true" pageEncoding="UTF-8" %> <%= "ü does not work" %> // bytes c3 bc (the file is in utf-8) compiles into umlaut_tag.java in