When I try to browse:
http://192.168.254.220:8080/mec_as2/HttpReceiver
I get:
HTTP ERROR: 404
NOT_FOUND
RequestURI=/mec_as2/HttpReceiver
Powered by jetty://
neilparks1,
the receipt URL on your system is http://192.168.254.220:8080/as2/HttpReceiver, the web interface could be found athttp://192.168.254.220:8080/as2/start
Regards Heller
Tried that. Now I'm getting a different error:
HTTP ERROR: 503
SERVICE_UNAVAILABLE
RequestURI=/as2/start
is there any stack trace available? Is the servlet deployed?
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.
I did a google saarch for
jetty http error 503 mendelson
and found the following in another thread:
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.
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
Tried that. Now I'm getting a different error:
HTTP ERROR: 503
SERVICE_UNAVAILABLE
RequestURI=/as2/start
Powered by jetty://
neilparks1,
is there any stack trace available? Is the servlet deployed?
Regards
Heller
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.
I did a google saarch for
jetty http error 503 mendelson
and found the following in another thread:
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.