Re: Unable to get started with Struts2 [solved]

2007-07-26 Thread Aladin
Hi Kevin, As it turns out, it was a permission issue relating to the ognl package. On startup, classes from this package attempt to invoke methods from classpath jars. In order for it to succeed at doing this, it needs permission (if you are running tomcat with some sort of permission manager).

Re: Unable to get started with Struts2

2007-07-26 Thread Kevin Lawrence
Michelle Baert wrote: 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

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: Unable to get started with Struts2

2007-07-25 Thread Dave Newton
your problem - > >> >> > >> >> First off, is your class not qualified with a > >> package, or maybe you're > >> >> using the spring-plugin? If not, in your > action > >> configuration, it seems > >> >> like the actio

RE: Unable to get started with Struts2

2007-07-25 Thread Aladin
> >> >> >> >> >> >> >> Maybe should be - >> >> >> >> >> >> >> >> Next, you should probably have the Struts2 filter >> filtering everything - >> >> >> >> >> >> /execute/

RE: Unable to get started with Struts2

2007-07-25 Thread Dave Newton
gt; Next, you should probably have the Struts2 filter > filtering everything - > >> > >> > >> /execute/* > >> > >> Should be - > >> > >> /* > >> > >> -W > >> > >> -Original Message- > >>

RE: Unable to get started with Struts2

2007-07-25 Thread Aladin
;> /execute/* >> >> Should be - >> >> /* >> >> -W >> >> -Original Message- >> From: Aladin [mailto:[EMAIL PROTECTED] >> Sent: Wednesday, July 25, 2007 10:08 AM >> To: user@struts.apache.org >> Subject: Unable to get s

RE: Unable to get started with Struts2

2007-07-25 Thread Aladin
> > Next, you should probably have the Struts2 filter filtering everything - > > > /execute/* > > Should be - > > /* > > -W > > -Original Message- > From: Aladin [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 25, 2007 10:08 AM > To: user@struts.ap

RE: Unable to get started with Struts2

2007-07-25 Thread Wesley Wannemacher
Next, you should probably have the Struts2 filter filtering everything - /execute/* Should be - /* -W -Original Message- From: Aladin [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 25, 2007 10:08 AM To: user@struts.apache.org Subject: Unable to get started with Struts2 Hello, I'

Unable to get started with Struts2

2007-07-25 Thread Aladin
Hello, I'm running Tomcat 5.5 on Linux (Fedora) and java 1.5.0_12-b04. 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 ERROR TP-Processor5 org.apache.catalina.core.Standar