Re: Any experience deploying Struts2 war webapps in Jetty 9.2.x

2014-10-07 Thread Jean-Claude Dauphin
anybody already succeeded to run a Struts2 war webapps in Jetty 9.2.x ? I would appreciate any asvice on this issue. Best wishes, JCD -- Jean-Claude Dauphin jc.daup...@gmail.com jc.daup...@afus.unesco.org http://kenai.com/projects/j-isis/ http://www.unesco.org/isis/ http

Re: Any experience deploying Struts2 war webapps in Jetty 9.2.x

2014-10-07 Thread Jean-Claude Dauphin
, 2014 at 9:17 AM, Lukasz Lenart lukaszlen...@apache.org wrote: 2014-10-07 9:13 GMT+02:00 Jean-Claude Dauphin jc.daup...@gmail.com: Thanks a lot for your prompt responses. Web-JISIS3 is the name of the war file (Web-JISIS3.war) that is located in the $JETTY_HOME/webapps directory

Re: Any experience deploying Struts2 war webapps in Jetty 9.2.x

2014-10-07 Thread Jean-Claude Dauphin
a look I have probably make something wrong but I cannot figure out what Best, JCD On Tue, Oct 7, 2014 at 9:46 AM, Lukasz Lenart lukaszlen...@apache.org wrote: 2014-10-07 9:31 GMT+02:00 Jean-Claude Dauphin jc.daup...@gmail.com: Clicking on http://localhost:8080/Web-JISIS3 gives the page

Re: Any experience deploying Struts2 war webapps in Jetty 9.2.x

2014-10-07 Thread Jean-Claude Dauphin
/dispatcher dispatcherFORWARD/dispatcher dispatcherINCLUDE/dispatcher /filter-mapping !-- End of SiteMesh stuff -- /web-app On Tue, Oct 7, 2014 at 10:31 AM, Lukasz Lenart lukaszlen...@apache.org wrote: 2014-10-07 9:59 GMT+02:00 Jean-Claude Dauphin jc.daup...@gmail.com: web.xml

Re: Any experience deploying Struts2 war webapps in Jetty 9.2.x

2014-10-07 Thread Jean-Claude Dauphin
=actionNamedoSelectDatabase/param param name=namespace/jisis/param /result -- /action Best, JCD On Tue, Oct 7, 2014 at 11:43 AM, Jean-Claude Dauphin jc.daup...@gmail.com wrote: clicking http://localhost:8080/Web-JISIS3/ gives the following error on the Jetty Server

Re: Any experience deploying Struts2 war webapps in Jetty 9.2.x

2014-10-07 Thread Jean-Claude Dauphin
Lenart lukaszlen...@apache.org wrote: 2014-10-07 11:59 GMT+02:00 Jean-Claude Dauphin jc.daup...@gmail.com: Ɓukasz, Clicking http://localhost:8080/Web-JISIS3/doSelectDatabase.action, I finally got the Login screen everything is working fine after. However, http://localhost:8080/Web

Any experience deploying Struts2 war webapps in Jetty 9.2.x

2014-10-06 Thread Jean-Claude Dauphin
Hello, I always got the following error when deploying my Strut2 war in Jetty 9.2.3 HTTP ERROR 404 Problem accessing /Web-JISIS3/. Reason: There is no Action mapped for namespace [/] and action name [] associated with context path [/Web-JISIS3]. -- *Powered

Re: Jquery autocomplete with struts2.

2010-04-23 Thread Jean-Claude Dauphin
Hi, Please find below an extract of the code I use: public class SearchTermAutoCompleteAction extends BaseActionWithSession { private String searchableTag; public String getSearchableTag() { return searchableTag; } public void setSearchableTag(String searchableTag) {