0

When I try to publish a Vaadin 6.8.4 project on the "J2EE Preview" server in Eclipse Juno, I get the following error message:

Error 404 - Not Found

No context on this server matched or handled this request.
Contexts known to this server are:    
 - myproject(/myproject)

When I look into my workspace's folder .metdata.plugins/org.eclipse.wst.server.core/there is only a publish0.dat file in the folder publish but the project is in the folder tmp0, is that normal? If not, what can I do to resolve this?

I use a freshly installed Java EE Version of Eclipse Juno with the Vaadin 6.8.4 plugin from the Eclipse Marketplace.

4

1 に答える 1

1

単純な動的Webサイトでも同じエラーが発生し、プロジェクトをクリーンアップして再公開しても何も変わらなかったため、tomcatをインストールすると、プロジェクトが機能し始めました。

jettyのデフォルトのフォルダ構造が異なるため、デプロイメント構造にバグまたは問題があるようです。

*最新のEclipseJunoを使用していて、最新のリポジトリに更新しようとしましたが、何も変更されていません

于 2012-10-24T19:56:49.687 に答える