hey guys,

first of all let me thank every1 for all the help/replies that i am getting
for all the stupid doubts that i put in this forum :)

Now, here is another one:

http://cocoon.apache.org/2.2/1362_1_1.html
i was following this tutorial...to make a webapp. everything works when i
run it in Jetty using the mvn package jetty:run.

here are my questions:

   - The demo page says, if I need to access myBlock1 i should go to:
   http://localhost:8888/myBlock1/ . If my webapp is named, 'myWebApp'
   why isnt that a part of the Url?
   - If i do a mvn war:war, it creates a war file for the webapp with the
   following name: myWebApp-1.0-SNAPSHOT.war in the target directory.
   What should I do to deploy this war? If i drop it in tomcat, and restart
   it,  how can i access the same block?
   http://localhost:8080/myWebApp-1.0-SNAPSHOT/ i get a 'resource not
   found' if i go to http://localhost:8080/myBlock1 i get the same error.

thanks once again

Ed.

Reply via email to