From 909a7b79ef89ba1ad364d7906d379390b976d3de Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr>
Date: Tue, 24 Oct 2006 22:03:08 +0000
Subject: [PATCH] - certainly nothing

---
 src/fr/inrialpes/exmo/align/service/HTMLAServProfile.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/fr/inrialpes/exmo/align/service/HTMLAServProfile.java b/src/fr/inrialpes/exmo/align/service/HTMLAServProfile.java
index 7691242d..3884c7be 100644
--- a/src/fr/inrialpes/exmo/align/service/HTMLAServProfile.java
+++ b/src/fr/inrialpes/exmo/align/service/HTMLAServProfile.java
@@ -128,7 +128,7 @@ public class HTMLAServProfile implements AlignmentServiceProfile {
     public void init( Parameters params, AServProtocolManager manager ) throws AServException {
 	this.manager = manager;
 	try {
-	    myTcpPort = Integer.parseInt( (String)params.getParameter( "httpport" ) );
+	    myTcpPort = Integer.parseInt( (String)params.getParameter( "http" ) );
 	    final ServerSocket ss = new ServerSocket( myTcpPort );
 	    Thread t = new Thread( new Runnable() {
 		    public void run() {
-- 
GitLab