RE: Taglib loading classes of web application

2004-10-27 Thread Michael Wille
Class.forName(className) -- Dov Rosenberg Conviveon Corporation http://www.conviveon.com On 10/21/04 7:49 PM, Michael Wille [EMAIL PROTECTED] wrote: Hello all, I have a strange question. I need to load a class that is inside a packkage of a web application from within a taglib that the web

Taglib loading classes of web application

2004-10-21 Thread Michael Wille
Hello all, I have a strange question. I need to load a class that is inside a packkage of a web application from within a taglib that the web application is using within its context. Let me try and explain this: I have a bunch of entities in the package: com.name.webapp.entities. In this

Subclassing WebdavServlet

2004-07-26 Thread Michael Wille
Hello All, I would like to know if its possible to subclass the webdav servlet that comes with Tomcat 5.x. We have need of webdav in our application, but need to provide a different JNDI InitialContext then the file system. The thought was we could just override the getResources() method in

Re: Subclassing WebdavServlet

2004-07-26 Thread Michael Wille
-Original Message- From: Michael Wille [mailto:[EMAIL PROTECTED] Sent: Monday, July 26, 2004 2:26 PM To: [EMAIL PROTECTED] Subject: Subclassing WebdavServlet Hello All, I would like to know if its possible to subclass the webdav servlet that comes with Tomcat 5.x. We have need of webdav

Re: Client prematurely closes connection = junk in reponse

2003-07-10 Thread Michael Wille
[EMAIL PROTECTED] 07/09/03 10:44PM See below... On Wed, 2003-07-09 at 15:10, Michael Wille wrote: Hello All, byte[] buffer = new byte[1024]; int numBytes = 0; int totalBytes = 0; while(totalBytes fileLength) { numBytes = fis.read(buffer); totalBytes += numBytes

Client prematurely closes connection = junk in reponse

2003-07-09 Thread Michael Wille
Hello All, I am experiencing a very strange problem and don't know exactly how to fix it. The problem is garbled junk characters are being prepended to the response output stream that the browser receives. This only happens for Internet Explorer and it seems very random. It is very