robert-
knowing the supplied blank.war is a template ..not a concrete application
We can make a copy of the
"blank.war" and deploy<the copy of the blank.war> to our container
then use the exploded copy as
the basis for our application.There is even a simple batch file in the
source code directory that we can use to recompile the application in
place. 




For those of us using Maven as a build system, we can use the Maven Archetype 
to create a new application.



mvn archetype:create -DgroupId=be.realdolmen.struts2 -DartifactId=tutorial
                \ -DarchetypeGroupId=org.apache.struts
                \ -DarchetypeArtifactId=struts2-archetype-starter
                \ -DarchetypeVersion=2.0.11.2
<nota bene: this is a old archetype which worked with 2.0.11>
read caveat at bottom of page:
If for some reason the blank template or archetype doesn't work out,
it's not so hard to setup a Struts 2 application from scratch. For
details, see Simple Setup.  

once the copied webapp is created 
try to build your copied web-application
then deploy your webapp to your webserver du jour
ping me offline for details on setting this up

re:"it doesnt work" is difficult to diagnose..please supply server.log and 
console messages

ciao
Martin Gainty 
______________________________________________ 
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité
 
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger 
sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung 
oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem 
Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. 
Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung 
fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le 
destinataire prévu, nous te demandons avec bonté que pour satisfaire informez 
l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est 
interdite. Ce message sert à l'information seulement et n'aura pas n'importe 
quel effet légalement obligatoire. Étant donné que les email peuvent facilement 
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité 
pour le contenu fourni.




> Date: Fri, 7 Aug 2009 13:58:12 +0200
> From: wittgen...@yahoo.it
> To: user@struts.apache.org
> Subject: Re: Documentation
> 
> I started to use the struts2 after a first reading of the "manning 
> struts in action  book". There are a lot of things to learn. That book 
> is very interesting!
> I suggest you that book, too. But after a first reading, the 
> documentation of struts2 site is also important because it is 
> continuously updated, and there are lots of examples.
> 
> Bye, Luca
> 
> Robert Swindells ha scritto:
> > Is there any documentation simpler than the project tutorials ?
> >
> > I'm looking for something that helps when the steps described in e.g.
> > <http://struts.apache.org/2.1.6/docs/ready-set-go.html> don't work.
> >
> > Robert Swindells
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> > For additional commands, e-mail: user-h...@struts.apache.org
> >   
> > ------------------------------------------------------------------------
> >
> >
> > Nessun virus nel messaggio in arrivo.
> > Controllato da AVG - www.avg.com 
> > Versione: 8.5.387 / Database dei virus: 270.13.38/2274 -  Data di rilascio: 
> > 07/31/09 05:58:00
> >
> >   
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
> 

_________________________________________________________________
Get free photo software from Windows Live
http://www.windowslive.com/online/photos?ocid=PID23393::T:WLMTAGL:ON:WL:en-US:SI_PH_software:082009

Reply via email to