Hi Bryan,
Thanks for pointing out our documentation short comings :).
Bryan Pendleton wrote:
Hi all, pardon the newbie questions, I'm just getting started, but:
1) I downloaded the juddi Tomcat bundle (juddi-tomcat-3.0.0.zip) and
attempted to configure it to use a port other than 8080 according to
the jUDDI 3.0 user guide chapter 10 "Administration", which says:
- edit conf/server.xml and change the port within the <Connector>
element
- edit webapps/uddi-portlets/WEB-INF/classes/uddi.properties and
change the port numbers within the endpoint URLs
- edit webapps/juddi/WEB-INF/classes/juddi.properties and change
the port number
- edit pluto/WEB-INF/classes/server.xml and change the port
within the <Connector> element.
I'm having trouble following these instructions, because only the
first item seems to match the actual contents of juddi-tomcat-3.0.0.zip.
I don't have a webapps/uddi-portlets folder at all.
I don't have a pluto folder at all.
I don't have a webapps/juddi folder, but I *do* have a webapps/juddiv3
folder, and it does have a juddiv3.properties file in it.
SO: Is it correct that with version 3, to change the Tomcat port number,
I just need to edit conf/server.xml and
webapps/juddiv3/WEB-INF/classes/juddiv3.properties?
Would this make more sense:
If you want to change the port Tomcat listens on to something
non-standard (something other than 8080):
jUDDI Server:
edit conf/server.xml and change the port within the <Connector> element
edit webapps/juddiv3/WEB-INF/classes/juddiv3.properties and change the
port number
jUDDI Portal
edit webapps/uddi-portlets/WEB-INF/classes/META-INF/uddi.xml and change
the port numbers within the endpoint URLs
edit pluto/WEB-INF/classes/server.xml and change the port within the
<Connector> element
Let me know if that works, I've updated the doc right now, but it'd be
great if you can confirm that it works for you too.
2) When I connect to my jUDDI server with http://localhost:8080/juddiv3/,
there is a link on the main page: "jUDDI Portal", which links to
http://localhost:30080/pluto/portal/jUDDI, but I get a 404 on that,
as, again,
I didn't get a 'pluto' in my Tomcat bundle anywhere.
SO: Do I need to separately download and install "pluto" into my
Tomcat bundle?
Right this link only works if you deploy pluto and the uddi-portlets.war
to tomcat (or use the juddi-portal bundle, which adds both of these)
thanks,
bryan