Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Running 2 version of same application on same server

0 views
Skip to first unread message

bsampso...@acwilm.com

unread,
Nov 29, 2000, 3:00:00 AM11/29/00
to
Can we run 2 versions (production and development)of a Web PB
application on the same server? What kind of changes do we need to make to
the configuration so that they don't conflict?

As always, Thanks in advance!!

Giovanni Orecchia

unread,
Nov 30, 2000, 3:00:00 AM11/30/00
to
You must change "transport.application" property, add lines to "pbweb.ini"
on your web server and, of course, build different html pages referencing
test application.
Be careful to build a "full development environment" (development database,
...): once I had problems as my applications called external functions in
non multithreading dlls ...
By


<bsampso...@acwilm.com> wrote in message
DEFFDCB33091E62A006CD171852569A6.006CD17F852569A6@webforums...

Steven D. Fealtman

unread,
Dec 1, 2000, 3:00:00 AM12/1/00
to
With each application that will be referenced as a Web.PB app, you need to
have each listening on their own port (services file), their own entries in
the pbweb.ini file, and essentially, their own URL.

In our test environment, we're configured to run 3-4 web.pb apps and it works
fine. The only thing to be cautious of is the NSAPI/ISAPI/CGI component,
which would be shared between these apps. But we've not had any problems to
this point.

Hope this helps!

Steve
SDF Consulting Alliance, Inc.

0 new messages