0

eID サーブレットに少し問題があります。サーブレットを開始するために .jnlp ファイルを検索します。.jnlp ファイルが既に同じマップにある場合でも、そのファイルは見つかりません。これはマッピングと関係があると思います。私のコードではなく、サーブレットから小さな JavaScript コードを実行する register.jsp に送信する registercontroller があります。このサーブレットには、構造を取得するための私のスプリング ビューのスクリーンショットが含まれています。

http://dl.dropbox.com/u/608219/Naamloos.png

私のサーブレットが与えるエラーは次のとおりです。

exception: JNLP file error: http://localhost:8080/Burgerdemocratie/register/WEB-INF/views/eid/beid.jnlp. Please make sure the file exists and check if "codebase" and "href" in the JNLP file are correct..
java.io.FileNotFoundException: JNLP file error: http://localhost:8080/Burgerdemocratie/register/WEB-INF/views/eid/beid.jnlp. Please make sure the file exists and check if "codebase" and "href" in the JNLP file are correct.
    at sun.plugin2.applet.JNLP2Manager.loadJarFiles(Unknown Source)
    at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
Exception: java.io.FileNotFoundException: JNLP file error: http://localhost:8080/Burgerdemocratie/register/WEB-INF/views/eid/beid.jnlp. Please make sure the file exists and check if "codebase" and "href" in the JNLP file are correct.

ですから、これはマッピングと関係があると本当に思います。間違っている場合は修正してください。

この問題を解決して .jnlp ファイルを見つける方法はありますか?

敬具、

4

0 に答える 0