Problem setting up a 2nd Partner

You are here

Problem setting up a 2nd Partner

11 posts / 0 new
Last post
Raphael BRAVI
Raphael BRAVI's picture
Problem setting up a 2nd Partner

Hello !

First thank you for your great job !

I need to set up a second partner (receiving files) to have a test environement on the same instance
I create the partner, but first it does not create any folder and subfolder... (all rights are granted and ok)
After creating them manually and setting up the adress, here's what I get :

HTTP ERROR: 404

Problem accessing /as2_test/HttpReceiver. Reason:

NOT_FOUND
Powered by Jetty://

Thanks for any help...

Raphael

Raphael BRAVI
Raphael BRAVI's picture

It seems that we cannot specify another folder in the MDN Url...we can only change the IP...so hard to have 2 different partner on one instance...any help welcome !

service
service's picture

Raphael,

this should be no problem. You could have as many partner as you would like to have on the same instance.

Regards

Raphael BRAVI
Raphael BRAVI's picture

thank for your answer, but I have 2 partners, one with this addresse
http://91.195.207.177:8080/as2/HttpReceiver
working fine !
one with this one
http://91.195.207.177:8080/as2_test/HttpReceiver
where i get

HTTP ERROR: 404

Problem accessing /as2_test/HttpReceiver. Reason:

NOT_FOUND
Powered by Jetty://
----------------------------------
Serveur is restarted, certificates are different for each partner...is jetty managing two adresses? I need a way to receive files at two differents addresses...thank you very much for your help

Raphael BRAVI
Raphael BRAVI's picture

when I say partner, I mean LOCAL STATION

service
service's picture

Raphael,

if you deployed the standard servlet in the webapps directory of your servlet container it will use the URL http://:/as2/HttpReceiver.
To listen on different URLs you have to modify the content of the file as2.war.

Regards

Raphael BRAVI
Raphael BRAVI's picture

is there something to change in the as2.war of jetty? where can I get this file?
thanks !

Raphael BRAVI
Raphael BRAVI's picture

YES ! I found ! creating a second war file with AS2_test !
working !

Raphael BRAVI
Raphael BRAVI's picture

One last thing, when you create new local station, in order to have 2 different receipt folders, it does not create any folder...will try to test with folders created manually...because we need two different places to receive files (one for test and one for prod)...if you have any comments, many thanks !

service
service's picture

Raphael BRAVI,

the folder will be created on message receipt.

Regards

Raphael BRAVI
Raphael BRAVI's picture

Thank you very much ! I really appreciate your help, time and patience !

Thanks for your great work !

Raphael