repost: java to cf

2004-09-23 Thread Doug James
I have written a java class that crawls our site and compiles a list of links. I then populate a cf array from a java method that returns a java vector. The crawling portion(line 4) appears to take a couple of minutes, no surprise. I have to stop the population of the array (line 5) after many

Re: repost: java to cf

2004-09-23 Thread Robert Munn
It would help to know what the getVisitedPages() method does in Java. Have you tried calling it from inside a servlet or a JSP file to see if you get the same results? That could at least tell you whether there is a problem between CF and Java or whether the problem is inside the method itself.

RE: repost: java to cf

2004-09-23 Thread Guy Rish
is nothing more than a launcher for the process and it will not leave the user in a waiting state. rish From: Doug James [mailto:[EMAIL PROTECTED] Sent: Thursday, September 23, 2004 3:45 PM To: CF-Talk Subject: repost: java to cf I have written a java class