> From: Ani [mailto:jadhao.anirud...@gmail.com]
> Subject: Re: Tomcat 6.0 loading servlet twice
>
> I have entry in context tag of server.xml
Don't put elements in server.xml. For webapps placed in the
appBase directory, the element belongs in the webapp's
META-INF/
What m I thinking was , I have entry in context tag of server.xml as
where as I have two web applicatio folders named website and website_old in
side C:\Program Files\Avaya/comp. These two web app's WEB-INF folder
contains servlet-api.jar
I did some rnd by changing the same of website_old to ol
Hi,
If you go in via Tomcat's Manager app, do you see more webapps than you
expect?
A long time ago I made the mistake of deploying apps under the webapps
directory as well as configuring them with their own context - this
resulted in those particular applications being loaded twice.
Also,
>
>
>
> On Thu, Jan 29, 2009 at 11:40, Ani wrote:
>
>> Hello,
>> I have a web application in which I am facing one wiered pbm. I see tomcat
>> loading servlet twice , on which my application logic is failing and quits.
>> Getting below error in log file.
>> My findings : One thing I did was , insi