Re: Garbage collection issue - URGENT

2001-05-03 Thread Rathna
hi celeste, In our application , we use large number of JSP's say around 300. Will there be a problem for Jrun to load all the servlets into the memory in the long run?.Does jrun has the mechanism of unloading the servlet if it is not referenced for longer time? with regards, rathna.

Re: Garbage collection issue - URGENT

2001-05-03 Thread piyush jain
Celeste, I wanted to understand that if that is the case then should i explicitly run the garbage collector or set all the references to null in all the jsp's? how would i identify the references which would be occupying the memory?? i am using iplanet web server. it would be same that also i

time analysis tools...

2001-05-03 Thread Nasser Dassi
to all, fellow developers are interested in measuring in means of Time Analysis of processing of data requests to see the best code (best performance). Although I already know that hardware configurations and server configurations make a huge difference, they are still curious... as I am. if

Re: Where is FTP JAVA Applet Source Code?

2001-05-03 Thread Mayuresh Kadu
try jars.com -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of VENKATACHALAPATHY Duraiswamy Sent: Thursday, May 03, 2001 20:16 To: [EMAIL PROTECTED] Subject: Re: Where is FTP JAVA Applet Source Code? check

Re: db's to use with JSP

2001-05-03 Thread Artigas, Ricardo Y.
Yes you can. As long as the database has an ODBC or JDBC driver, you can use them. :^) "A chain is only as strong as its weakest link." Ricky Y. Artigas Analyst/Programmer Information Technology Division Easycall Communications Phils., Inc. - Easycall Internet - 418 Arayat St., Mandaluyong City 1

Include directive selection

2001-05-03 Thread sunker
hi all, i got a problem !, why did i include use Tag jsp the method doesn't work ?. but when i include used <%@ include file=""%> the process when i set pos = 2, always pointed to stock.jsp but the method processed! why ?? anybody help me!! <% switch (pos){ case 1: %> <% break; case 2: %> <

Re: Include directive

2001-05-03 Thread WANGYU/WANG, YUE (ISDC-ISD-OOCL/SNT)
There's another thing to watch: different file path conventions used in NT and UNIX, mainly the use of forward slashes and backward slashes. I think there's an universal way to use though, maybe you can try file="\\common\\foo.jsp". Please correct me if I'm wrong. Good luck :) ~Yue~ -Origin

Re: Include directive

2001-05-03 Thread Clayton Nash
Assuming that your paths are correct, you might want to check the case throughout -- Unix is case sensitive and NT ignores it so if your file is actually called Foo.jsp, you'll get exactly the behaviour your talking about. Clayton -Original Message- From: A mailing list about Java Server

Re: Sorting table columns

2001-05-03 Thread Maureen Fisher
Say you have a table with firstname and lastname columns. And you have your jsp, viewNames.jsp. The way I did it was create your query. String stmt = ("SELECT fname, lname FROM table_names ORDER BY " + what); Then in your servlet or jsp set your what: String what = request.getParameter("what");

ejb xml

2001-05-03 Thread sandarbh
Hi all is anybody in the group presently working in ejb's.particularly in websphere. actually instead of mapping an entity bean to a database, i have to map it to a recordset in xml. can i do this with cmp or i have to use bmp only. Regards, sandarbh =

Problem in Downloading file

2001-05-03 Thread Abhijeet Surve
hi there... i am trying to download a certain file... the problem... The link id "download_file" in the application_map is the reference used in the href statements in download_test.jsp, which in turn calls the DownloadResponseHandler. (java class) The problem is when the link is executed, the

Re: Sorting table columns

2001-05-03 Thread Zeltser, Mark
One approach is to let database handle the sorting. You can pass a parameter (each column will represent different parameter) to store procedure which will return you new table sorted by specified column. Mark. > -Original Message- > From: Schulz Ryan C [SMTP:[EMAIL PROTECTED]] > Sent:

implementing custom tags

2001-05-03 Thread erik morton
Hello. We are implementing the setPageContext method and then later writing to the output stream in the doStartTag method. When we test for null in the doStartTag Method we find out that the pageContext is null. What are we missing here? Any ideas would be great. Thanks. // public void setPageCon

