URL for local station?

You are here

URL for local station?

6 posts / 0 new
Last post
neilparks1
neilparks1's picture
URL for local station?

When I try to browse:

I get:

Quote:

HTTP ERROR: 404

NOT_FOUND

RequestURI=/mec_as2/HttpReceiver

Powered by jetty://

heller
heller's picture

neilparks1,

the receipt URL on your system is http://192.168.254.220:8080/as2/HttpReceiver, the web interface could be found at
http://192.168.254.220:8080/as2/start

Regards
Heller

neilparks1
neilparks1's picture

Tried that. Now I'm getting a different error:

Quote:

HTTP ERROR: 503

SERVICE_UNAVAILABLE

RequestURI=/as2/start

Powered by jetty://

heller
heller's picture

neilparks1,

is there any stack trace available? Is the servlet deployed?

Regards
Heller

neilparks1
neilparks1's picture

I don't know where to find a "stack trace".

But Mendelson AS2 is up and running. If it's not then the web browser reports that it can't find the server.

neilparks1
neilparks1's picture

I did a google saarch for

Quote:

jetty http error 503 mendelson

and found the following in another thread:

markusk wrote:

Good Day,

Edit mendelson_as2_start.sh and revise line that initializes CLASSPATH. Should read:

CLASSPATH=as2.jar:jetty/start.jar:jetty/lib/servlet-api-2.5-6.1.1.jar

Worked for me.

Markus

For right now that seems to have fixed the problem.