I am trying to write a Dynamic project. I am essentially trying to teach myself from a forum.

The forum has a few code samples and libraries.

I created a Dynamic Web Project(called RestTest) in Eclipse 3.6 and configure the server.

I am importing the library files into \WebContent\WEB_INF\lib folder and added it to the build path.

I then imported the code samples (1 index.html, 2 *.java and 1 *.org file) into the main folder.(not under any sub-folder)

I recycle the Tomcat Server runtime from within the Eclipse.

https://localhost/RestTest
https://localhost/RestTest/index.html

I dont get any error in IE but get the following in Firefox

Secure Connection Failed
An error occurred during a connection to localhost:8443.
SSL received a record that exceeded the maximum permissible length.

(Error code: ssl_error_rx_record_too_long)