RE: Unable to get started with Struts2

2007-07-25 Thread Michelle Baert
Aladin wrote: > I have the simplest of Struts2 application and I keep getting an error > in > the logs stating: > > ERROR TP-Processor5 org.apache.catalina.core.StandardContext - Error > filterStart > ... This looks very similar to what I get with all my struts2 apps. See thread: "I still cannot

Re: I still cannot run a basic struts2 app on tomcat55

2007-07-21 Thread Michelle Baert
Le samedi 21 juillet 2007 à 19:54 +0100, Pierre Goupil a écrit : > Definitely, it's a Tomcat security manager problem. Can't you just > deactivate it ? As it is for learning purposes, this shouldn't be a great > concern. > > My 2 cents, > > Pierre > Thank you for answering, Pierre. I would say

I still cannot run a basic struts2 app on tomcat55

2007-07-21 Thread Michelle Baert
Hi all, I'm trying to start learning struts2. I have a tomcat 5.5 server running fine with simple jsp applications. But I found no way to start a struts2 app, even struts2-blank-2.0.8 or any of the supplied examples. I tried several examples from various tutorials, they give the same error. How