RE: Processes

2001-12-12 Thread Chris Tucker
I believe this is because Linux considers threads as lightweight processes; thus, all the executing linux threads are shown as separate processes. Don't worry, they're not actually all different instances. -Original Message- From: Mihai Gheorghiu [mailto:[EMAIL PROTECTED]] Sent:

RE: Change an include file requires re-compiling all JSP that include it (?)

2001-12-11 Thread Chris Tucker
Sorry, this is not true. You can have JSP code in a file included through jsp:include ... /: the only difference between the two approaches is that jsp:include ... / executes at runtime, whereas %@include ... % executes at compile time. Thus, %@include ... / can be seen as somewhat analogous to

RE: Best JDK For Tomcat ?

2001-11-28 Thread Chris Tucker
speed, socket performance, exception handling performance, etc. etc. etc. I have to believe there are plenty of JDK benchmark suites out there already that you would probably be better off using, and that would give you far more accurate results (perhaps do a search on jars.com or something). Chris

RE: PostScript file

2001-11-26 Thread Chris Tucker
GhostView for Windows is pretty solid: http://www.cs.wisc.edu/~ghost/gsview/ -Original Message- From: Evan Swanson [mailto:[EMAIL PROTECTED]] Sent: Monday, November 26, 2001 4:23 PM To: 'Tomcat Users List' Subject: RE: PostScript file You need a postscript view application. Try

RE: Does jakarta-tomcat-service work for *nixes?

2001-11-19 Thread Chris Tucker
You probably want to look at running Tomcat in conjunction with a real web-server (such as Apache) if you're concerned (rightly) about running Tomcat as root. Use mod_jk or mod_webapp and connect Tomcat to Apache running as root and just map stuff across to Tomcat appropriately. Tomcat then

Class lifecycle

2001-11-15 Thread Chris Tucker
I want to clarify how classes behave in the Tomcat environment (and presumably other persistent-JVM environments) when they are changed and redeployed. If I have an instance of a class, A, executing in the Tomcat environment and which is running in application scope (i.e. it will not go out of

RE: Byte Serving PDF's

2001-11-14 Thread Chris Tucker
Is this even possible? From my understanding of the PDF format, it is inherently random-access and relies on the entire file being available before it can be displayed. -Original Message- From: MacDonald, Todd [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 14, 2001 2:24 PM To:

RE: Byte Serving PDF's

2001-11-14 Thread Chris Tucker
: Chris Tucker [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 14, 2001 5:48 PM To: Tomcat Users List Subject: RE: Byte Serving PDF's Is this even possible? From my understanding of the PDF format, it is inherently random-access and relies on the entire file being available before it can