[spr28517] AllegroServe : using 2 servers on the same machine

The Bug Handler <[email protected]> Fri, 23 Jan 2004 14:35:51 -0800
Newsgroups gmane.lisp.open-source.franz
Message-ID <[email protected]>
dispatched to handler
No acknowledgement sent

@@id: spr28517
@@reference: 
@@summary: AllegroServe : using 2 servers on the same machine
@@product: acl
@@version: 
@@component: allegrostore
@@customer-name: "Jacques Rattier"
@@customer-company: 
@@customer-phone: 
@@customer-email-address: [email protected]
@@email-cc: [email protected], opensource
@@hardware: 
@@operating-system-and-version: 
@@implementation-time: 
@@state: logged 1/23/2004 by handler
@@state: dispatched 1/23/2004 to handler by handler
@@endstate
-------------------------------------------------------------------------------
@@resolution: 

-------------------------------------------------------------------------------
@@discussion:

Just creating an spr to catch the conversation following a 12/27/03
message to opensource

Return-Path: owner-opensource
Delivery-Date: Sat Dec 27 02:34:33 2003
Received: from turtlemail.franz.com (turtle [192.132.95.23])
	by quadra.franz.com (8.11.6/8.9.0) with ESMTP id hBRAYWP01672
	for <handler@quadra>; Sat, 27 Dec 2003 02:34:32 -0800
Received: (from majordomo@localhost)
	by turtlemail.franz.com (8.11.6/8.9.0) id hBRAX9F28296
	for opensource-list; Sat, 27 Dec 2003 02:33:09 -0800
X-Authentication-Warning: turtle.franz.com: majordomo set sender to [email protected] using -f
Received: from spider.franz.com (spider [10.2.0.4])
	by turtlemail.franz.com (8.11.6/8.9.0) with SMTP id hBRAX8D28293
	for <opensource-local@turtle>; Sat, 27 Dec 2003 02:33:08 -0800
Received: from smtp1.wanadoo.fr (193.252.22.30) by spider.franz.com
    (Allegro Maild v1.1.12) id 000000324024; Sat, 27 Dec 2003 02:33:08 -0800
Received: from grosbide (ABoulogne-112-1-4-154.w80-14.abo.wanadoo.fr [80.14.112.154])
	by mwinf0103.wanadoo.fr (SMTP Server) with SMTP
	id D3EA81BFFF81; Sat, 27 Dec 2003 11:33:04 +0100 (CET)
Message-ID: <000c01c3cc64$d1c65da0$9701a8c0@grosbide>
From: "Jacques Rattier" <[email protected]>
To: <opensource>
Cc: <[email protected]>
References: <[email protected]>
Subject: AllegroServe : using 2 servers on the same machine
Date: Sat, 27 Dec 2003 11:33:07 +0100
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
X-Fi-Border: spider
Sender: owner-opensource
Precedence: bulk

Hello,
Can someone help me on this point :

I have 2 applications on 2 independant lisp worlds (Allegro 6.2) on the same
paltform (windows).
I want to use AllgroServe for both, each application publishing its own
pages.
Is this possible ?

Typically what I'm doing now is :
on the first application
(start :port 80)
(publish :path "/application1.html" :function #'application1)
If I do : http://localhost/application1.html
It works.

on the second application
(start :port 80)
(publish :path "/application2.html" :function #'application2)
If I do : http://localhost/application2.html
HTTP 404 File not found.

If I do (shutdown) on the first application, the second one works.

Thanks.
Jacques Rattier