Re: [Soaplab-users] spinet and EMBOSS
Brought to you by:
marsenger
From: Mahmut U. <ul...@eb...> - 2008-03-18 10:21:36
|
Hi Cath, > I've just tried to install EMBOSS on soaplab2, and it seems sorta > kinda successful - the EMBOSS services show up in the info-list, and > they seem to have deployed OK when you look at the list at > http://myserver.myuni.au:8888/soaplab2-axis/services > (not real URL) > > However, entering that same URL in a taverna session as a new soaplab > scavenger returns only the original default soaplab list. And the > spinet web page doesn't have them, either. What have I missed? I guess > it must be some config somewhere that I overlooked. > > How can I make taverna see these, and spinet regenerate itself? Spinet > looks like a nifty little testing page, by the way, and I'd like to > use it. >From your description it seems that the services are recognised by Axis but not Soaplab. This should be related to a missing or wrong 'applist' property line in your soaplab.properties file (under your WEB-INF/classes directory of your soaplab2-axis web application). You should have a property definition similar to the following. applist = ${metadata.dir}/EMBOSSApplications.xml Make sure that you have ${metadata.dir} defined correctly above in your properties file. It should normally point to the metadata directory of your soaplab2-axis web application. Regards, Mahmut |