Search found 19 matches

Go to advanced search

by bdoolan
Thu Nov 21, 2013 4:05 am
Forum: Tips and Techniques
Topic: SFTP - SSH File Transfer Protocol
Replies: 2
Views: 5347

Re: SFTP - SSH File Transfer Protocol

Hi, It may depend on what the problem you're trying to solve is. Do you need full FTP functionality or just a simple way to securely copy files between servers. I use openSSH, but not SFTP. At the moment I run under Linux so ssh is straight out the box. However, when I transfer to Windows for Jade 7...
by bdoolan
Mon Dec 17, 2012 10:40 pm
Forum: Tips and Techniques
Topic: SSL Authentication
Replies: 5
Views: 8547

Re: SSL Authentication

Hi, You may be able to use the JadeWebServiceConsumer class to do most of the work for you. See https://forums.jadeworld.com/viewtopic.php?f=11&t=1845 for a brief description. To add Authentication, you need to add the line webService.addHttpHeader("Authorization", "Basic " & "<USERNAME>:<PASSWORD>"...
by bdoolan
Tue Aug 28, 2012 1:09 am
Forum: General Discussion
Topic: Help Please - HTMLDocuments via Apache
Replies: 2
Views: 3381

Re: Help Please - HTMLDocuments via Apache

Hi, I run Apache on Linux and use JadeWebService Provider rather than JadeHTMLDocuments but I imagine the Apache setup is similar. The relevant parts of the configuration in Apache (in a jade.conf file - probably your jadehttp.conf file) are LoadModule jadehttp_module modules/mod_jadehttp.so <IfModu...
by bdoolan
Wed May 23, 2012 1:17 am
Forum: General Discussion
Topic: Using custom .html pages on Web Enabled Forms
Replies: 4
Views: 5839

Re: Using custom .html pages on Web Enabled Forms

Hi Rich, The White Paper HTML Thin Client Using HTML Documents is probably what you want to read and base your solution on. Other useful ones are Web Services in JADE , Web Services Security in JADE and Web Services Tips . I'm not sure if you intend to have the automatically generated webforms in th...
by bdoolan
Tue Apr 10, 2012 9:10 pm
Forum: General Discussion
Topic: Webservice problem with https
Replies: 0
Views: 2307

Webservice problem with https

Hi, I'm having a problem with a very simple webservice using https rather than http. I have the following: 1. A class TestWS, which is a direct subclass of JadeWebServiceConsumer and has no methods or properties defined or re-implemented on it. 2. A JadeScript with the following code: vars webServic...
by bdoolan
Tue Feb 28, 2012 9:10 pm
Forum: General Discussion
Topic: SDS on singleUser appserver
Replies: 3
Views: 4228

Re: SDS on singleUser appserver

Hi,
Thanks for the reponse. I thought this might be the case.

I already use JadeLocal as a transport between jadrap and jadapp in 6.3. Is HPSM a significant improvement over JadeLocal, not just TcpIp?

Thanks again,
Brendan
by bdoolan
Mon Feb 27, 2012 4:12 am
Forum: General Discussion
Topic: SDS on singleUser appserver
Replies: 3
Views: 4228

SDS on singleUser appserver

Hi, More a question for the Jade Plant but in Jade 6.3, SDS didn't work with singleUser appServer configuration. The configuration had to be jadrap and jadapp. The Jade 7 improvements in number of processes which can reasonably connect to an appServer may make singleUser appServer a preferred config...
by bdoolan
Sat Mar 12, 2011 5:40 am
Forum: Tips and Techniques
Topic: Split method for a string
Replies: 5
Views: 9006

Re: Split method for a string

Agree with Beejay's comment re creating the transient array and using this as an input parameter. One other comment I would make. StringArrays can often give the "String too long" exception due to having fixed length element strings not being long enough to hold the string. A way round this is to us...
by bdoolan
Wed Oct 06, 2010 2:33 am
Forum: Tips and Techniques
Topic: Information on Queued Requests
Replies: 1
Views: 3293

Information on Queued Requests

Hi, I'm running Jade 6.3 on RHEL Linux and using a web service to process browser requests by re-implementing JadeWebServiceProvider::processRequest and JadeWebServiceProvider::reply. Does anyone know how I can find out information about requests queuing before they reach the JadeWebServiceProvider:...
by bdoolan
Mon Jul 26, 2010 9:52 pm
Forum: Tips and Techniques
Topic: Generically handling MKD with unknown number of keys
Replies: 5
Views: 7995

Re: Generically handling MKD with unknown number of keys

Hi, That sounds like a good idea for an NFS (for LINCsters a bit like DT; GROUP versus DT; FROM). I haven't tried it but, in the meantime, the following method on Dictionary might help newStartKeyGeq1(key1 : Any; iter : Iterator); vars numKeys : Integer; begin numKeys := self.class().CollClass.getKe...

Go to advanced search