[
https://issues.apache.org/jira/browse/RAVE-361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13151909#comment-13151909
]
Jasha Joachimsthal commented on RAVE-361:
-----------------------------------------
By default Jetty uses the JspServlet for the welcome page:
http://docs.codehaus.org/display/JETTY/Welcome+files+not+working We're using
the Spring org.springframework.web.servlet.DispatcherServlet.
In order to let Jetty use this servlet, modify the webdefault.xml:
Go to the servlet org.eclipse.jetty.servlet.DefaultServlet
Go to the init parameter welcomeServlets and change its value to true. Now the
Rave portal is shown if you go to http://localhost:8080 (or
http://localhost:8080/portal)
> 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