Re: provide Helloworld application in Struts2.0

2011-11-13 Thread Praveen Jain
The name of the war file is HelloWorldStruts2.  --- On Sun, 11/13/11, jlm...@gmail.com wrote: From: jlm...@gmail.com Subject: Re: provide Helloworld application in Struts2.0 To: "Struts Users Mailing List" Date: Sunday, November 13, 2011, 9:52 AM The display name does not matter. Is the name

RE: provide Helloworld application in Struts2.0

2011-11-13 Thread Ilya Kazakevich
You probably need to familiarize yourself with concepts of servlet and context. Please read servlet specification (at least "Overview" chapter) and tomcat context manual http://tomcat.apache.org/tomcat-6.0-doc/config/context.html Try to write and deploy simple servlet then that does nothing but

Re: provide Helloworld application in Struts2.0

2011-11-13 Thread jlmagc
The display name does not matter. Is the name of the war file what matters. Sent via BlackBerry from T-Mobile -Original Message- From: Praveen Jain Date: Sun, 13 Nov 2011 09:50:57 To: Struts Users Mailing List Reply-To: "Struts Users Mailing List" Subject: RE: provide Helloworld applica

RE: provide Helloworld application in Struts2.0

2011-11-13 Thread Praveen Jain
  HelloWorldStruts2  is the name of the project made in Eclipse and its web.xml is as under mentioned    http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd

Re: utf8 problems...

2011-11-13 Thread Maurizio Cucchiara
Hi Christian, I have been using SM in production environments for a long time now. AFAIK 3.x is fairly stable though is still alpha. The encoding issues are my nightmare :), you don't never know where they come from. The default encoding of S2 is UTF8, anyway to enforce the concept you could alway

RE: provide Helloworld application in Struts2.0

2011-11-13 Thread Ilya Kazakevich
What is "HelloWorldStruts2" ? Did your web.xml configured as described here http://struts.apache.org/2.2.3/docs/webxml.html ? Ilya Kazakevich, Developer JetBrains Inc http://www.jetbrains.com "Develop with pleasure!" -Original Message- From: Praveen Jain [mailto:jain_praveen_mail...@yaho

Re: provide Helloworld application in Struts2.0

2011-11-13 Thread JOSE L MARTINEZ-AVIAL
Check the server logs, to see if the application has been deployed correctly. 2011/11/13 Praveen Jain > Thanks for your reply but I am getting Error > HTTP Status 404 - /HelloWorldStruts2/type Status reportmessage > /HelloWorldStruts2/description The requested resource (/HelloWorldStruts2/) > is

RE: provide Helloworld application in Struts2.0

2011-11-13 Thread Praveen Jain
Thanks for your reply but I am getting Error HTTP Status 404 - /HelloWorldStruts2/type Status reportmessage /HelloWorldStruts2/description The requested resource (/HelloWorldStruts2/) is not available.  Can you help to solve the error.  ThanksPraveen Jain  --- On Sun, 11/13/11, Ilya Kazakevich

utf8 problems...

2011-11-13 Thread Christian Grobmeier
Hi guys, I am searching for a utf-8 problem in my app. I have struts 2 with sitemesh 2.x bundled. backoffice is apache cayenne which connects to mysql with: &useUnicode=true&characterEncoding=utf8 Now I suspect sitemesh somehow. Any ideas were I could look appreciated Is sitemesh still recommend

RE: provide Helloworld application in Struts2.0

2011-11-13 Thread Ilya Kazakevich
Hello, You can find one here: http://struts.apache.org/2.0.11/docs/hello-world.html They use jetty in example but this application is container-independent and could run in tomcat too. Ilya Kazakevich, Developer JetBrains Inc http://www.jetbrains.com "Develop with pleasure!" -Original Mess

Re: provide Helloworld application in Struts2.0

2011-11-13 Thread Dave Newton
There are several demo apps, including a mostly-blank one called "struts-blank" provided in the full and sample apps distros. http://struts.apache.org/download.cgi Dave On Sun, Nov 13, 2011 at 8:53 AM, Praveen Jain < jain_praveen_mail...@

provide Helloworld application in Struts2.0

2011-11-13 Thread Praveen Jain
Dear  All, I am new in Struts 2.0 I need a working Helloworld application to Run on TOMCAT server. Thanks in Advance. Praveen Jain