Hello,
I have a webapp deployed on TomEE plus 1.6.0 which needs a library jar in TomEEs lib-directory.
The library-jar contains a custom Authenticator for tomcat.
When I setup the TomEE in IntelliJ via the Run Configurations and start it, then I get a error message indicating that the library-jar was not found.
How can I make sure, that the library-jar gets deployed when the server starts?
BTW: I have set up TomEE with CATALINA_BASE directories. Why does IntelliJ not use this structure and creates its own instead?
Runtime: IntelliJ 13.1, TomEE plus 1.6.0.
Kind regards
Florian Reiser