Re: Struts dispatcher apparently not started

2013-06-27 Thread Fabian Richter
Am 27.06.2013 09:05, schrieb Lukasz Lenart: Hmm... so why do you map it to *.html? And not to /* or *.action? It was like that in the original web.xml when the application ran with Webwork. I also tried /* without changes. But I had some progress in my "Dispatcher not started" problem:

Re: Struts dispatcher apparently not started

2013-06-27 Thread Lukasz Lenart
2013/6/27 Fabian Richter : > Am 27.06.2013 08:59, schrieb Lukasz Lenart: >> >> 2013/6/27 Fabian Richter : >>> >>> I meant when I call https://localhost/app/ the url is rewritten by the >>> app >>> to https://localhost/app/index.html >> >> >> Looks like one of your filters messing things up. Try to

Re: Struts dispatcher apparently not started

2013-06-27 Thread Fabian Richter
Am 27.06.2013 08:59, schrieb Lukasz Lenart: 2013/6/27 Fabian Richter : I meant when I call https://localhost/app/ the url is rewritten by the app to https://localhost/app/index.html Looks like one of your filters messing things up. Try to comment out this appFilter *.html

Re: Struts dispatcher apparently not started

2013-06-27 Thread Lukasz Lenart
2013/6/27 Fabian Richter : > I meant when I call https://localhost/app/ the url is rewritten by the app > to https://localhost/app/index.html Looks like one of your filters messing things up. Try to comment out this appFilter *.html Regards -- Łukasz + 48 606 323 122 http

Re: Struts dispatcher apparently not started

2013-06-26 Thread Fabian Richter
Am 27.06.2013 08:46, schrieb Lukasz Lenart: Ok, looks good. So why I said it forwards to https://localhost/app/index.html ? I meant when I call https://localhost/app/ the url is rewritten by the app to https://localhost/app/index.html smime.p7s Description: S/MIME Kryptografische Unter

Re: Struts dispatcher apparently not started

2013-06-26 Thread Lukasz Lenart
2013/6/27 Fabian Richter : > Sorry, after I sent it, I was wondering if that was what you meant :) > > > /WEB-INF/pages/index.jsp > name="success-tcop.tcop.role.id">/WEB-INF/pages/index.jsp > Ok, looks good. So why I said it forwards to https://localhost/app/index.html ? Regards -- Ł

Re: Struts dispatcher apparently not started

2013-06-26 Thread Fabian Richter
Am 27.06.2013 08:42, schrieb Lukasz Lenart: This how you build the action ;-) Please show me your struts.xml ;-) Sorry, after I sent it, I was wondering if that was what you meant :) /WEB-INF/pages/index.jsp name="success-tcop.tcop.role.id">/WEB-INF/pages/index.jsp smime.p7s

Re: Struts dispatcher apparently not started

2013-06-26 Thread Lukasz Lenart
2013/6/27 Fabian Richter : > Am 27.06.2013 08:31, schrieb Lukasz Lenart: > >> How did you define index action? >> > > singleton="false"> > > > role.id > > > This how you build the action ;-) Please show me your struts.xml ;-) Regards -- Łukasz

Re: Struts dispatcher apparently not started

2013-06-26 Thread Fabian Richter
Am 27.06.2013 08:31, schrieb Lukasz Lenart: How did you define index action? singleton="false"> role.id In action-servlet.xml which is included from web.xml: contextConfigLocation classpath:wsClientApplicationContex

Re: Struts dispatcher apparently not started

2013-06-26 Thread Lukasz Lenart
2013/6/27 Fabian Richter : >> The questions is what its doing? If something that doesn't depend on >> Struts, before. > > It handles the certificate based authentication and configures the user > session before displaying any web content. > > So before it is? In my opinion, yes. Regards -- Łuka

Re: Struts dispatcher apparently not started

2013-06-26 Thread Fabian Richter
Am 27.06.2013 08:23, schrieb Lukasz Lenart: The questions is what its doing? If something that doesn't depend on Struts, before. It handles the certificate based authentication and configures the user session before displaying any web content. So before it is? smime.p7s Description: S/

Re: Struts dispatcher apparently not started

2013-06-26 Thread Lukasz Lenart
2013/6/27 Fabian Richter : > Uhm, its a 500 line file thats including a few others. I might have to > anonymize and put it on pastebin or something. > > What exactly are you looking for? Maybe I can extract parts into an email. How did you define index action? Regards -- Łukasz + 48 606 323 122

Re: Struts dispatcher apparently not started

2013-06-26 Thread Fabian Richter
Am 27.06.2013 08:21, schrieb Lukasz Lenart: Do you have IndexAction or so defined? Yes, and many other actions. Wann see the code? Pretty much standard :/ Could you share your struts.xml? Uhm, its a 500 line file thats including a few others. I might have to anonymize and put it on past

Re: Struts dispatcher apparently not started

2013-06-26 Thread Lukasz Lenart
2013/6/27 Fabian Richter : > I am using > > http://struts.apache.org/release/2.3.x/struts2-core/apidocs/org/apache/struts2/dispatcher/ng/filter/StrutsPrepareFilter.html > > then sitemesh, my own filter then > > http://struts.apache.org/release/2.3.x/struts2-core/apidocs/org/apache/struts2/dispatche

Re: Struts dispatcher apparently not started

2013-06-26 Thread Lukasz Lenart
2013/6/27 Fabian Richter : > I am getting that on every call: for example the root path: > > https://localhost/app/ Do you have IndexAction or so defined? > which forwards to > > https://localhost/app/index.html Could you share your struts.xml? Regards -- Łukasz + 48 606 323 122 http://www.le

Re: Struts dispatcher apparently not started

2013-06-26 Thread Fabian Richter
Hi Lukas, I am getting that on every call: for example the root path: https://localhost/app/ which forwards to https://localhost/app/index.html Best Fabian Am 27.06.2013 07:38, schrieb Lukasz Lenart: What URL do you enter to get the exception? Regards smime.p7s Description: S/MIME Kr

Re: Struts dispatcher apparently not started

2013-06-26 Thread Fabian Richter
I am using http://struts.apache.org/release/2.3.x/struts2-core/apidocs/org/apache/struts2/dispatcher/ng/filter/StrutsPrepareFilter.html then sitemesh, my own filter then http://struts.apache.org/release/2.3.x/struts2-core/apidocs/org/apache/struts2/dispatcher/ng/filter/StrutsExecuteFilter.html

Re: Struts dispatcher apparently not started

2013-06-26 Thread Lukasz Lenart
What URL do you enter to get the exception? Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2013/6/26 Fabian Richter : > Hello all, > > I am faily new with struts, and to get a grip on the mechanics I volunteered > to migrate one of our applications from Webwork to struts2 latest.

Re: Struts dispatcher apparently not started

2013-06-26 Thread vEnkaTa mohAna rAo SriperumbUdUru
http://struts.apache.org/release/2.3.x/struts2-core/apidocs/org/apache/struts2/dispatcher/ng/filter/StrutsPrepareAndExecuteFilter.html try to point to this filter. Usually get the above message when you are using struts2 tags in jsp trying to display and not passing through the StrutsPrepareAndExec

Struts dispatcher apparently not started

2013-06-26 Thread Fabian Richter
Hello all, I am faily new with struts, and to get a grip on the mechanics I volunteered to migrate one of our applications from Webwork to struts2 latest. So far I made progress, the application is not only running but also rendered some UI in the browser. But I have exceptions like The S