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
I then added this file to the Jetty Context Configurations. But when I attempt to start jetty, I get this error:
Error: Could not find or load main class projects.ANZ-FXS.jetty.xml
Which makes absolutely no sense. It appears to be taking the path and file names and using them as package and class names for a Java class. Needless to say, this is not working.
The text was updated successfully, but these errors were encountered:
I'm trying to setup a JNDI datasource using the instructions at http://eclipse-jetty.github.io/jndi_howto.html
I created a file called jetty.xml in the root directory and added this xml:
I then added this file to the Jetty Context Configurations. But when I attempt to start jetty, I get this error:
Which makes absolutely no sense. It appears to be taking the path and file names and using them as package and class names for a Java class. Needless to say, this is not working.
The text was updated successfully, but these errors were encountered: