13 lines
		
	
	
		
			316 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			316 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
Build and launch with the following command.
 | 
						|
 | 
						|
    mvn clean package tomcat7:run-war
 | 
						|
 | 
						|
Exposed service is available at following URL.
 | 
						|
 | 
						|
    http://localhost:9090/spring-remoting-http-server/account
 | 
						|
 | 
						|
## References
 | 
						|
 | 
						|
<http://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/#remoting-httpinvoker>
 | 
						|
 |