Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Eclipse 来开发使用vaadin (6.6.6)和apache tomcat-6.0.26.
vaadin (6.6.6)
apache tomcat-6.0.26
创建 WAR 文件夹时,我在里面找不到 Vaadin 文件夹。
只有WEB-INF和META-INF在那里。这会生成一个奇怪的布局(UI 组件不可见,背景颜色为白色)。当此版本部署在另一台机器上时,它会在 apache 上生成错误,但奇怪的是它正在第一台机器上运行(我的意思是布局不完整)。
WEB-INF
META-INF
您应该更新您的小部件集,同时在 web.xml 中设置您的小部件集目录
<init-param> <description>Application widgetset</description> <param-name>widgetset</param-name> <param-value>com.vaadin.sth</param-value>