Thanks for your help - the archetype is running now.


For all newbies like me running into the same problem: fix web.xml to 



  <!-- Welcome Files -->

  <welcome-file-list>

    <welcome-file>faces/index.jspx</welcome-file>

  </welcome-file-list>



and even the welcome file defaults will work:

 

http://localhost:8080/application



Jochen



--

Matthias Wessendorf wrote





I guess you have a tomcat at

http://localhost:8080



and your web app ctx is "application"



so your jsp page is physically named "foo.jsp" or "foo.jspx"



With your web.xml

You can't access it like

http://localhost:8080/application/foo.jsp



Do a

http://localhost:8080/application/faces/foo.jsp





thx.

Matt










        
                
___________________________________________________________ 
Der frühe Vogel fängt den Wurm. Hier gelangen Sie zum neuen Yahoo! Mail: 
http://mail.yahoo.de

Reply via email to