I get this error
Jun 23, 2009 4:49:10 PM org.apache.catalina.startup.Catalina start INFO: Server
startup in 5265 ms
0 [http-8080-Processor25] ERROR Could not load security-xss-regex.txt file. [at
app.sparx.navigate.AppNavigationControllerServlet.init(AppNavigationControllerServlet.java:45)]
Unable to register any web resource locators (/resources/sparx, /sparx were not found).
Please use the SparxResourcesServlet for serving Sparx resources.
2328 [http-8080-Processor25] ERROR Name jdbc is not bound in this Context [at
net.sf.hibernate.util.JDBCExceptionReporter.logExceptions(JDBCExceptionReporter.java:58)]
2328 [http-8080-Processor25] ERROR net.sf.hibernate.exception.GenericJDBCException: Cannot
open connection [at app.security.AppLoginAuthenticator.isUserValid(AppLoginAuthenticator.java:89)]
and this is what I have in my server.xml file
Resource name="sparx"
auth="Container" type="javax.sql.DataSource"
driverClassName="com.ibm.db2.jcc.DB2Driver"
url="jdbc:db2://192.168.0.131:50000/MAX"
username="db2admin" password="!!!!!!!!!"
Anyone know what the exact name of the resource should be
Thanks