vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| paul5061 <member32025@dbforums.com> wrote in message news:<3048107.1056662061@dbforums.com>... > I'm new to Progress and Java and tring to figure out how to configure > JProgress, has anyone out there used JProgress to access Progress Tables > from Java? Our Progress Database (ver 7.3) resides on a Unix Box, and > I'm tring to connect thru Win 2000 IIS. The instructions say that I > have to place java class files in directory where I start the server, > example "from /home/database". Are they talking about the Unix Server, > or the Web Server, or something else. > > Any help would be very much appreciated! The BlastServer has to be running on the Unix Box. install the BlastServer class file in the proper path someplace on the unix box, i.e. com.jprogress.blast.server. configure your mrun: PROPATH... progress -b databasepath appserv.p.. configure server.cfg if you want run the BlastServer class file. Then install the client on the webserver. |