Re: [AOLSERVER] installing AOL Server on WINDOWS!

2001-08-23 Thread Fred Yankowski
On Wed, Aug 22, 2001 at 03:12:52PM -0700, Jerry Asher wrote: > I haven't used them, but postgres comes with some tcl/tk based tools to > help you do that. I can't imagine any of these tools are as easy or > powerful as Enterprise Manager though. Enterprise Manager really is slick. The 'pgAdmin

Re: [AOLSERVER] installing AOL Server on WINDOWS!

2001-08-23 Thread Jim Wilcoxson
Oops. This is partially my own fault - I based my config on a 3.2 sample-config.tcl, and things like maxthreads apparently moved from the ns/threads section to the server/ section. I knew that one was wrong so figured others might be too. Jim > > On 2001.08.22, Jim Wilcoxson <[EMAIL PROTECTE

Re: [AOLSERVER] installing AOL Server on WINDOWS!

2001-08-23 Thread Mark Hubbard
No sweat. Don't worry about the nsvhr - Jerry's docs are Very good. But I would like to try the compile of FreeTDS and nsfreetds soon. I'll get a clean Red Hat and proceed in the next few days if you don't mind me bugging you when I run into trouble. I'll just follow what docs I find online as

Re: [AOLSERVER] installing AOL Server on WINDOWS!

2001-08-23 Thread Dossy
On 2001.08.22, Mark Hubbard <[EMAIL PROTECTED]> wrote: > Do you have a [nsfreetds] binary that is compatible with Red Hat Linux > 7.0 or 7.1? Not yet. Once there's a stable release, I'll probably also release binaries for the platforms that I have access to. > If not be prepared for some hand-h

Re: [AOLSERVER] installing AOL Server on WINDOWS!

2001-08-23 Thread Dossy
On 2001.08.22, Jim Wilcoxson <[EMAIL PROTECTED]> wrote: > THe sample-config.tcl in 3.4x is not totally correct either. I have already > found a couple of parameters in the wrong section [...] That could be my fault, but I thought I used the sample-config.tcl straight out of the normal 3.4 source

Re: [AOLSERVER] installing AOL Server on WINDOWS!

2001-08-22 Thread rana deepti
hello! thanx for ur response. I'm a bit busy. will send u the details of postgresql soon. coz I'll have to spend some time on it. I 'll try in the afternoon. curegards --- Mark Hubbard <[EMAIL PROTECTED]> wrote: > Tell you what, I can walk you through that if you'll > walk me through the > sa

Re: [AOLSERVER] installing AOL Server on WINDOWS!

2001-08-22 Thread Yon Derek
> Tell you what, I can walk you through that if you'll walk me > through the same thing with PostGreSQL. I just did AOLserver > last week, from the binaries, not the C source. If you need > to compile it from the source I can't help you. I have battle-tested info on installing PostgresSQL on Wi

Re: [AOLSERVER] installing AOL Server on WINDOWS!

2001-08-22 Thread Yon Derek
> Also do you have an URL for a nsvhr setup doc? I don't know > where to begin on that. But it's a make-or-break issue for > us, and a lot of other companies I'm sure. Any experience I > get from doing it on Windows will be contrib'd back to the group. To the best of my knowledge nsvhr as pres

Re: [AOLSERVER] installing AOL Server on WINDOWS!

2001-08-22 Thread Jerry Asher
>However, we want to avoid >writing code to particular vendor-supplied APIs where possible. And that >includes AOLServer database drivers, and the ns_set API. This probably >sounds utopian, but what we'd really like, if possible, is to make all major >hardware and software components into commod

Re: [AOLSERVER] installing AOL Server on WINDOWS!

2001-08-22 Thread Mark Hubbard
>Unfortunately within an AOLserver application, your choice of db and db >driver can impact what your code looks like. The advantage of any of the Speed is not a big issue for us. We idle a lot. However, we want to avoid writing code to particular vendor-supplied APIs where possible. And that

Re: [AOLSERVER] installing AOL Server on WINDOWS!

2001-08-22 Thread Jerry Asher
>Or the ODBC-ODBC Bridge from EasySoft. I have about three weeks experience with the ODBC-ODBC bridge, and it works well and seemed to work pretty simply. It's what I used when converting Rob's DB/2 driver into the new odbc driver. If I recall correctly, that would give you the possibilities of

Re: [AOLSERVER] installing AOL Server on WINDOWS!

2001-08-22 Thread Mark Hubbard
I looked into the nsodbc --> odbc manager --> odbc-driver-for-mssql solution. Some of those 3 components already exist on Win32, and we'd like a uniform solution for both platforms. It seemed very suitable, except that I couldn't locate Linux binaries for any of those components. (I have no suc

Re: [AOLSERVER] installing AOL Server on WINDOWS!

2001-08-22 Thread Jerry Asher
Mark, I missed the original message, but you seem interested in ODBC to SQL Server from Windows and UNIX? Is there some reason you can't use nsodbc, or the odbc driver I've built? (http://theashergroup.com/download). I recall hearing that nsodbc will build on windows, and I am pretty sure I got

Re: [AOLSERVER] installing AOL Server on WINDOWS!

2001-08-22 Thread Jim Wilcoxson
THe sample-config.tcl in 3.4x is not totally correct either. I have already found a couple of parameters in the wrong section and it has delayed our conversion from 2.3.3 until I can go through the source and figure out ALL of the parameters and which section they should go in. Maybe the docs ar

Re: [AOLSERVER] installing AOL Server on WINDOWS!

2001-08-22 Thread Mark Hubbard
Yes! I'm dying to try it out! My test copy of AOLserver is on Win32, but the real point for us is to get it running on our Linux boxes as well. I'm not as skilled at installing & configuring new programs there, and definitely not when they have to be compiled from C. Do you have a binary that

Re: [AOLSERVER] installing AOL Server on WINDOWS!

2001-08-22 Thread Dossy
On 2001.08.22, Mark Hubbard <[EMAIL PROTECTED]> wrote: > - I was able to immediately make an .adp file in > c:/apps/aolserver34/servers/server1/pages and have it work. I then did a > {load c:/apps/tcl/lib/tclodbc2.2/tclodbc.dll Tclodbc} at the top of that > file, and used that package (nice!), wh

Re: [AOLSERVER] installing AOL Server on WINDOWS!

2001-08-22 Thread Dossy
On 2001.08.22, Kerry Barlow <[EMAIL PROTECTED]> wrote: > Dossy: It states in the Admin documentation > (http://www.aolserver.com/docs/admin/tech-ch1.htm#20993) to start the server > you must type nsd -t nsd.tcl in its simplest form > This may work after a user has the system up and configured, ho

Re: [AOLSERVER] installing AOL Server on WINDOWS!

2001-08-22 Thread Mark Hubbard
Some helpful info: 1) the documentation seems to be geared toward Unix, I assume some win-centric docs or revisions will come out as popularity grows. in the meantime go to BIN and try nsd -t ..\sample-config.tcl. That's basically what the Start menu shortcut does for you. 2) 3) WinZip (winzip.c

Re: [AOLSERVER] installing AOL Server on WINDOWS!

2001-08-22 Thread Mark Hubbard
That would be fine. I've been using quite a bit of open source stuff lately and haven't had an opportunity to give anything back yet. There's really not much to the procedure though. - I went to aolserver.com, to the download section, and got this: http://aolserver.com/archive/server/binary-bui

Re: [AOLSERVER] installing AOL Server on WINDOWS!

2001-08-22 Thread Kerry Barlow
Dossy: It states in the Admin documentation (http://www.aolserver.com/docs/admin/tech-ch1.htm#20993) to start the server you must type nsd -t nsd.tcl in its simplest form This may work after a user has the system up and configured, however on a new install there is no nsd.tcl file. I did find a s

Re: [AOLSERVER] installing AOL Server on WINDOWS!

2001-08-22 Thread Dossy
On 2001.08.22, Kerry Barlow <[EMAIL PROTECTED]> wrote: > I am interested in the procedure, considering the online documentation is > not accurate. Can you provide a specific example of where it's not accurate? -- Dossy -- Dossy Shiobara mail: [EMAIL PROTECTED] Panoptic Com

Re: [AOLSERVER] installing AOL Server on WINDOWS!

2001-08-22 Thread Kerry Barlow
I am interested in the procedure, considering the online documentation is not accurate. At 02:25 PM 8/22/2001 -0400, you wrote: >On 2001.08.22, Mark Hubbard <[EMAIL PROTECTED]> wrote: >> I just did AOLserver last week, from the binaries, not the C source. > >Which binaries? > >> Listers: would yo

Re: [AOLSERVER] installing AOL Server on WINDOWS!

2001-08-22 Thread Dossy
On 2001.08.22, Mark Hubbard <[EMAIL PROTECTED]> wrote: > I just did AOLserver last week, from the binaries, not the C source. Which binaries? > Listers: would you want to see this on the list, or should we keep it in > private email? The AOLserver walk-through ought to be sent to the list. If

Re: [AOLSERVER] installing AOL Server on WINDOWS!

2001-08-22 Thread Scott Goodwin
If you don't put it on the list, please cc me for both the Windows install and PostgreSQL stuff. thanks, /s. > Tell you what, I can walk you through that if you'll walk me through the > same thing with PostGreSQL. I just did AOLserver last week, from the > binaries, not the C source. If you

Re: [AOLSERVER] installing AOL Server on WINDOWS!

2001-08-22 Thread Mark Hubbard
Tell you what, I can walk you through that if you'll walk me through the same thing with PostGreSQL. I just did AOLserver last week, from the binaries, not the C source. If you need to compile it from the source I can't help you. Listers: would you want to see this on the list, or should we kee

[AOLSERVER] installing AOL Server on WINDOWS!

2001-08-22 Thread rana deepti
hello! I'm very new to AOLServer. At present my application is in TOMCAT. I've installed postgresql on windows successfully. Now I want to use AOLServer with it. but I'm not able to find a good documentation or article at "HOW TO INSTALL AOL SERVER ON WINDOWS" I mean complete steps guide can a