Re: java.io.IOException: Not enough space

2002-10-25 Thread Shahata, Ash
Any specific variable in the kernel to check? Where would I find the list of processes and their allocated memory sizes? Thanks -Original Message- From: Stephen Dixon [mailto:Stephen;TRIFAST-SYSTEMS.CO.UK] Sent: Thursday, October 24, 2002 4:24 PM To: [EMAIL PROTECTED] Subject: Re:

JDBC getColumnName and getColumnLabel

2002-10-25 Thread ROLDAN, Gabriel raul
Hi, I'm connecting to a DB2 database via DB2Connect and COM.ibm.db2.jdbc.app.DB2Driver My problem is that sometimes, when requesting the column name and column label of the returning ResultSet fields, both methods returns a kind of description of the column intead of the column name itself. for

Re: stored procs and CachedRowSet

2002-10-25 Thread Rajesh Thiharie
On a usual basis stored procedures are faster. The advantage is that they scale well. If you have 1. high peak usage of the application, and 2. differing result sets returned in the ref cursor stick to stored procedures. Actually truth be told, you need to write the usage scenarios and determine

Re: stored procs and CachedRowSet

2002-10-25 Thread Gunaseelan Nagarajan
Hi, Stored procedures are database specific. if you write a stored procedure in sql*server, it will not execute in postgresql. Updating or changing the logic is time consuming if you have the logic distributed in the server and in client. you might want to cosider the following before using them

Restart Tomcat context

2002-10-25 Thread [Moisey Oysgelt]
I know how restart a jsp Context in Tomcat using Manager through a brewers. Is there a way to do the same from command line in ( Linux, Unix, NT) Moisey Oysgelt Proposal, Engineering Pricing Software Sprint-NIS-OSPI-ADM-PEPS Business Phone: 404.649.5374 Business

JSP Tag Library to query LDAP

2002-10-25 Thread Todd Whitten
Hi All, Just wondering if anyone could suggest a tag library that would enable a developer to query LDAP (in our case it's iPlanet Directory Server 5.1) from within a web application? I'd appreciate any help you can offer! Thanks, Todd Whitten Reporting Analyst TRX, Inc. 6 West Druid Hills Drive

Web FrontEnds

2002-10-25 Thread KEITH KOSMICKI
Anyone willing to discuss pros/cons of each available editor out there? Our shop is looking at: DreamWeaver WebSphere XMLSpy Visual Interdev ASP Web Matrix HotDog Pro. HomeSite And we'd like to know the good/bad and ugly of each. TIA Keith E. Kosmicki Applications Consultant State of IL Human

Re: Web FrontEnds

2002-10-25 Thread Steven A. Martin
What do you consider the good/bads? Happy to help but please also offer your insight as well. === To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST. For digest: mailto [EMAIL PROTECTED] with body: set

Re: Web FrontEnds

2002-10-25 Thread KEITH KOSMICKI
Trying to research the Pros/Cons of each. It's difficult to find websites that compare all, some sites come two against each other and other sites are very biased toward one specific product. (Sales people anyway) Thanks Keith E. Kosmicki Applications Consultant State of IL Human Services STL

Re: Web FrontEnds

2002-10-25 Thread Pete Freitag
I think most of those have free trail's, or evaluation downloads. The best thing is to download each and see which one your happiest with. _ Pete Freitag CTO, CFDEV.COM http://www.cfdev.com/ -Original Message- From: A mailing list about Java

Is the JSTL context safe ?

2002-10-25 Thread Dror Matalon
Hi folks, We're using Tomcat 4.x We're planning on deploying the JSTL in multiple contexts. Do we need to put the jar files in each context or is it safe to put them in Tomcat's lib directory? Thanks, Dror -- Dror Matalon Zapatec Inc 1700 MLK Way Berkeley, CA 94709 http://www.zapatec.com

Re: Is the JSTL context safe ?

2002-10-25 Thread Shawn Bayern
On Fri, 25 Oct 2002, Dror Matalon wrote: We're using Tomcat 4.x We're planning on deploying the JSTL in multiple contexts. Do we need to put the jar files in each context or is it safe to put them in Tomcat's lib directory? The question really applies to an *implementation* of JSTL, not to

Re: Is the JSTL context safe ?

2002-10-25 Thread Hans Bergsten
Shawn Bayern wrote: On Fri, 25 Oct 2002, Dror Matalon wrote: We're using Tomcat 4.x We're planning on deploying the JSTL in multiple contexts. Do we need to put the jar files in each context or is it safe to put them in Tomcat's lib directory? The question really applies to an