You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ope...@googlegroups.com
Recently some guys asked how to develop OpenWMS.org, respectively how to run it on Tomcat. So basically OpenWMS.org is designed to run on Spring dmServer and someday also on Eclipse Virgo. But, it is just a matter of packaging it as single WAR file and deploying it to Tomcat. Spring 3.1 introduces a feature called Profiles that enables to switch between Spring configuration files for different environments. Additionally I had to do some changes to the overall project POM file and define the dependency scope according to OSGi or non OSGi environments. I'll give a short update when everything builds successfully