Hi Mark,
Ok, all clear, thanks.
Since the servlet is used by several projects, I force it to be loaded
via web.xml
Thanks again,
Agharta
Il 22/02/21 12:02, Mark Thomas ha scritto:
On 19/02/2021 09:45, aghart...@gmail.com wrote:
Hi Mark,
I'm sorry to bother you, do you need
Hi Mark,
I'm sorry to bother you, do you need more information about that? (see
email below, my mistake about reply recipient)
Many Thanks,
Agharta
Il 18/02/21 13:09, aghart...@gmail.com ha scritto:
Hi,
FYI, tomcat 9.0.43 have this problem too.
Best Regards,
Agharta
Il 18/02/
Hi,
FYI, tomcat 9.0.43 have this problem too.
Best Regards,
Agharta
Il 18/02/21 12:51, aghart...@gmail.com ha scritto:
Hi Mark,
Good questions, my mistake, sorry.
So:
jar file name is testannotation.jar
package is "aaa." (very simple)
Standard vanilla tomcat (.zip) downloade
any thanks,
Agharta
Il 18/02/21 12:24, Mark Thomas ha scritto:
On 18/02/2021 10:46, aghart...@gmail.com wrote:
Hi all,
A question, I can't solve that
Tested with Tomcat 9.0.41, java 8 x64, linux (Fedora 32).
I have a standard tomcat web.xml (3.0 or 3.1, no matter).
I have created an
Hi all,
A question, I can't solve that
Tested with Tomcat 9.0.41, java 8 x64, linux (Fedora 32).
I have a standard tomcat web.xml (3.0 or 3.1, no matter).
I have created an external simple servlet with @WebServlet annotation,
and packaged it to a jar file:
@WebServlet(name = "TestServ