RE: Tomcat 5.0.27 Issue

2010-09-21 Thread Roland T. Craddolph
The requested resource
/amagatto-solutions-1.0-SNAPSHOT/example/HelloWorld.action is not available.

My pom file includes the following dependencies:
junit - 3.8.1
spring-mock - 2.0.5
spring-core - 2.0.5
servlet-api - 2.4
jsp-api - 2.0
struts2-core - 2.0.11.2

Roland  T. Craddolph
Amagatto Solutions LLC
Principal Member and Lead Architect
Email: rcraddo...@amagatto.com
Website: http://www.amagatto.com

-Original Message-
From: Dave Newton [mailto:davelnew...@gmail.com] 
Sent: Tuesday, September 21, 2010 12:46 AM
To: Struts Users Mailing List
Subject: Re: Tomcat 5.0.27 Issue

What kind of error?

Dave

On Sep 20, 2010 6:25 PM, Roland T. Craddolph rcraddo...@amagatto.com
wrote:
 I'm just wondering if anyone as any problems with building a Struts2
 archetype using Maven2, creating a war file, and deploy it to a tomcat
 server running the version of 5.0.27 did it cause you any errors? I
created
 a blank struts2 example project using the maven archetype command, and was
 wondering if there is something I need to look for when running the war
file
 with Tomcat 5.0.27 versus Tomcat 6.0.26.



 Thanks,

 Roland



 Roland T. Craddolph

 Amagatto Solutions LLC

 Principal Member and Lead Architect

 Email: rcraddo...@amagatto.com

 Website: http://www.amagatto.com




No virus found in this incoming message.
Checked by AVG - www.avg.com 
Version: 9.0.851 / Virus Database: 271.1.1/3148 - Release Date: 09/20/10
12:04:00


-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



Re: Tomcat 5.0.27 Issue

2010-09-21 Thread Dave Newton
Your webapp context is amagatto-solution-1.0-SNAPSHOT?!

And you have a package named example?

It's going to be impossible to help without some configuration/deployment
information.

Dave

On Tue, Sep 21, 2010 at 11:13 AM, Roland T. Craddolph 
rcraddo...@amagatto.com wrote:

 The requested resource
 /amagatto-solutions-1.0-SNAPSHOT/example/HelloWorld.action is not
 available.

 My pom file includes the following dependencies:
 junit - 3.8.1
 spring-mock - 2.0.5
 spring-core - 2.0.5
 servlet-api - 2.4
 jsp-api - 2.0
 struts2-core - 2.0.11.2

 Roland  T. Craddolph
 Amagatto Solutions LLC
 Principal Member and Lead Architect
 Email: rcraddo...@amagatto.com
 Website: http://www.amagatto.com

 -Original Message-
 From: Dave Newton [mailto:davelnew...@gmail.com]
 Sent: Tuesday, September 21, 2010 12:46 AM
 To: Struts Users Mailing List
 Subject: Re: Tomcat 5.0.27 Issue

 What kind of error?

 Dave

 On Sep 20, 2010 6:25 PM, Roland T. Craddolph rcraddo...@amagatto.com
 wrote:
  I'm just wondering if anyone as any problems with building a Struts2
  archetype using Maven2, creating a war file, and deploy it to a tomcat
  server running the version of 5.0.27 did it cause you any errors? I
 created
  a blank struts2 example project using the maven archetype command, and
 was
  wondering if there is something I need to look for when running the war
 file
  with Tomcat 5.0.27 versus Tomcat 6.0.26.
 
 
 
  Thanks,
 
  Roland
 
 
 
  Roland T. Craddolph
 
  Amagatto Solutions LLC
 
  Principal Member and Lead Architect
 
  Email: rcraddo...@amagatto.com
 
  Website: http://www.amagatto.com
 
 
 

 No virus found in this incoming message.
 Checked by AVG - www.avg.com
 Version: 9.0.851 / Virus Database: 271.1.1/3148 - Release Date: 09/20/10
 12:04:00


 -
 To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
 For additional commands, e-mail: user-h...@struts.apache.org




RE: Tomcat 5.0.27 Issue

2010-09-21 Thread Roland T. Craddolph
Webapp context -
Package - amagatto.solutions.example

This was built using the following command and placed out on a Tomcat
webserver with the version of 5.0.27.  For my testing instead of using
Tomcat 5 it's using 6 and it had no problems at all.  Other than downgrading
my Tomcat webserver I used the following command to create the struts
project to work from:

mvn archetype:create -DgroupId=amagatto.solutions
-DartifactId=amagatto-solutions -DarchetypeGroupId=org.apache.struts
-DarchetypeArtifactId=struts2-archetype-blank
-DarchetypeVersion=2.0.11.2-SNAPSHOT
-DremoteRepositories=http://people.apache.org/repo/m2-snapshot-repository


Roland  T. Craddolph
Amagatto Solutions LLC
Principal Member and Lead Architect
Email: rcraddo...@amagatto.com
Website: http://www.amagatto.com


