You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.
i want to connect philips hue to tomcat 9. But the server can't deploy and throws following exception:
Caused by: java.lang.ClassNotFoundException: com.philips.lighting.hue.listener.PHLightListener
at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1275)
at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1109)
I develop with Eclipse and have put the two necessary jar-files to Build-Path.
What can I do?
Thanks for your help!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
i want to connect philips hue to tomcat 9. But the server can't deploy and throws following exception:
Caused by: java.lang.ClassNotFoundException: com.philips.lighting.hue.listener.PHLightListener
at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1275)
at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1109)
I develop with Eclipse and have put the two necessary jar-files to Build-Path.
What can I do?
Thanks for your help!
The text was updated successfully, but these errors were encountered: