Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
i set following path for remote debugging
set JAVA_OPTS=-Xdebug-Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n
.\run.bat
but when i externally launched jboss according ur documentation it gives following error
Failed to connect to remote VM.Connection refused.
Every time I’ve seen this reported, it turns out there is a software or hardware firewall running on the server blocking the connection. You might double check that you don’t have the Windows firewall turned on, that will block the incomming connection.