-Original Message-
From: Dave Newton [mailto:davelnew...@gmail.com] 
Sent: Tuesday, September 21, 2010 11:04 AM
To: Struts Users Mailing List
Subject: Re: Tomcat 5.0.27 Issue

Your webapp context is amagatto-solution-1.0-SNAPSHOT?!

And you have a package named example?

It's going to be impossible to help without some configuration/deployment
information.

Dave

On Tue, Sep 21, 2010 at 11:13 AM, Roland T. Craddolph 
rcraddo...@amagatto.com wrote:

 The requested resource
 /amagatto-solutions-1.0-SNAPSHOT/example/HelloWorld.action is not
 available.

 My pom file includes the following dependencies:
 junit - 3.8.1
 spring-mock - 2.0.5
 spring-core - 2.0.5
 servlet-api - 2.4
 jsp-api - 2.0
 struts2-core - 2.0.11.2

 Roland  T. Craddolph
 Amagatto Solutions LLC
 Principal Member and Lead Architect
 Email: rcraddo...@amagatto.com
 Website: http://www.amagatto.com

 -Original Message-
 From: Dave Newton [mailto:davelnew...@gmail.com]
 Sent: Tuesday, September 21, 2010 12:46 AM
 To: Struts Users Mailing List
 Subject: Re: Tomcat 5.0.27 Issue

 What kind of error?

 Dave

 On Sep 20, 2010 6:25 PM, Roland T. Craddolph rcraddo...@amagatto.com
 wrote:
  I'm just wondering if anyone as any problems with building a Struts2
  archetype using Maven2, creating a war file, and deploy it to a tomcat
  server running the version of 5.0.27 did it cause you any errors? I
 created
  a blank struts2 example project using the maven archetype command, and
 was
  wondering if there is something I need to look for when running the war
 file
  with Tomcat 5.0.27 versus Tomcat 6.0.26.
 
 
 
  Thanks,
 
  Roland
 
 
 
  Roland T. Craddolph
 
  Amagatto Solutions LLC
 
  Principal Member and Lead Architect
 
  Email: rcraddo...@amagatto.com
 
  Website: http://www.amagatto.com
 
 
 

 No virus found in this incoming message.
 Checked by AVG - www.avg.com
 Version: 9.0.851 / Virus Database: 271.1.1/3148 - Release Date: 09/20/10
 12:04:00


 -
 To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
 For additional commands, e-mail: user-h...@struts.apache.org



No virus found in this incoming message.
Checked by AVG - www.avg.com 
Version: 9.0.851 / Virus Database: 271.1.1/3148 - Release Date: 09/20/10
12:04:00


-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



Tomcat 5.0.27 Issue

2010-09-20 Thread Roland T. Craddolph
I'm just wondering if anyone as any problems with building a Struts2
archetype using Maven2, creating a war file, and deploy it to a tomcat
server running the version of 5.0.27 did it cause you any errors?  I created
a blank struts2 example project using the maven archetype command, and was
wondering if there is something I need to look for when running the war file
with Tomcat 5.0.27 versus Tomcat 6.0.26.

 

Thanks,

Roland

 

Roland  T. Craddolph

Amagatto Solutions LLC

Principal Member and Lead Architect

Email: rcraddo...@amagatto.com

Website: http://www.amagatto.com

 



Re: Tomcat 5.0.27 Issue

2010-09-20 Thread Lukasz Lenart
2010/9/21 Roland T. Craddolph rcraddo...@amagatto.com:
 I'm just wondering if anyone as any problems with building a Struts2
 archetype using Maven2, creating a war file, and deploy it to a tomcat
 server running the version of 5.0.27 did it cause you any errors?  I created
 a blank struts2 example project using the maven archetype command, and was
 wondering if there is something I need to look for when running the war file
 with Tomcat 5.0.27 versus Tomcat 6.0.26.

Struts version? If 2.2.1 add Javassist library as a dependency and
change version of Struts to 2.2.1 in the pom ;-)


Regards
-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/
Kapituła Javarsovia 2010 http://javarsovia.pl

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



Re: Tomcat 5.0.27 Issue

2010-09-20 Thread Dave Newton
What kind of error?

Dave

On Sep 20, 2010 6:25 PM, Roland T. Craddolph rcraddo...@amagatto.com
wrote:
 I'm just wondering if anyone as any problems with building a Struts2
 archetype using Maven2, creating a war file, and deploy it to a tomcat
 server running the version of 5.0.27 did it cause you any errors? I
created
 a blank struts2 example project using the maven archetype command, and was
 wondering if there is something I need to look for when running the war
file
 with Tomcat 5.0.27 versus Tomcat 6.0.26.



 Thanks,

 Roland



 Roland T. Craddolph

 Amagatto Solutions LLC

 Principal Member and Lead Architect

 Email: rcraddo...@amagatto.com

 Website: http://www.amagatto.com