Jetty not starting
When jetty server not starting
1. Make sure there is a notey-web.xml in the server folder
/Users/noteyltd/Documents/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp1/webapps/notey-web.xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure.dtd">
<Configure class="org.eclipse.jetty.webapp.WebAppContext">
<Set name="contextPath">/</Set>
<Set name="war"><SystemProperty default="." name="jetty.base"/>/wtpwebapps/notey-web</Set>
</Configure>
2. Check server config
Add external jars
annotations... 3 jars
1. Make sure there is a notey-web.xml in the server folder
/Users/noteyltd/Documents/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp1/webapps/notey-web.xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure.dtd">
<Configure class="org.eclipse.jetty.webapp.WebAppContext">
<Set name="contextPath">/</Set>
<Set name="war"><SystemProperty default="." name="jetty.base"/>/wtpwebapps/notey-web</Set>
</Configure>
2. Check server config
Add external jars
annotations... 3 jars


Comments