You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rave.apache.org by "Jasha Joachimsthal (Commented) (JIRA)" <ji...@apache.org> on 2011/11/17 09:28:51 UTC

[jira] [Commented] (RAVE-361) Deploy Rave on Jetty

    [ https://issues.apache.org/jira/browse/RAVE-361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13151898#comment-13151898 ] 

Jasha Joachimsthal commented on RAVE-361:
-----------------------------------------

If I follow these steps (and give Jetty some more memory) I see a document listing for http://localhost:8080/portal
If you go to http://localhost:8080/portal/index.html you do see the Rave portal so Jetty seems to miss that redirect
                
> Deploy Rave on Jetty
> --------------------
>
>                 Key: RAVE-361
>                 URL: https://issues.apache.org/jira/browse/RAVE-361
>             Project: Rave
>          Issue Type: Improvement
>            Reporter: Raminderjeet Singh
>         Attachments: pom.xml
>
>
> 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