Sorting table columns

2001-05-03 Thread Schulz Ryan C
Has anyone had any experience using a servlet to sort table columns? I'm filling a table dynamically and I want to sort the results by columns with the column headers being links that will sort the data in that particular column. I would appreciate any feedback on this.

Re: JSP and Java script

2001-05-03 Thread Vora Vor
technically, it should be... <% String yourjavavariable = "goodbye world"; %> //javascript code below this line var javaScriptVar = "<%= yourjavavariable %>"; function showjavaScriptVar(){ alert("javaScriptVar=" + javaScriptVar); } windo

Re: URL Encoding

2001-05-03 Thread Shawn Zhu
Why don't you use response.encodeURL()? > -Original Message- > From: Nishit Trivedi [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 03, 2001 9:19 AM > To: [EMAIL PROTECTED] > Subject: Re: URL Encoding > > > king, > > String firstName = "King Maurice"; > String encodedFName = java.net.URL

DATE FORMAT

2001-05-03 Thread [Lelievre Frederic]
Hi all, I would like to change a String (String str = "01-MAY-2001 12:00:00";) to a Oracle Date ? And I would like to change a Oracle Date to a String. How can I do this ? Give the code please . Thank for your help. > Frédéric LELIEVRE > TTE - (BA / F04 C024) > > * +352-44992--2485 > * [EMAI

Garbage collection issue - URGENT

2001-05-03 Thread Rathna
Hi all, I wonder is there any garbage collection problem in Jrun 3.0 version. we are using JDK 1.2.2 in jrun 3.0 version on solarix box. In the long run the application becomes very slow.we have 1GB of swap space and after running the jrun(after several hit) the swap space reduced to nearly 15MB.

Where is FTP JAVA Applet Source Code?

2001-05-03 Thread Waleed Dabbour
Where can I find FTP JAVA Applet Source Code? === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JS

Re: WAR file in Webshpere

2001-05-03 Thread VENKATACHALAPATHY Duraiswamy
Thank you srini.. Does websphere support WAR type deployment? Thanks Venkat -Original Message- From: Srinivasan Jawalkar [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, May 02, 2001 8:57 PM To: [EMAIL PROTECTED] Subject:Re: WAR file in We

whether javawebserver2.0 supports

2001-05-03 Thread skkanth
Hi guys !! Please tell whether above tags are supported by jws2.0.If not then whether Apache-Tomcat will support?Please also suggest latest version of Apache & Tomcat. Thanks ! (s.k.kanth) --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft

Re: Path Alias using tomcat

2001-05-03 Thread Tom Troonbeeckx
In the tomcat-directory you can find an server.xml file. Normally there is already a tag definition for the tomcat examples. Copy-paste this tag and edit it to your needs(=alias). In the new path you have to create a directory with the name "BEW-INF". In this path you have to place a we

Re: Path Alias using tomcat

2001-05-03 Thread Tom Troonbeeckx
The problem is meanwhile fixed but thx for the tomcat-mailing list. Greetz! -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Joseph Ottinger Sent: woensdag 2 mei 2001 17:18 To: [EMAIL PROTECTED] Subject

Re: Problems Setting up Tomcat to run Servlets

2001-05-03 Thread CHAKCHOUK, Anis
hi, if you want to run servlets in tomcat you must set web.xml file and add the name of your servlet class and your servlets name. -Message d'origine- De : Sadanand Mn [mailto:[EMAIL PROTECTED]] Envoyé : mercredi 2 mai 2001 22:37 À : [EMAIL PROTECTED] Objet : Re: Problems Setting up Tomc

How to manage default-out.log file in Jrun ?

2001-05-03 Thread Rathna
Hi all, In our application we are using Jrun 3.0 Version with apache web server on solaris.In our java code we have a lot of debug statements which are dumped into a default-out.log of Jrun.In the long run the default-out.log becomes huge and we are not even able to open it in the 'vi' editor. I