Re: web.xml problems outside tomcat webapp folder

2008-01-21 Thread Frank Habermann
Hi, Do you have any initialization errors in your logs? If not, can you create a reproducible test case (war)? I have no errors in the log. I will create a testcase with all relevant informations this evening and will give feedback here. Thanks, Frank

Re: web.xml problems outside tomcat webapp folder

2008-01-20 Thread mgainty
yes..can you also display you configuration for default Virtual Host appBase attribute? In other words %TOMCAT_HOME%\conf\server.xml you should see appBase that looks like Sent: Sunday, January 20, 2008 6:19 PM Subject: Re: web.xml problems outside tomcat webapp folder > On Jan 20, 2008 1:41

Re: web.xml problems outside tomcat webapp folder

2008-01-20 Thread Hassan Schroeder
On Jan 20, 2008 1:41 PM, Frank Habermann <[EMAIL PROTECTED]> wrote: > i am using tomcat 6.0.14 on windows and create projects with eclipse. > For my own projects i do not use the webapps folder from the original package > of tomcat. I use a different location. But with this solution i have some >

web.xml problems outside tomcat webapp folder

2008-01-20 Thread Frank Habermann
Hi, i am using tomcat 6.0.14 on windows and create projects with eclipse. For my own projects i do not use the webapps folder from the original package of tomcat. I use a different location. But with this solution i have some problems. Tomcat is not using all values from the web.xml. Perhaps jsp