Re: What exactly happens when I configure a different host

2008-12-04 Thread Anand HS
, André Warnier <[EMAIL PROTECTED]> wrote: > Caldarale, Charles R wrote: > >> From: Anand HS [mailto:[EMAIL PROTECTED] >>> Subject: Re: What exactly happens when I configure a different host >>> >>> Does that mean when we change the , we have to have

Re: What exactly happens when I configure a different host

2008-12-04 Thread André Warnier
Caldarale, Charles R wrote: From: Anand HS [mailto:[EMAIL PROTECTED] Subject: Re: What exactly happens when I configure a different host Does that mean when we change the , we have to have a handler added in logging.properties as well. ? Have to - no; should - probably. If you don't d

RE: What exactly happens when I configure a different host

2008-12-03 Thread Caldarale, Charles R
> From: Anand HS [mailto:[EMAIL PROTECTED] > Subject: Re: What exactly happens when I configure a different host > > Does that mean when we change the , we have to have a > handler added in logging.properties as well. ? Have to - no; should - probably. If you don't define o

Re: What exactly happens when I configure a different host

2008-12-03 Thread Anand HS
, Charles R < [EMAIL PROTECTED]> wrote: > > From: Anand HS [mailto:[EMAIL PROTECTED] > > Subject: Re: What exactly happens when I configure a different host > > > > I changed the Name and defaultHost back to > > localhost and the error vanishes. > > Howe

RE: What exactly happens when I configure a different host

2008-12-03 Thread Caldarale, Charles R
> From: Anand HS [mailto:[EMAIL PROTECTED] > Subject: Re: What exactly happens when I configure a different host > > I changed the Name and defaultHost back to > localhost and the error vanishes. > However, it re appears when I give a different name than localhost. Finally ha

Re: What exactly happens when I configure a different host

2008-12-01 Thread Anand HS
; > Subject: Re: What exactly happens when I configure a different host > > > > When tomcat starts with host name = "localhost", it does NOT > > throw any error about missing class file. > > Sorry, now I understand your concern. > > Have you tried changing

RE: What exactly happens when I configure a different host

2008-12-01 Thread Caldarale, Charles R
> From: Anand HS [mailto:[EMAIL PROTECTED] > Subject: Re: What exactly happens when I configure a different host > > When tomcat starts with host name = "localhost", it does NOT > throw any error about missing class file. Sorry, now I understand your concern. Have you

Re: What exactly happens when I configure a different host

2008-12-01 Thread Anand HS
R < [EMAIL PROTECTED]> wrote: > > From: Anand HS [mailto:[EMAIL PROTECTED] > > Subject: Re: What exactly happens when I configure a different host > > > > Here is the web.xml from my webapp - > > > > > > action > > com.psi.servlet.Log4jInitializer

RE: What exactly happens when I configure a different host

2008-12-01 Thread Caldarale, Charles R
> From: Anand HS [mailto:[EMAIL PROTECTED] > Subject: Re: What exactly happens when I configure a different host > > Here is the web.xml from my webapp - > > > action > com.psi.servlet.Log4jInitializerServlet > > debug > 2 > > 2 > I t

Re: What exactly happens when I configure a different host

2008-12-01 Thread Anand HS
harles R < [EMAIL PROTECTED]> wrote: > > From: Anand HS [mailto:[EMAIL PROTECTED] > > Subject: Re: What exactly happens when I configure a different host > > > > The thing is this servlet is not present at all. > > Have you modified conf/web.xml at all? > &g

RE: What exactly happens when I configure a different host

2008-12-01 Thread Caldarale, Charles R
> From: Anand HS [mailto:[EMAIL PROTECTED] > Subject: Re: What exactly happens when I configure a different host > > The thing is this servlet is not present at all. Have you modified conf/web.xml at all? Delete everything under conf/Catalina to make sure there are no left-ove

Re: What exactly happens when I configure a different host

2008-12-01 Thread Anand HS
Thanks, Anand On Mon, Dec 1, 2008 at 5:42 PM, Caldarale, Charles R < [EMAIL PROTECTED]> wrote: > > From: Anand HS [mailto:[EMAIL PROTECTED] > > Subject: Re: What exactly happens when I configure a different host > > > > java.lang.ClassNotFoundException: > > com

RE: What exactly happens when I configure a different host

2008-12-01 Thread Caldarale, Charles R
> From: Anand HS [mailto:[EMAIL PROTECTED] > Subject: Re: What exactly happens when I configure a different host > > java.lang.ClassNotFoundException: > com.psi.servlet.Log4jInitializerServlet So where is the class file for com.psi.servlet.Log4jInitializerServlet located?

Re: What exactly happens when I configure a different host

2008-12-01 Thread Anand HS
wrote: > > From: Anand HS [mailto:[EMAIL PROTECTED] > > Subject: Re: What exactly happens when I configure a different host > > > > Thats exactly what I have. > > Good. > > > > > > directory="\\10.168.48.254 > \web_app_logs\QA1\Logs\SDQA1-WEB\TO

RE: What exactly happens when I configure a different host

2008-12-01 Thread Caldarale, Charles R
> From: Anand HS [mailto:[EMAIL PROTECTED] > Subject: Re: What exactly happens when I configure a different host > > Thats exactly what I have. Good. > > > directory="\\10.168.48.254\web_app_logs\QA1\Logs\SDQA1-WEB\TOMCAT\admin\accesslog" > prefix="

Re: What exactly happens when I configure a different host

2008-12-01 Thread Anand HS
d HS [mailto:[EMAIL PROTECTED] > > Subject: What exactly happens when I configure a different host > > > > I noticed a strange behavior when I tried to configure a > > virtual host by changing the Host Name in server.xml from > > the default "localhost" to "m

RE: What exactly happens when I configure a different host

2008-12-01 Thread Caldarale, Charles R
> From: Anand HS [mailto:[EMAIL PROTECTED] > Subject: What exactly happens when I configure a different host > > I noticed a strange behavior when I tried to configure a > virtual host by changing the Host Name in server.xml from > the default "localhost" to "mydo

What exactly happens when I configure a different host

2008-12-01 Thread Anand HS
Hi, I am trying to deploy a simple war file into a freshly downloaded tomcat 6.0.18. I noticed a strange behavior when I tried to configure a virtual host by changing the Host Name in server.xml from the default "localhost" to " mydomain.com". The strange behavior goes like this 1. the web.xml in