Hi from newbie,
Here is the access log for my html page:

127.0.0.1 - - [31/Aug/2013:07:21:07 -0700] "GET /test.htm HTTP/1.1" 304 -
127.0.0.1 - - [31/Aug/2013:07:21:10 -0700] "GET /TestPlugin-1.jar HTTP/1.1"
304 -
127.0.0.1 - - [31/Aug/2013:07:21:11 -0700] "GET /TestPlugin1.class HTTP/1.1"
404 215
127.0.0.1 - - [31/Aug/2013:07:21:11 -0700] "GET /TestPlugin1.class HTTP/1.1"
404 215
127.0.0.1 - - [31/Aug/2013:07:21:11 -0700] "GET /TestPlugin1/class.class
HTTP/1.1" 404 221

The 304 says that the jar file is already loaded, but the 404 says that it
can't get the class file out of it. Please give me a clue as to where I am
going wrong. This is the page:
<!DOCTYPE html>
<html>
        <head>
                <meta http-equiv="Content-Type" content="text/html;
charset=utf-8">
                <meta name="viewport" content="width=640">
        </head>
        <body>
                Hello to all...
                <object width="400" height="50" archive="TestPlugin-1.jar" 
                        classid="java:TestPlugin1.class"
codetype="application/java">
                        Plug-in Object </object>
        </body>
</html>

Thanks,
Wes


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to