All Questions
3 questions
1
vote
0
answers
158
views
Problems using firebase java admin sdk with tomcat
Is anyone successfully using the java firebase admin sdk with apache tomcat?
I'm experiencing big problems, probably related to the internal messaging system (io.netty) used by the firebase sdk: after ...
2
votes
0
answers
222
views
java.lang.NoClassDefFoundError: com/google/firebase/auth/FirebaseAuthException
I seem to have a dependency problem I can't track down.
In Eclipse, when I try to start my webapp, I get a "Server failed to start" popup, and the following error in the console:
...
SEVERE: ...
1
vote
1
answer
380
views
Firebase admin sdk on Tomcat servlet
What I want to do:
I am using tomcat v8.5.3 and Firebase Admin SDK v6.8.1 for java.
Above image is what I want to do.
But I have a problem with request forwarding from servlet to jsp
this is the ...