Port 8080 can not be overridden
-------------------------------
Key: JUDDI-264
URL: https://issues.apache.org/jira/browse/JUDDI-264
Project: jUDDI
Issue Type: Improvement
Affects Versions: 3.0beta
Environment: Windows Server 2003 SP2
juddi-portal-bundle-3.0.0.beta.zip
Reporter: S. Denning
Assignee: Kurt T Stam
Priority: Minor
I'm trying to run tomcat and the components in the portal bundle
(juddi-portal-bundle-3.0.0.beta.zip) on 7080 instead of 8080 since I have other
applications that are using 8080. I've tried updating the following:
1) Changed 8080 to 7080 in juddi-portal-bundle-3.0.0.beta\conf\server.xml
2) Changed 8080 to 7080 in
juddi-portal-bundle-3.0.0.beta\webapps\pluto\WEB-INF\classes\server.xml
3) Changed 8080 to 7080 in
juddi-portal-bundle-3.0.0.beta\webapps\juddi\WEB-INF\classes\juddi.properties
But when I navigate into the jUDDI portal I get the following error:
The page at http://localhost:7080 says:
Error: Failed to access the WSDL at:
http://localhost:8080/juddi/services/security?wsdl. It failed with:
Server returned HTTP response code: 401 for URL:
http://localhost:8080/juddi/services/security?wsdl.. Make sure the UDDI server
is up and running.
I've also noted the following error in the juddi.log:
2009-07-10 15:23:09,010 INFO [org.apache.juddi.Registry] - Creating new jUDDI
registry...
2009-07-10 15:23:09,151 ERROR
[org.apache.juddi.api.impl.UDDISubscriptionListenerImpl] - Cannot locate
configuration source juddi.properties
org.apache.commons.configuration.ConfigurationException: Cannot locate
configuration source juddi.properties
at
org.apache.commons.configuration.AbstractFileConfiguration.load(AbstractFileConfiguration.java:215)
at
org.apache.commons.configuration.AbstractFileConfiguration.load(AbstractFileConfiguration.java:195)
at
org.apache.commons.configuration.AbstractFileConfiguration.<init>(AbstractFileConfiguration.java:140)
at
org.apache.commons.configuration.PropertiesConfiguration.<init>(PropertiesConfiguration.java:242)
at
org.apache.juddi.config.AppConfig.loadConfiguration(AppConfig.java:78)
at org.apache.juddi.config.AppConfig.<init>(AppConfig.java:64)
at org.apache.juddi.config.AppConfig.getInstance(AppConfig.java:175)
at
org.apache.juddi.config.AppConfig.getConfiguration(AppConfig.java:197)
at
org.apache.juddi.subscription.SubscriptionNotifier.<init>(SubscriptionNotifier.java:62)
at org.apache.juddi.Registry.start(Registry.java:37)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.