Re: broken links

2003-03-14 Thread Mark Pease
If you are running on Linux, I believe the paths are case-sensistive... Are you typing it EXACTLY the same? Mark - Original Message - From: Bharadwaj [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 13, 2003 2:00 PM Subject: broken links sir, good day. we have

Re: Model View Controller with JSP

2003-03-14 Thread Mark Pease
Hi Jan, I think you are out of luck with a straight JSP unless you incorporate Applets to stream the data to. When you request a JSP page, it is dynamically generated from the server, but it still follows the HTTP method of a simple request, which returns the page and the 'connection' is

Re: Help with tomcat/j2se install on linux RH7.3

2003-03-19 Thread Mark Pease
Try going to the command line and typing: service tomcat4 start Mark - Original Message - From: Chris Hale [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, March 18, 2003 8:34 PM Subject: Help with tomcat/j2se install on linux RH7.3 Looking for assistance getting Tomcat and

Re: Help with tomcat/j2se install on linux RH7.3

2003-03-19 Thread Mark Pease
Merrimack, NH 03054 http://www.peaknetworks.com 800-PEAK-987 [EMAIL PROTECTED] -Original Message- From: Mark Pease [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 8:43 AM To: Tomcat Users List Subject: Re: Help with tomcat/j2se install on linux RH7.3 Try going

Re: System.out.println?

2003-03-19 Thread Mark Pease
If you are running under windows, stdout - Original Message - From: Jackson, Stephen [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 1:17 PM Subject: RE: System.out.println? logs/catalina.out -Original Message- From: Amitabh

Re: Memory allocations with java TomCat

2003-03-25 Thread Mark Pease
If you are using the Windows service, this link gives you all the information you need to know: http://www.alexandriasc.com/software/JavaService/documentation.html Specifically, you add your JAVA_OPTS to the 'JVM Option Number n' registry settings, then make sure that you change 'JVM Option Count

Re: different clients using the same instance of a bean

2003-03-25 Thread Mark Pease
How will your application know which bean to direct a certain user to? Maybe if you give a little more insight into why you are trying to accomplish this, someone will think of a solution. For my application, I have an application-scope bean that acts as the 'manager' of a group of state beans,

Re: different clients using the same instance of a bean

2003-03-26 Thread Mark Pease
I used all servlets, so I'm not an expert at doing this in jsp, but I can give you the concepts that I would pursue: 1. Create a bean with a Hashtable or some structure to hold references to all your state beans. 2. Create a bean that contains your data, methods, etc. that you want to share

Re: Memory Woes

2003-03-30 Thread Mark Pease
Actually, this is 100% servlet-powered... no JSP pages are used. Anyone else know of any issues? Mark - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 28, 2003 8:17 AM Subject: Memory Woes Hello, Has anyone had any memory issues when running

Re: Memory Woes

2003-04-01 Thread Mark Pease
Jake - you are a genius! I reverted back to 1.4.0_03 and the memory leak problem seems to have gone away. I am heavily dependent on StringBuffers for generating XML, so this bug was really causing problems. Thanks for your time! Mark - Original Message - From: Jacob Kjome [EMAIL

Re: Tomcat 4 as a service in Windows and Classpath Question

2003-04-03 Thread Mark Pease
Here is some information on the program that creates the tomcat service in Windows... http://www.alexandriasc.com/software/JavaService/documentation.html Mark - Original Message - From: Longley, Andrew [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, April 03,