From 492519f15016f8c52d8699d2404f32612e74fd2b Mon Sep 17 00:00:00 2001 From: Jon Brisbin Date: Mon, 9 Apr 2012 11:33:41 -0500 Subject: [PATCH] Tweaked README. --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index f8947ca56..ccb5a3ef6 100644 --- a/README.md +++ b/README.md @@ -20,12 +20,6 @@ You can either deploy this JAR file into your Servlet container in a "shared" co can add this JAR file (and any other application dependencies) to the exporter WAR file's `WEB-INF/lib` directory. -Somewhere in the Spring configuration files you need to define a bean called "baseUri" that is a -`java.net.URI` and is the fully-qualified URI in which the exporter servlet has been deployed. In the -case of the sample below, the servlet is deployed to a context path of `/data`. Using the default -host and port settings, this yields a `baseUri` of `http://localhost:8080/data`. You'll want to change -this to reflect your deployment configuration. - ### Sample Configuration The configuration used in testing looks like this: @@ -39,10 +33,6 @@ The configuration used in testing looks like this: xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://www.springframework.org/schema/jdbc http://www.springframework.org/schema/jdbc/spring-jdbc.xsd"> - - - -