IntelliJ Java IDE
The moose likes Portals and Portlets and the fly likes Virtual Portal and Theme Issue Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Portals and Portlets
Reply Bookmark "Virtual Portal and Theme Issue" Watch "Virtual Portal and Theme Issue" New topic
Author

Virtual Portal and Theme Issue

Yogita Sharma
Greenhorn

Joined: Dec 25, 2006
Posts: 4
Hi,
I am having a very weird problem.
I have a virtual portal on which I have applied my theme. This theme folder has an images folder that contains images used for UL.
The image is getting applied on all the portlets in this virtual portal, but the problem is that the log is filling up with the following message:

SRVE0017W: A WebGroup/Virtual Host to handle /images/dot_black.gif has not been defined.

The way it has been defined in the theme specific file is:
.ulStyle{
list-style-image: url(images/dot_black.gif);
text-indent:0px;
...
}

I have tried prefixing the path with a '/' and also with './' but the logs appear the same.

Note: This is happening only on the UNIX box. No problem on a Windows machine.
 
 
subject: Virtual Portal and Theme Issue
 
Threads others viewed
Writing to file and dynamic image pages.
share session data between portlets and a jsp of the portal theme
Problem with RequestDispather
Upload multiple files in jsp
preloading images
developer file tools