RE: Byte Serving PDF's

2001-11-15 Thread MacDonald, Todd
. -Ursprüngliche Nachricht- Von: MacDonald, Todd [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 14. November 2001 23:59 An: 'Tomcat Users List' Betreff: RE: Byte Serving PDF's Yes. It's not only possible, but support for it is built in to most modern web servers. The PDF has

Byte Serving PDF's

2001-11-14 Thread MacDonald, Todd
Anyone know how (or better yet, have some code to) byte serve PDF's through Tomcat 4? -T -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

RE: Byte Serving PDF's

2001-11-14 Thread MacDonald, Todd
format for processing by FOP. Jim -Original Message- From: MacDonald, Todd [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 14, 2001 1:53 PM To: Tomcat-User (E-mail) Subject: Byte Serving PDF's Anyone know how (or better yet, have some code to) byte serve PDF's through Tomcat 4? -T

RE: Byte Serving PDF's

2001-11-14 Thread MacDonald, Todd
available before it can be displayed. -Original Message- From: MacDonald, Todd [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 14, 2001 2:24 PM To: 'Tomcat Users List' Subject: RE: Byte Serving PDF's The PDF's are pre-existing. I need to byte serve them (for page-at-a-time access via

RE: upgrade b6 to 4.0.1

2001-11-13 Thread MacDonald, Todd
Do you have an old J2EE.jar in your classpath somewhere? -T -Original Message- From: Brian K. Buckley [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 13, 2001 2:42 PM To: Tomcat Users List Subject: Re: upgrade b6 to 4.0.1 The most likely scenario is that you are somehow trying to

RE: upgrade b6 to 4.0.1

2001-11-13 Thread MacDonald, Todd
No, but if the old classes are in the path by virtue of being in your apps WEB_INF/lib (for example) you may experience problems compiling. -T -Original Message- From: Brian K. Buckley [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 13, 2001 4:13 PM To: Tomcat Users List Subject: Re:

Where to put .properties so web app finds it

2001-11-13 Thread MacDonald, Todd
I've got a .properties file for settings in the web app that might be configured differently depending on which server the .war might be dropped. It obviously doesn't belong in the .war itself. Where is the recommended place to put such configuration files in Tomcat 4 so that the app will find

RE: Where to put .properties so web app finds it

2001-11-13 Thread MacDonald, Todd
it CATALINA_HOME is set by the Tomcat4.0 as a property. Seems to work for me. -Original Message- From: MacDonald, Todd [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 13, 2001 3:00 PM To: Tomcat-User (E-mail) Subject: Where to put .properties so web app finds it I've got