Hi Dale,
I had a similar error 'Could not create a DBCP pool' when I first installed
XEM on a Suse linux box, while all the rest seemed OK.
So I tried to look inside Tomcat installation: open .../conf/server.xml  and
go to the line that starts with 
<Connector port="8080" protocol ="HTTP/1.1" .....

Comment all this section.

Immediately after starts a section that is commented by default that starts
witn the line
<Connector executor="tomcatThreadPool"

Make this section live and add as suggested somewhere in the tutorial the
line
URIEncoding="UTF-8" 

Restart everything.

It worked for me, even if I don't really know why (I am not a programmer or
Java/Tomcat guru).
Hope that can help you, too

Angelo




--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Installing-XWiki-on-Ubuntu-Natty-tp6645828p6653024.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to