Guest User

Untitled

a guest
Sep 16th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. Error : The markup in the document following the root element must be well-formed
  2. <?xml version="1.0" encoding="UTF-8"?>
  3. <Context antiJARLocking="true" path="/poll"/>
  4.  
  5. <Resource name="jdbc/PollDatasource" auth="Container" type="javax.sql.DataSource"
  6. driverClassName="org.apache.derby.jdbc.ClientDriver"
  7. url="jdbc:derby://localhost:1527/poll database;create=true"
  8. username="suhail" password="suhail"
  9. maxActive="20" maxIdle="10" maxWait="-1" />
  10.  
  11. [Fatal Error] :4:2: The markup in the document following the root element must be
  12. well-formed.
  13. W:UnderTestNetbeansCurrentpollnbprojectbuild-impl.xml:721: Deployment error:
  14. Tomcat configuration file
  15. W:UnderTestNetbeansCurrentpollwebMETA-INFcontext.xml seems to be broken.
  16. Please make sure it is parseable and valid.
  17. See the server log for details.
  18.  
  19. <Context antiJARLocking="true" path="/poll" >
  20.  
  21. <Resource name="jdbc/PollDatasource" auth="Container" type="javax.sql.DataSource"
  22. driverClassName="org.apache.derby.jdbc.ClientDriver"
  23. url="jdbc:derby://localhost:1527/poll database;create=true"
  24. username="suhail" password="suhail"
  25. maxActive="20" maxIdle="10" maxWait="-1" />
  26.  
  27. </Context>
Add Comment
Please, Sign In to add comment