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) { t

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 by

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

2014-10-07 Thread Jean-Claude Dauphin
> -M > > > > -- > > > > > > *Powered by Jetty://* > > > > while it works well in Apache Tomcat 8 > > > > > > Does 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://www.unesco.org/idams/ http://www.greenstone.org

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 wrote: > 2014-10-07 9:13 GMT+02:00 Jean-Claude Dauphin : > > 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
figure out what Best, JCD On Tue, Oct 7, 2014 at 9:46 AM, Lukasz Lenart wrote: > 2014-10-07 9:31 GMT+02:00 Jean-Claude Dauphin : > > Clicking on http://localhost:8080/Web-JISIS3 gives the page > > > > HTTP ERROR 404 > > > > Problem accessing /Web-JISIS3/. Reaso

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

2014-10-07 Thread Jean-Claude Dauphin
jsp/login/login.jsp sitemesh com.opensymphony.sitemesh.webapp.SiteMeshFilter sitemesh /* REQUEST FORWARD INCLUDE On Tue, Oct 7, 2014 at 10:31 AM, Lukasz Lenart wrote: > 2014-10-07 9:59 GMT+02:00 Jean-Claude Da

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

2014-10-07 Thread Jean-Claude Dauphin
s.jsp Best, JCD On Tue, Oct 7, 2014 at 11:43 AM, Jean-Claude Dauphin wrote: > clicking http://localhost:8080/Web-JISIS3/ gives the following error on > the Jetty Server console: > > 2014-10-07 11:18:30.935:INFO:oejs.Server:main: Started @8952ms > oct.

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

2014-10-07 Thread Jean-Claude Dauphin
Lenart wrote: > 2014-10-07 11:59 GMT+02:00 Jean-Claude Dauphin : > > Ɓukasz, > > > > Clicking http://localhost:8080/Web-JISIS3/doSelectDatabase.action, I > > finally got the Login screen > > > > everything is working fine after. > > > > Howev