Re: Applets not loading after upgrade

2007-01-04 Thread may.brian

The appBase is webapps, and the doc base is cdo.



Mark Thomas-11 wrote:
 
 may.brian wrote:
 This seems to indicate a problem with the classpath, but there have been
 no
 changes to the directory structure or the html generated.
 
 What are the appBase and docBase settings for this host / app?
 
 Mark
 
 
 -
 To start a new topic, e-mail: users@tomcat.apache.org
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 

-- 
View this message in context: 
http://www.nabble.com/Applets-not-loading-after-upgrade-tf2894640.html#a8161522
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Applets not loading after upgrade

2006-12-29 Thread may.brian

After upgrading from Tomcat 5.0.28 to 5.5.20 none of my applets will load.

In the console I get the following:

load: class multigraph.MultiGraphlet.class not found.
java.lang.ClassNotFoundException: multigraph.MultiGraphlet.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.io.IOException: open HTTP connection failed.
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


This seems to indicate a problem with the classpath, but there have been no
changes to the directory structure or the html generated.

applet code=multigraph.MultiGraphlet.class archive=multigraph.jar
codebase=.  width=600 height=460
  param name=data_url 
value=http://cdo.ncdc.noaa.gov/cdographics/DivDataXML;
  param name=graph_url
value=http://cdo.ncdc.noaa.gov/cdographics/DivSpecXML;
  param name=station_namevalue=AL Eastern Valley
   

  param name=station_id  value=00104 
  param name=first   value=2006010100
  param name=lastvalue=2006122800
  param name=config  value=PCP,PDSI,PHDI,ZNDX,PMDI
  param name=timezonevalue=UTC
  param name=show_timezone   value=false
  param name=viewvalue=MONTH,YEAR
/applet
-- 
View this message in context: 
http://www.nabble.com/Applets-not-loading-after-upgrade-tf2894640.html#a8087301
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Applets not loading after upgrade

2006-12-29 Thread Mark Thomas
may.brian wrote:
 This seems to indicate a problem with the classpath, but there have been no
 changes to the directory structure or the html generated.

What are the appBase and docBase settings for this host / app?

Mark


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]