commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue common/etc/sample.connections.conf appserv...


From: Jan Ischebeck
Subject: gnue common/etc/sample.connections.conf appserv...
Date: Wed, 29 May 2002 10:17:48 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Jan Ischebeck <address@hidden>  02/05/29 10:17:48

Modified files:
        common/etc     : sample.connections.conf 
        appserver/samples: appservertest.gfd 
        appserver      : INSTALL 

Log message:
        add an appserver entry to sample.connections.conf
        changed entry name from geasV2 to appserver

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/common/etc/sample.connections.conf.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/appserver/samples/appservertest.gfd.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/appserver/INSTALL.diff?tr1=1.9&tr2=1.10&r1=text&r2=text

Patches:
Index: gnue/appserver/INSTALL
diff -c gnue/appserver/INSTALL:1.9 gnue/appserver/INSTALL:1.10
*** gnue/appserver/INSTALL:1.9  Wed May 29 09:48:21 2002
--- gnue/appserver/INSTALL      Wed May 29 10:17:48 2002
***************
*** 55,61 ****
  2. for using GNUe forms with appserver you have to add an 
     section similar to the following:
  
! [geasv2]
  comment = Connection to the GNUe Application Server
  provider = appserver
  rpctype = xmlrpc
--- 55,61 ----
  2. for using GNUe forms with appserver you have to add an 
     section similar to the following:
  
! [appserver]
  comment = Connection to the GNUe Application Server
  provider = appserver
  rpctype = xmlrpc
Index: gnue/appserver/samples/appservertest.gfd
diff -c gnue/appserver/samples/appservertest.gfd:1.1 
gnue/appserver/samples/appservertest.gfd:1.2
*** gnue/appserver/samples/appservertest.gfd:1.1        Sun May 26 18:43:51 2002
--- gnue/appserver/samples/appservertest.gfd    Wed May 29 10:17:48 2002
***************
*** 3,10 ****
  <!--  GNUe Designer (0.2.0a)
        Saved on: 2002-05-19 20:01:31  -->
  
! <form height="6" title="GEASv2 Test" width="35">
!   <datasource database="GEASv2" name="dtsPerson" table="person"/>
    <page name="pgPerson">
      <block datasource="dtsperson" name="blkPerson">
        <entry field="name" max_length="39" name="inpName" width="25" x="9"
--- 3,10 ----
  <!--  GNUe Designer (0.2.0a)
        Saved on: 2002-05-19 20:01:31  -->
  
! <form height="6" title="GNUe Application Server test" width="35">
!   <datasource database="appserver" name="dtsPerson" table="person"/>
    <page name="pgPerson">
      <block datasource="dtsperson" name="blkPerson">
        <entry field="name" max_length="39" name="inpName" width="25" x="9"
Index: gnue/common/etc/sample.connections.conf
diff -c gnue/common/etc/sample.connections.conf:1.2 
gnue/common/etc/sample.connections.conf:1.3
*** gnue/common/etc/sample.connections.conf:1.2 Sat Apr 27 19:13:48 2002
--- gnue/common/etc/sample.connections.conf     Wed May 29 10:17:48 2002
***************
*** 26,28 ****
--- 26,38 ----
  comment = XYZ Production Database
  provider = oracle
  service = myTNSconn
+ 
+ # a connection to a GNUe Application Server running on localhost
+ # and using xmlrpc as protocol
+ [appserver]
+ comment = Connection to the GNUe Application Server
+ provider = appserver
+ rpctype = xmlrpc
+ host = localhost
+ port = 8765
+ transport = http



reply via email to

[Prev in Thread] Current Thread [Next in Thread]