INFO: Requested resource [VAADIN/themes/themecopa/favicon.ico]

[color=#e01313]

[/color][color=#f41515]

[/color]Hi ,

I am trying to use my theme and followed whats in the book. but i am seeing this message after server start

=================================================================
Vaadin is running in DEBUG MODE.
Add productionMode=true to web.xml to disable debug features.
To show debug window, add ?debug to your application URL.

Jul 28, 2012 7:51:34 AM com.vaadin.terminal.gwt.server.AbstractApplicationServlet serveStaticResourcesInVAADIN
INFO: Requested resource [VAADIN/themes/themecopa/favicon.ico]
not found from filesystem or through class loader. Add widgetset and/or theme JAR to your classpath or add files to WebContent/VAADIN folder.

I am also attaching a snapshot of my dir structure.

and I am setting the theme as shown

	@Override
	public void init() {
		setTheme("themecopa");

I have moved the themecopa folder into WEB-INF/VAADIN/themes folder. But when I do this the entire page is theme “less” so its not applying any theme.

Basically, in themecopa style.css all i am doing is this


@import url(../runo/styles.css);

/* Adding some customizations */
.v-loading-indicator,.v-loading-indicator-delay,.v-loading-indicator-wait
	{
	width: 100%;
	height: 100%;
	margin: 0;
	background-position: center;
	background-color: gray;
	background-repeat: no-repeat;
	background-attachment: fixed;
	
	background-image: url(../base/common/img/loading-indicator-wait.gif);
	opacity: .8;
	-ms-filter: alpha(opacity = 80);
	filter: alpha(opacity = 80);
}

any suggestions or ideas are appreciated
12468.bmp (231 KB)