Re: Tomcat 4.01 tag renders in wrong place

2001-12-19 Thread Bill Pfeiffer
in the wrong spot! Thanks for your response, Bill Pfeiffer - Original Message - From: David M. Karr [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, December 19, 2001 11:26 AM Subject: Re: Tomcat 4.01 tag renders in wrong place Bill == Bill Pfeiffer [EMAIL PROTECTED] writes: Bill

Tomcat 4.01 tag renders in wrong place

2001-12-18 Thread Bill Pfeiffer
preceding content is buffered, and then the custom tag content is written before the buffered content. But thats just a wild guess. I'd be happy to provide more info but I'm not sure exactly what to provide. Any ideas? Bill Pfeiffer -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional

Re: Tomcat 4.01 tag renders in wrong place

2001-12-18 Thread Bill Pfeiffer
The page buffer/autoFlush tag worked like a charm: %@ page buffer=0 autoFlush=true % Big Thanks!! I will research into why I have to add this tag to get my include to work correctly, but if anyone has a short answer on it, I'd be curious to know. Thanks, Bill Pfeiffer - Original Message

RequestDispatcher.include loses request.attribute

2001-12-14 Thread Bill Pfeiffer
does not see the attribute I set in the request within the tag code. It looks like the attributes are cleared before the included jsp is run. I encountered this in SilverStream and it turned out to be a bug (which they fixed). Any ideas here? TIA, Bill Pfeiffer

Re: RequestDispatcher.include loses request.attribute (tomcat 4.01)

2001-12-14 Thread Bill Pfeiffer
BTW, using Tomcat 4.01 on jdk 1.3.1 01 on Win2000 sp2 - Original Message - From: Bill Pfeiffer [EMAIL PROTECTED] To: Tomcat-User [EMAIL PROTECTED] Sent: Friday, December 14, 2001 3:55 PM Subject: RequestDispatcher.include loses request.attribute I have written a tag that will include

Re: jsp and tomcat 4

2001-07-17 Thread Bill Pfeiffer
This is a known bug with Tomcat 4.0b5 release and WinNT/2000. Get a recent nightly build and the problem should go away. HTH, Bill Pfeiffer - Original Message - From: D. Jay Newman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 17, 2001 9:21 AM Subject: Re: jsp and tomcat

Re: . Reloading JSP's

2001-07-11 Thread Bill Pfeiffer
Just confirming that this is a known bug with the win32 version. I believe using a recent nightly build fixes this problem. Bill Pfeiffer - Original Message - From: Drinkwater Glen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 11, 2001 8:32 AM Subject: . Reloading JSP's

Tomcat 4 won't recognize servlet (repost)

2001-05-16 Thread Bill Pfeiffer
Anybody know why my servlet under Tomcat 3.21 is not a servlet under Tomcat 4 b5? My servlet source appears to conform with spec 2.2 and 2.3. I'm a little confused why it won't cast to a servlet. I've listed the relevent snippets from the log.txt file. Thanks for any help, Bill Pfeiffer

Catalina-Servlet is not a Servlet

2001-05-15 Thread Bill Pfeiffer
Anybody know why my servlet under Tomcat 3.21 is not a servlet under Tomcat 4 b5? My servlet source appears to conform with spec 2.2 and 2.3. I'm a little confused why it won't cast to a servlet. I've listed the relevent snippets from the log.txt file. Thanks for any help, Bill Pfeiffer

Re: sealing violation in 4.0m5

2000-12-20 Thread Bill Pfeiffer
, Bill Pfeiffer - Original Message - From: "Kitching Simon" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, December 20, 2000 6:06 AM Subject: RE: sealing violation in 4.0m5 Hi Bill. I believe a "sealing violation" is when a class which was loaded under on

Re: jar's still not picked up in WEB-INF/lib

2000-11-01 Thread Bill Pfeiffer
an explicit context for the app in the server.xml. Does this solve the problem consistantly? TIA, Bill Pfeiffer

Re: jar's still not picked up in WEB-INF/lib

2000-11-01 Thread Bill Pfeiffer
Forgot to mention, I'm using Tomcat 3.2beta6. - Original Message - From: Bill Pfeiffer To: Tomcat Sent: Wednesday, November 01, 2000 8:13 AM Subject: Re: jar's still not picked up in WEB-INF/lib I am experiencing the same problem that others have

Re: jar's still not picked up in WEB-INF/lib

2000-11-01 Thread Bill Pfeiffer
classpath I can control this. How would you control it otherwise? Bill Pfeiffer - Original Message - From: Raghu Havaldar To: '[EMAIL PROTECTED]' Sent: Wednesday, November 01, 2000 10:42 AM Subject: RE: jar's still not picked up in WEB-INF/lib I think u misread

Re: jar's still not picked up in WEB-INF/lib

2000-11-01 Thread Bill Pfeiffer
zip files in the WEB-INF/classes directory or you could make your own jar file of those classes. -Leon - Original Message - From: Bill Pfeiffer To: [EMAIL PROTECTED] Sent: Wednesday, November 01, 2000 10:28 AM Subject: Re: jar's still not