I am new to Tomcat and am having a hard time finding the answer to my problem.

I have a simple WebStart application that I am trying to run from the webapps directory. I am getting the following WebStart -Download error: "Unable to load resource: http://localhost:8080/cp130-08/StockQuote.jar";. However, when I look at the Launch file used, it is an older version that used a different class name in the resources entry:

From Launch file used:
<resources>
  <j2se version="1.2+" />
  <jar href="StockQuote.jar"/>
  <jar href="xerces.jar"/>
</resources>

From the actual jnlp file in the webapps directory:
<resources>
  <j2se version="1.2+" />
<jar href="StockQuoter.jar"/> // note this has a "r" on the end of StockQuote and is the name of the actual jar file
  <jar href="xerces.jar"/>
</resources>

I have tried Reload in the Tomcat Web Application Manager, Undeploy (which caused me to recreate the objects in the directory), and Stop and restart the Tomcat service.

Where is Tomcat finding this old version of the jnlp file? Is there some sort of cache I need to clear? The only versions of the jnlp file on my entire system have the correct spelling. Tomcat is running on my local machine.

Thanks


Dave Murvin
DRM Enterprises, Inc.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to