garbage collection

2000-05-15 Thread Kathy Wargo
we are developing a java application using servlet but after a few runs the application slows down. We noticed that this happens once the JVM's heap size reaches 16M. I would assume the garbage collection would be invoked and clear up the heap but this does not seem to be happening. We have

Re: Connection between JSP and ASP in IIS with JRUN..........

2000-05-12 Thread Kathy Wargo
Does this mean you can combine asp with jsp? -- On Fri, 12 May 2000 04:26:20 Scott Stirling wrote: Not likely. What makes you think that? Scott Stirling -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf

Re: Shopping Cart JSP/Servlet Package

2000-04-25 Thread Kathy Wargo
Jon If you find one please let me know. -- On Fri, 21 Apr 2000 21:21:19 Jon Baer wrote: Does anyone know of a high-class ecommerce based JSP/Servlet package that is available to plug-in to a website? Thanks. - Jon

Model for merchant validation

2000-04-10 Thread Kathy Wargo
I have been tasked to provide the "commerce" modules for our web application. This includes transactions to a cyber validator for credit cards like CyperCash and as well as billing to subscription customers. Does anyone have a model or examples of Beans, servlets, jsps that I could use as

ASP to JSP

2000-03-01 Thread Kathy Wargo
I see there have been many of you that have gone from developing an ASP application to developing a JSP application. I would like to know the learning curve, and suggestions, a template, some idea of the complexity of moving to the JSP world. I know applications vary but with your experience

Re: Help:JSPs on IIS webserver

2000-02-09 Thread Kathy Wargo
You need a add on like JRUN or NewAtlantic see www.allaire.com for JRUN -- On Wed, 9 Feb 2000 05:55:59Manish Bijay Kumar wrote: Hi all, Is there any way to use JSP on IIS web server. I have heard that some JAR file is available which can be used as some add-on to IIS web server to run

Newbie-- Installation SSI problem

2000-02-07 Thread Kathy Wargo
Hi I am very new, but I am trying to get moving. I have installed JRUN on my PWS for now. I am using jdk1.2.1 jswdk1.0.1. I can run the SnoopServlet but I wanted to try a SSI so I used the example greeting.shtml in the tutorial in the Jrun documentation guide. I get the following but when I