You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by ka...@apache.org on 2010/03/05 05:56:13 UTC

svn commit: r919284 - /incubator/shiro/trunk/samples/spring-client/src/main/resources/webstart.spring.xml

Author: kaosko
Date: Fri Mar  5 04:56:13 2010
New Revision: 919284

URL: http://svn.apache.org/viewvc?rev=919284&view=rev
Log:
IN PROGRESS - issue SHIRO-89: Sample Spring Application - WebStart won't launch 
http://issues.apache.org/jira/browse/SHIRO-89
- configure remoting url to match with the server configuration

Modified:
    incubator/shiro/trunk/samples/spring-client/src/main/resources/webstart.spring.xml

Modified: incubator/shiro/trunk/samples/spring-client/src/main/resources/webstart.spring.xml
URL: http://svn.apache.org/viewvc/incubator/shiro/trunk/samples/spring-client/src/main/resources/webstart.spring.xml?rev=919284&r1=919283&r2=919284&view=diff
==============================================================================
--- incubator/shiro/trunk/samples/spring-client/src/main/resources/webstart.spring.xml (original)
+++ incubator/shiro/trunk/samples/spring-client/src/main/resources/webstart.spring.xml Fri Mar  5 04:56:13 2010
@@ -31,7 +31,7 @@
 
   <bean id="sampleManager"
         class="org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean">
-    <property name="serviceUrl" value="http://localhost:8080/shiro-spring/remoting/sampleManager"/>
+    <property name="serviceUrl" value="http://localhost:9080/shiro/remoting/sampleManager"/>
     <property name="serviceInterface" value="org.apache.shiro.samples.spring.SampleManager"/>
     <property name="remoteInvocationFactory" ref="secureRemoteInvocationFactory"/>
   </bean>