python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
TomEE: Debug JWT Login
I would very much appreciate a little pointer to some TomEE/OpenEjb class for debugging my JWT rest service.
I'm facing the problem that TomEE rejects access (403) to my test service despite having a ...
Marcus
Votes: 0
Answers: 1
Set TomEE conf/system.properties properties from command line using TomEE Maven Plugin
I'd like to set up a one-liner to deploy my webapp in TomEE using Maven TomEE plugin. Normally, I'd just put the .war artifact in <tomee-home>/webapps/ and set up <tomee-home>/conf/system....
cidra
Votes: 0
Answers: 1
where is the server log for tomcat when running inside (Tomcat plugin) of Intellij?
Using Intellij ultimate 2021.3.2 with tomcat & tomEE built in plugin to a run a grails app
And I need to access tomcat logs (server.log)
Any idea where I can find this on the Mac ?
the world as we see it
Votes: 0
Answers: 0
Running an application with TomEE Maven plugin gives me "Error waiting for multi-thread deployment of WAR files to complete"
The following error is given when I try to deploy a simple app (the default one that IntelliJ provides when you create a new Java EE Web App project):
PS C:\Users\Anton\IdeaProjects\demo5> mvn clea...
cidra
Votes: 0
Answers: 1