Re: Struts2 and PlugIn interface

2010-02-27 Thread Maciej Radochonski
Thanks Pawel, I'll give it a try. 2010/2/28 Paweł Wielgus > Hi Maciej, > You can implement ServletContextListener > and register it in web.xml like this: > >< listener > >< listener-class >com.ppp.oko.struts.AppListener< / > listener-class > >< / listener > > jus

Re: Struts2 and PlugIn interface

2010-02-27 Thread Paweł Wielgus
Hi Maciej, You can implement ServletContextListener and register it in web.xml like this: < listener > < listener-class >com.ppp.oko.struts.AppListener< / listener-class > < / listener > just mind extra spaces i've added to xml tags. Best greetings, Paweł Wielgus.

When I link to a *.do I get "Page not found"

2010-02-27 Thread Søren Blidorf
I have made a struts application and it works just fine on my testserver. I have now uploaded it to my hosted webserver and struts does not work. When I link to a *.do I get “Page not found” Could it be a Tomcat config problem. Placing the jars and classes ect. Struts 1.2 // Tomcat