Forums Register Login

Issue with launch of application

+Pie Number of slices to send: Send
Please find my JNLP below located at ROOT folder of apache tomcat.




When I launch the application directly by invoking the JNLP file the application starts perfectly.
But when I tried to launch the application using an HTML file

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en-US">
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<h1>Custom Progress Bar Demo in a Java Web Start Application</h1>
<script src="http://www.java.com/js/deployJava.js"></script>
<script>
var url = "http://localhost:8080/Test.jnlp";
deployJava.createWebStartLaunchButton(url, '1.6.0');
</script>
<noscript>JavaScript is required for this page.</noscript>

</body>
</html>


Is is showing an error message like the client.cfg file is not found at C:\User\Desktop.
Currently the cfg file is located at the ROOT folder.

Please suggest how to resolve this issue.



Forget Steve. Look at this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com


reply
reply
This thread has been viewed 1240 times.
Similar Threads
JNLP mutiple JAR launching issue
How to embed JavaFX 2.0 application with jsp (to deploy it on server)
Dynamic JNLP not working with JBoss?
How to un jnlp app offline?
More...

All times above are in ranch (not your local) time.
The current ranch time is
Apr 16, 2024 01:43:47.