Hi Marilina,
Well you are one step too advanced. The whole sales examples is there
two simulate 2 nodes. And you need a machine in your hosts file called
'sales'.
If I were you I would
- download a fresh juddi-portal-bundle.zip, unzip and start tomcat
- check out the helloworld or simplepublish example from SVN, and run it
as-is
Done.
No need to change any files,
--Kurt
On 3/8/12 11:17 AM, Marilina Ferrer wrote:
Hi Kurt,
So I have to use the configuration file uddi.xml of the
juddi-client,haven't?
Adding the clerk information:
<clerk name="BobCratchit" node="default" publisher="sales"
password="sales">
<class>org.apache.juddi.samples.HelloWorldImpl</class>
</clerk>
Is it correct?
------------------------------------------------------------------------
Date: Tue, 6 Mar 2012 11:58:17 -0500
From: [email protected]
To: [email protected]
Subject: Re: To register a webservice
Hi Marilina,
1. The sales data is there for an example using UDDI Subscriptions
(where two UDDI nodes communicate). In your case you can leave it as
is, so don't rename the folders.
2. Just use 'localhost': http://localhost:8080/juddiv3
Good luck,
--Kurt
On 3/6/12 6:22 AM, Marilina Ferrer wrote:
Hi,
I'm trying to register the simple webservice Helloworld following
the demo,(the second Helloworld) but I can't load in the
browser the sales page at the end of the first part of the demo.
Before this, I had to make two things:
1- rename the file
\webapps\juddiv3\WEB-INF\classes\RENAME4SALES_juddi_custom_install_data
to the name juddi_custom_install_data .
2- I have to change in the portlets/ WEB-INF/classes/META-INF,
the file name uddi.sales.xml for the new name uddi.xml,
overwriting another one with the same name that was existing in
this folder.Is it ok?
Finally, I start up the juddi and open the browser with
http://sales:8080/juddiv3 ,where it can't load the page.
Is it correct? Is there anything that I have to change?
thanks