This is right out of the Java Console... the rights are chmodded to 755,
access to the directory has been given, everything appears to be setup
correctly, except, it doesn't run.
Loading applet ...
Initializing applet ...
Starting applet ...
Connecting <a style='text-decoration: underline;' href="http://192/168/0/5/java/ticker.class" target="_blank">http://192/168/0/5/java/ticker.class</a> with no proxy
Connecting <a style='text-decoration: underline;' href="http://192/168/0/5/java/ticker.class" target="_blank">http://192/168/0/5/java/ticker.class</a> with no proxy
Connecting <a style='text-decoration: underline;' href="http://192/168/0/5/java/ticker.class" target="_blank">http://192/168/0/5/java/ticker.class</a> with no proxy
Connecting <a style='text-decoration: underline;' href="http://192/168/0/5/java/ticker.class" target="_blank">http://192/168/0/5/java/ticker.class</a> with no proxy
Connecting <a style='text-decoration: underline;' href="http://192/168/0/5/java/ticker/class.class" target="_blank">http://192/168/0/5/java/ticker/class.class</a> with no proxy
Connecting <a style='text-decoration: underline;' href="http://192/168/0/5/java/ticker/class.class" target="_blank">http://192/168/0/5/java/ticker/class.class</a> with no proxy
Connecting <a style='text-decoration: underline;' href="http://192/168/0/5/java/ticker/class.class" target="_blank">http://192/168/0/5/java/ticker/class.class</a> with no proxy
Connecting <a style='text-decoration: underline;' href="http://192/168/0/5/java/ticker/class.class" target="_blank">http://192/168/0/5/java/ticker/class.class</a> with no proxy
load: class <a style='text-decoration: underline;' href="http://192.168.0.5/java/ticker.class" target="_blank">http://192.168.0.5/java/ticker.class</a> not found.
java.lang.ClassNotFoundException: http:..192.168.0.5.java.ticker.class
at sun.applet.AppletClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadCode(Unknown Source)
at sun.applet.AppletPanel.createApplet(Unknown Source)
at sun.plugin.AppletViewer.createApplet(Unknown Source)
at sun.applet.AppletPanel.runLoader(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.net.UnknownHostException: 192
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at sun.net.NetworkClient.doConnect(Unknown Source)
at sun.plugin.net.protocol.http.HttpClient.doConnect(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.<init>(Unknown Source)
at sun.net.www.http.HttpClient.<init>(Unknown Source)
at sun.plugin.net.protocol.http.HttpClient.<init>(Unknown Source)
at sun.plugin.net.protocol.http.HttpClient.New(Unknown Source)
at sun.plugin.net.protocol.http.HttpURLConnection.createConnection(Unknown
Source)
at sun.plugin.net.protocol.http.HttpURLConnection.connect(Unknown Source)
at sun.plugin.net.protocol.http.HttpURLConnection.getInputStream(Unknown
Source)
at java.net.HttpURLConnection.getResponseCode(Unknown Source)
at sun.applet.AppletClassLoader.getBytes(Unknown Source)
at sun.applet.AppletClassLoader.access$100(Unknown Source)
at sun.applet.AppletClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
... 10 more
Exception: java.lang.ClassNotFoundException:
http:..192.168.0.5.java.ticker.class
--
Scott Snella
"Webmaster (N.S)" <webmaster@ns> wrote in message
news:403cbdf3$1@news.star.co.uk...
> the applet runs via the CLIENT web browser so it's nothing to do with
APACHE web server, upgrade to the latest java client version
<font color=purple> > <a style='text-decoration: underline;' href="http://www.java.com/en/index.jsp</font" target="_blank">http://www.java.com/en/index.jsp</font</a>>
>
> "Xrak" <xrak.TakeThisOut@yahoo.com> wrote in message
news:_p3%b.7597$yZ1.5049@newsread2.news.pas.earthlink.net...
> > Thanks, that is kind of what I thought, but, have had a hell of a time
> > getting some applets to work correctly. All I am trying to do is run a
> > fairly simple ticker tape applet, yet, I have always had trouble with
it.
> > First off, on some servers, the applet had to be located in a specific
> > place, at a certain level of the document heirarchy to work. I never
really
> > played a LOT with it on my test server, but, now that I am trying to get
it
> > to run right, I have gotten everything from an access denided message in
the
> > area where the applet should run, to a Mozilla browser crash. I have
the
> > IBM JRE installed. I think it is 1.4. Do I need a SDK or anything?
> >
> > --
> > Scott Snella
> >
> > "Davide Bianchi" <davideyeahsure.TakeThisOut@onlyforfun.net> wrote in message
> > news:c1i9hu$1icrd3$1@ID-18487.news.uni-berlin.de...
> > > Xrak <xrak.TakeThisOut@yahoo.com> wrote:
> > > > I ran across the addon Tomcat
> > >
> > > Tomcat isn't an add-on, he can work as a stand-alone web-server or
> > > be called by Apache when is needed.
> > >
> > > > Basically, the question I have is what additional software
> > > > (beyond Apache) is needed to display applets on a web server?
> > >
> > > An "applet" is run on the client browser, not on the server, so what
> > > you need is a browser that can run such applet and a user that is
> > > willing to accept such applet on his machine, if you are talking
> > > about Java Servlet or JSP, then you need an Application Server that
> > > can process such things (like Tomcat, or JServ, or JRun, or Dynamo,
> > > or Resin or....) and can be used stand-alone or with Apache.
> > > If you want to use it with apache, then you need some piece of
> > > software (connector) to hook apache with the application server.
> > >
> > > Davide
> > >
> > > --
> > > | You have acquired a scroll entitled 'irk gleknow mizk'(n).--More--
> > > | This is an IBM Manual scroll.--More-- You are permanently confused.
> > > | -- Dave Decot
> > > |
> >
> >
>
><!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: Question about Java and Apache