Problem defining welcom-file

2005-08-24 Thread jonas skrebys
Hi everyone, could you please halep a newbie of Tomcat :) I have deployed an application under webaps/myApp folder and I want that under URL that holds /myApp folder the welcome file would be exposed to client. in myApp/WEB-INF folder I create web.xml file and fill with text : web-app

Re: Problem defining welcom-file

2005-08-24 Thread Fabien Benoit
Put it under the WEB-INF directory. On 8/24/05, jonas skrebys [EMAIL PROTECTED] wrote: Hi everyone, could you please halep a newbie of Tomcat :) I have deployed an application under webaps/myApp folder and I want that under URL that holds /myApp folder the welcome file would be exposed to

Re: Problem defining welcom-file

2005-08-24 Thread jonas skrebys
Thanks friends for answer. Do you meen to put the web.xml file in myApp/WEB-INF folder ? If yes, then it is already done. But still it does not work :( --- A [EMAIL PROTECTED] wrote: Put this file under WEB-INF folder and it will work On 8/24/05, jonas skrebys [EMAIL PROTECTED] wrote: Hi

Re: Problem defining welcom-file

2005-08-24 Thread Fabien Benoit
No, i meant the welcome JSP. Remember that inside the web.xml, the root directory is WEB-INF, not the webapp directory. On 8/24/05, jonas skrebys [EMAIL PROTECTED] wrote: Thanks friends for answer. Do you meen to put the web.xml file in myApp/WEB-INF folder ? If yes, then it is already done.