Re: Missing Context error text

2008-05-12 Thread Mark Thomas
Eric Dalquist wrote: Is this behavior, writing to the underlying response object, dictated by the spec? Is this required of Tomcat versus writing to the PrintWriter provided by the response wrapper. Not that I can see in the spec. Also, my quick test shows that the DefaultServlet (which creat

Missing Context error text

2008-05-12 Thread Eric Dalquist
Is it expected that when attempting a cross-context dispatch to a missing context that error text is written to the PrintWriter of the underlying HttpServletResponse? I wrap the response before the dispatch with an extension of HttpServletResponseWrapper which redirects all content (PrintWrite

Tomcat 4.1 Admin Context Error.

2006-08-21 Thread Foo Shyn
Hi guys, I'm using Tomcat 4.1 currently. I'm facing problem to create a datasource for a context that is created by uploading a .war file. It prints out the following error: javax.servlet.ServletException: Exception retrieving attribute 'driverClassName'I think this should be fixed in Tomcat 5

Re: Re: context error

2006-02-17 Thread Warren Pace
> > From: "jacky" <[EMAIL PROTECTED]> > Date: 2006/02/16 Thu PM 11:08:59 EST > To: "Tomcat Users List" > Subject: Re: Re: context error > > I added the , it still doesn't work > > Best Regards. >jacky >

Re: Re: context error

2006-02-16 Thread jacky
I added the , it still doesn't work Best Regards. jacky - Original Message - From: "Caldarale, Charles R" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Friday, February 17, 2006 10:13 AM Subject: RE: Re: context error &g

RE: Re: context error

2006-02-16 Thread Caldarale, Charles R
> From: "jacky" <[EMAIL PROTECTED]> > Subject: Re: Re: context error > > server.xml is the default server.xml: > > > Part of the problem may be that you have no default . There should be one (and only one) tag with path="".

Re: Re: context error

2006-02-16 Thread jacky
I added the reloadable="true" crossContext="true", but the same errors occur. Best Regards. jacky - Original Message - From: "Warren Pace" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Friday, February 1

Re: Re: context error

2006-02-16 Thread Warren Pace
> > From: "jacky" <[EMAIL PROTECTED]> > Date: 2006/02/15 Wed PM 09:00:29 EST > To: "Tomcat Users List" > Subject: Re: Re: context error > > hi, >RedHat7.3, J2sdk1.4.2_10 > server.xml is the default server.xml: > >

Re: Re: context error

2006-02-15 Thread jacky
- Original Message - From: "jacky" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, February 16, 2006 10:00 AM Subject: Re: Re: context error > hi, >RedHat7.3, J2sdk1.4.2

Re: Re: context error

2006-02-15 Thread jacky
t; <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, February 15, 2006 6:42 PM Subject: Re: Re: context error > > > > > From: "jacky" <[EMAIL PROTECTED]> > > Date: 2006/02/14 Tue PM 08:32:56 EST > > To: "Tomcat Users L

Re: Re: context error

2006-02-15 Thread Warren Pace
> > From: "jacky" <[EMAIL PROTECTED]> > Date: 2006/02/14 Tue PM 08:32:56 EST > To: "Tomcat Users List" , > <[EMAIL PROTECTED]> > Subject: Re: context error > > hi, Mike, >Do you mean put all directories together? > No,

Re: context error

2006-02-14 Thread jacky
Sent: Tuesday, February 14, 2006 10:56 PM Subject: Re: context error > Then do that > > jacky wrote: > > > > hi, > > When i add a Context in the server.xml, an error occurs: > > > > Apache Tomcat/4.1.31 > > Catalina.start: LifecycleException: Context st

Re: context error

2006-02-14 Thread Mike Sabroff
Then do that jacky wrote: > > hi, > When i add a Context in the server.xml, an error occurs: > > Apache Tomcat/4.1.31 > Catalina.start: LifecycleException: Context startup failed due to > previous errors > LifecycleException: Context startup failed due to previous errors > at > org.apache.catalina

context error

2006-02-13 Thread jacky
hi, When i add a Context in the server.xml, an error occurs: Apache Tomcat/4.1.31 Catalina.start: LifecycleException: Context startup failed due to previous errors LifecycleException: Context startup failed due to previous errors at org.apache.catalina.core.StandardContext.start(Sta