Deploy Rave on Jetty
--------------------
Key: RAVE-361
URL: https://issues.apache.org/jira/browse/RAVE-361
Project: Rave
Issue Type: Improvement
Reporter: Raminderjeet Singh
Ioan Kiss reported about Rave not working on Jetty and here are the steps he
followed
Here are the steps followed in running Rave on Jetty server 7.5.4
1. Download Jetty 7.5.4
2.Download rave (apache-rave-0.5-incubating-bin.zip)
3. Copied portal.war, root.war and demogadgets.war in Jetty/webapps folder
4. start jetty - did not noticed any errors during jetty startup
5. open browser and type http://localhost:8080/portal/
6. The login page was displayed
7. Enter canonical/canonical and hit login button
8. Directory view displayed (Directory: /portal/);
in the jetty console I found the following message (32646
ravePersistenceUnit WARN [qtp31505416-12 -
/portal/j_spring_security_check] openjpa.Runtime - Query "select u from User
u where u.username = :username" is removed from cache excluded permanently.
Query "select u from User u where u.username = :username" is not cached
because it generates multiple SQL statements. A query can be cached only
when it corresponds to a single SQL statement.)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira