<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Ananta Sesha</title>
	<atom:link href="http://anantasesha.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://anantasesha.wordpress.com</link>
	<description>Open Source GIS Stack Building</description>
	<lastBuildDate>Thu, 05 Feb 2009 15:34:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='anantasesha.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Ananta Sesha</title>
		<link>http://anantasesha.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://anantasesha.wordpress.com/osd.xml" title="Ananta Sesha" />
	<atom:link rel='hub' href='http://anantasesha.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Highway Shields in GeoServer II</title>
		<link>http://anantasesha.wordpress.com/2009/02/05/highway-shields-in-geoserver-ii/</link>
		<comments>http://anantasesha.wordpress.com/2009/02/05/highway-shields-in-geoserver-ii/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 15:19:23 +0000</pubDate>
		<dc:creator>anantasesha</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://anantasesha.wordpress.com/?p=56</guid>
		<description><![CDATA[The highway shields worked very well, and I used GeoServer&#8217;s new(ish) dynamic symbolizers to improve upon them.  First the sources of data: Hydrography:   National Hydrography Dataset (NHD) http://nhd.usgs.gov/index.html Roads, Railroads, Municipality Boundaries:   Ohio Department of Transportation http://www.dot.state.oh.us/Divisions/Planning/TechServ/Prod_Services/ESRIDWNLOADS/Pages/default.aspx Highway shields:   Wikimedia http://commons.wikimedia.org/wiki/Category:U.S._Highway_shields http://commons.wikimedia.org/wiki/Interstate_shields http://commons.wikimedia.org/wiki/Category:Ohio_State_Route_shields Now the SLD for the interstate route numbers: &#60;?xml version="1.0" encoding="ISO-8859-1"?&#62; &#60;StyledLayerDescriptor [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anantasesha.wordpress.com&amp;blog=5852060&amp;post=56&amp;subd=anantasesha&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The highway shields worked very well, and I used GeoServer&#8217;s new(ish) dynamic symbolizers to improve upon them.  First the sources of data:</p>
<p>Hydrography:   National Hydrography Dataset (NHD)</p>
<p><a href="http://nhd.usgs.gov/index.html">http://nhd.usgs.gov/index.html</a></p>
<p>Roads, Railroads, Municipality Boundaries:   Ohio Department of Transportation</p>
<p><a href="http://www.dot.state.oh.us/Divisions/Planning/TechServ/Prod_Services/ESRIDWNLOADS/Pages/default.aspx">http://www.dot.state.oh.us/Divisions/Planning/TechServ/Prod_Services/ESRIDWNLOADS/Pages/default.aspx</a></p>
<p>Highway shields:   Wikimedia</p>
<p><a href="http://commons.wikimedia.org/wiki/Category:U.S._Highway_shields">http://commons.wikimedia.org/wiki/Category:U.S._Highway_shields</a></p>
<p><a href="http://commons.wikimedia.org/wiki/Interstate_shields">http://commons.wikimedia.org/wiki/Interstate_shields</a></p>
<p><a href="http://commons.wikimedia.org/wiki/Category:Ohio_State_Route_shields">http://commons.wikimedia.org/wiki/Category:Ohio_State_Route_shields</a></p>
<p>Now the SLD for the interstate route numbers:</p>
<pre>&lt;?xml version="1.0" encoding="ISO-8859-1"?&gt;
&lt;StyledLayerDescriptor version="1.0.0" xmlns="http://www.opengis.net/sld" xmlns:ogc="http://www.opengis.net/ogc"
  xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://www.opengis.net/sld http://schemas.opengis.net/sld/1.0.0/StyledLayerDescriptor.xsd"&gt;
  &lt;NamedLayer&gt;
    &lt;Name&gt;interstate&lt;/Name&gt;
    &lt;UserStyle&gt;
      &lt;Name&gt;interstate&lt;/Name&gt;
      &lt;Title&gt;Interstates&lt;/Title&gt;
      &lt;Abstract&gt;Interstate Symbolization using shields from Wikimedia.org&lt;/Abstract&gt;
      &lt;FeatureTypeStyle&gt;
    &lt;Rule&gt;
                        &lt;TextSymbolizer&gt;
                            &lt;Label&gt;
                                &lt;PropertyName xmlns="http://www.opengis.net/ogc"&gt;rt_street_&lt;/PropertyName&gt;
                            &lt;/Label&gt;
                            &lt;Font&gt;
                                &lt;CssParameter name="font-family"&gt;Arial&lt;/CssParameter&gt;
                                &lt;CssParameter name="font-weight"&gt;medium&lt;/CssParameter&gt;
                                &lt;CssParameter name="font-size"&gt;1&lt;/CssParameter&gt;
                            &lt;/Font&gt;
                            &lt;Fill&gt;
                                &lt;CssParameter name="fill"&gt;#000000&lt;/CssParameter&gt;
                            &lt;/Fill&gt;
                            &lt;Graphic&gt;
                                &lt;ExternalGraphic&gt;
                                    &lt;OnlineResource xlink:href="road_shields/${rt_street_}.svg"/&gt;
                                    &lt;Format&gt;image/svg+xml&lt;/Format&gt;
                                &lt;/ExternalGraphic&gt;
                                &lt;Size&gt;15&lt;/Size&gt;
                            &lt;/Graphic&gt;
                            &lt;Priority&gt;100000&lt;/Priority&gt;
                            &lt;VendorOption name="spaceAround"&gt;17&lt;/VendorOption&gt;
                            &lt;VendorOption name="group"&gt;true&lt;/VendorOption&gt;
                        &lt;/TextSymbolizer&gt;
                   &lt;LineSymbolizer&gt;
                        &lt;Stroke&gt;
                            &lt;CssParameter name="stroke"&gt;
                                &lt;ogc:Literal&gt;#FF9B37&lt;/ogc:Literal&gt;
                            &lt;/CssParameter&gt;
                            &lt;CssParameter name="stroke-linecap"&gt;
                                &lt;ogc:Literal&gt;butt&lt;/ogc:Literal&gt;
                            &lt;/CssParameter&gt;
                            &lt;CssParameter name="stroke-linejoin"&gt;
                                &lt;ogc:Literal&gt;miter&lt;/ogc:Literal&gt;
                            &lt;/CssParameter&gt;
                            &lt;CssParameter name="stroke-opacity"&gt;
                                &lt;ogc:Literal&gt;0.75&lt;/ogc:Literal&gt;
                            &lt;/CssParameter&gt;
                            &lt;CssParameter name="stroke-width"&gt;
                                &lt;ogc:Literal&gt;3.0&lt;/ogc:Literal&gt;
                            &lt;/CssParameter&gt;
                            &lt;CssParameter name="stroke-dashoffset"&gt;
                                &lt;ogc:Literal&gt;0.0&lt;/ogc:Literal&gt;
                            &lt;/CssParameter&gt;
                        &lt;/Stroke&gt;
                    &lt;/LineSymbolizer&gt;

    &lt;/Rule&gt;
      &lt;/FeatureTypeStyle&gt;
    &lt;/UserStyle&gt;
  &lt;/NamedLayer&gt;</pre>
<p>And now the results:</p>
<p><img class="alignnone size-full wp-image-68" title="highway_shields41" src="http://anantasesha.files.wordpress.com/2009/02/highway_shields41.png?w=450&#038;h=312" alt="highway_shields41" width="450" height="312" /></p>
<p>All this is built on an open source stack, PostGIS for the database, GeoServer for the WMS server, and (so far) OpenLayers for the client.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/anantasesha.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/anantasesha.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/anantasesha.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/anantasesha.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/anantasesha.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/anantasesha.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/anantasesha.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/anantasesha.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/anantasesha.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/anantasesha.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/anantasesha.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/anantasesha.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/anantasesha.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/anantasesha.wordpress.com/56/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anantasesha.wordpress.com&amp;blog=5852060&amp;post=56&amp;subd=anantasesha&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://anantasesha.wordpress.com/2009/02/05/highway-shields-in-geoserver-ii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/22b355aff54ee609bc70d9cd942305fe?s=96&#38;d=identicon" medium="image">
			<media:title type="html">anantasesha</media:title>
		</media:content>

		<media:content url="http://anantasesha.files.wordpress.com/2009/02/highway_shields41.png" medium="image">
			<media:title type="html">highway_shields41</media:title>
		</media:content>
	</item>
		<item>
		<title>Highway Shields in GeoServer</title>
		<link>http://anantasesha.wordpress.com/2009/01/31/highway-shields-in-geoserver/</link>
		<comments>http://anantasesha.wordpress.com/2009/01/31/highway-shields-in-geoserver/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 15:46:48 +0000</pubDate>
		<dc:creator>anantasesha</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://anantasesha.wordpress.com/?p=49</guid>
		<description><![CDATA[Not that I think this hasn&#8217;t been done before, but I adapted highway shields in scalable vector graphics format from http://commons.wikimedia.org/wiki/Category:Highway_shield_blanks, since GeoServer can use SVG for symbolizing (we just need to put the SVG in the same directory as our SLDs, data_dir/styles): Now we&#8217;ll see if we can use pre-symbolized ones like on this [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anantasesha.wordpress.com&amp;blog=5852060&amp;post=49&amp;subd=anantasesha&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Not that I think this hasn&#8217;t been done before, but I adapted highway shields in scalable vector graphics format from <a href="http://commons.wikimedia.org/wiki/Category:Highway_shield_blanks" target="_blank">http://commons.wikimedia.org/wiki/Category:Highway_shield_blanks</a>, since GeoServer can use SVG for symbolizing (we just need to put the SVG in the same directory as our SLDs, data_dir/styles):</p>
<p><img class="alignright size-full wp-image-54" title="picture-91" src="http://anantasesha.files.wordpress.com/2009/01/picture-91.png?w=450&#038;h=426" alt="picture-91" width="450" height="426" /></p>
<div id="attachment_50" class="wp-caption alignleft" style="width: 460px"><img class="size-full wp-image-50" title="Highway Shields" src="http://anantasesha.files.wordpress.com/2009/01/picture-6.png?w=450&#038;h=293" alt="Highway Shields in GeoServer" width="450" height="293" /><p class="wp-caption-text">Highway Shields in GeoServer</p></div>
<p>Now we&#8217;ll see if we can use pre-symbolized ones like on this page: <a href="http://commons.wikimedia.org/wiki/U.S._Route_shields" target="_blank">http://commons.wikimedia.org/wiki/U.S._Route_shields</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/anantasesha.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/anantasesha.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/anantasesha.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/anantasesha.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/anantasesha.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/anantasesha.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/anantasesha.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/anantasesha.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/anantasesha.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/anantasesha.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/anantasesha.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/anantasesha.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/anantasesha.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/anantasesha.wordpress.com/49/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anantasesha.wordpress.com&amp;blog=5852060&amp;post=49&amp;subd=anantasesha&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://anantasesha.wordpress.com/2009/01/31/highway-shields-in-geoserver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/22b355aff54ee609bc70d9cd942305fe?s=96&#38;d=identicon" medium="image">
			<media:title type="html">anantasesha</media:title>
		</media:content>

		<media:content url="http://anantasesha.files.wordpress.com/2009/01/picture-91.png" medium="image">
			<media:title type="html">picture-91</media:title>
		</media:content>

		<media:content url="http://anantasesha.files.wordpress.com/2009/01/picture-6.png" medium="image">
			<media:title type="html">Highway Shields</media:title>
		</media:content>
	</item>
		<item>
		<title>MS4W</title>
		<link>http://anantasesha.wordpress.com/2009/01/09/ms4w/</link>
		<comments>http://anantasesha.wordpress.com/2009/01/09/ms4w/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 11:14:50 +0000</pubDate>
		<dc:creator>anantasesha</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://anantasesha.wordpress.com/?p=42</guid>
		<description><![CDATA[Nov 2, 2008 at 8:20 PM &#8212; Steve Hi Leland, I installed MS4W (MapServer for Windows) on the box  http://maptools.org/ms4w/ which has an Apache host in addition to yours.  I have it using port 8081.  We probably don&#8217;t need to Apache instances (or two PHP instances for that matter) but it is the best pre-built [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anantasesha.wordpress.com&amp;blog=5852060&amp;post=42&amp;subd=anantasesha&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span class="HcCDpe">Nov 2, 2008 at 8:20 PM &#8212; Steve</span></p>
<p>Hi Leland,<br />
I installed MS4W (MapServer for Windows) on the box  <a href="http://maptools.org/ms4w/" target="_blank">http://maptools.org/ms4w/</a> which has an Apache host in addition to yours.  I have it using port 8081.  We probably don&#8217;t need to Apache instances (or two PHP instances for that matter) but it is the best pre-built binary for MapServer, which I may use for serving up the MrSid format aerial imagery.  The install is in the downloads folder.</p>
<p><span class="HcCDpe">Nov 3, 2008 at 10:29 AM &#8212; Leland<br />
</span></p>
<p>Cool.</p>
<p>Agreed that two instanced is not needed. Unless you think we should keep it, I will go ahead and remove my apache instance. That should free up port 80 in case you want to use it for MS4W.</p>
<p>Was there any special conf that was needed when you installed MS4W or was it just install and it was running? Can the PHP installed by MS4W be used for other purposes? i.e. scripting some of the IP stuff that we talked about?</p>
<p><span class="HcCDpe">Nov 3, 2008 at 7:26 PM &#8212; Steve</span></p>
<p>No special configuration for MS4W.  Easiest service installation yet (next to GeoServer).  The PHP instance should be typical, and should work for the IP scripting without a problem, so I&#8217;d say it&#8217;s probably safe to remove the other instance of Apache.  MS4W installs much as you described OpenSource on windows: file structure, path variables, and sets a server instance.</p>
<p>As an aside, Google&#8217;s targeted advertising in the sidebar is getting better&#8211; it includes an advertisement for zigGIS which is the ArcGIS-based PostGIS client I hope to buy for doing the real estate updates in the database.  <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />   I wonder if Google notices that I&#8217;ve noticed now that I&#8217;ve typed it?  <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p><span class="HcCDpe">Nov 3, 2008 at 10:38 PM &#8212; Leland</span></p>
<p>Hmm. That is an intriguing though. (What Google knows we know by analyzing our email conversations).</p>
<p>I got busy today and completed the initial setup of VMWare ESX Infrastructure. (It is amazing what you can do when you don&#8217;t have to go to work and you have a very large server to play around with) I was also able to successfully convert my PHP/MYSQL Microsoft virtual server (mysql03) to a VM for ESX. The conversion utility was awesome; first, I pointed it to my MS vpc on my laptop, then I pointed it to my ESX server and blam! &#8211; new VM, ready to go on the server, all I had to do was &#8220;power on&#8221; the vm. It took all of 25 minutes to convert it. I hope to  try the same thing with our pgsql server tomorrow.</p>
<p>I also traveled way out to Chagrin Falls today to return Tom Stanley&#8217;s laptop; I was fixing some small issues for him. I decided to drive all the way out there to return it so that I had an excuse to visit MicroCenter and spend some time in their bookstore. If you have never been, I highly suggested checking it out. Not only can you find modern books, but you can find ancient ones too (Windows NT Server 4 Administration anyone?). I found a nice <a href="http://safari.awprofessional.com/9780672329166" target="_blank">PHP and MYSQL Web Dev book</a> by the same folks as the pg books you were showing me (purple binder). There were a number of other PHP/MYSQL books, but I like how current this book is &#8211; Copyright 2009. Not too bad; picking up a book from the future among other books from the past. (I looked, but there was no mention as to who won the election tomorrow).</p>
<p>I was a little bummed that the only Apache book they had was an O&#8217;Riley Apache Cookbook which I already have signed out from my library. Oh well, I&#8217;ll see what I can find online.</p>
<p>FYI &#8211; My Apache instance has been removed from the pgsql server.</p>
<p>Ok, now lets see if we can hack google&#8217;s targeted advertising&#8230;. I sure hope Barack Obama wins the election, I just love his recipe for oatmeal raisin cookies.<br />
<span style="color:#888888;"><br />
</span><br />
<span class="HcCDpe">Nov 4, 2008 at 11:21 PM &#8212; Steve</span></p>
<p>So much more seems doable at home, eh?</p>
<p>I&#8217;ve never stopped in MicroCenter&#8217;s book section.  That could be quite dangerous.  I&#8217;ll have to do it the next time I&#8217;m on the East Side&#8211; especially if they have future books!</p>
<p>Cookies?  I think we will confuse Google with that.  Now it&#8217;s advertising ESX to me though.  It seems they still know this is a tech discussion.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/anantasesha.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/anantasesha.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/anantasesha.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/anantasesha.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/anantasesha.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/anantasesha.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/anantasesha.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/anantasesha.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/anantasesha.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/anantasesha.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/anantasesha.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/anantasesha.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/anantasesha.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/anantasesha.wordpress.com/42/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anantasesha.wordpress.com&amp;blog=5852060&amp;post=42&amp;subd=anantasesha&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://anantasesha.wordpress.com/2009/01/09/ms4w/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/22b355aff54ee609bc70d9cd942305fe?s=96&#38;d=identicon" medium="image">
			<media:title type="html">anantasesha</media:title>
		</media:content>
	</item>
		<item>
		<title>Data Has Arrived</title>
		<link>http://anantasesha.wordpress.com/2009/01/09/data-has-arrived/</link>
		<comments>http://anantasesha.wordpress.com/2009/01/09/data-has-arrived/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 11:02:37 +0000</pubDate>
		<dc:creator>anantasesha</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://anantasesha.wordpress.com/?p=38</guid>
		<description><![CDATA[Oct 29, 2008 at 5:45 PM &#8212; Leland Steve, The gis_data folder that I brough home to night has been copied up to C:\ on the pgsql server. I connect the jump drive to the pgsql server via a folder map on the virtual PC. { JumpDrive on the host PC = Z: on pgsql [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anantasesha.wordpress.com&amp;blog=5852060&amp;post=38&amp;subd=anantasesha&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span class="HcCDpe">Oct 29, 2008 at 5:45 PM &#8212; Leland</span></p>
<p>Steve,</p>
<p>The gis_data folder that I brough home to night has been copied up to C:\ on the pgsql server.</p>
<p>I connect the jump drive to the pgsql server via a folder map on the virtual PC. {</p>
<p>JumpDrive on the host PC = Z: on pgsql virtual PC;</p>
<p>}</p>
<p>I already copied the gis_data folder to the C: drive so you did not have to wait 15 minutes to move it where you wanted. If you would like me to bring anything to the office tomorrow, just put it on Z: and I can bring in the drive.</p>
<p>As you can see, I am enjoying learning PHP <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><span class="HcCDpe">Oct 29, 2008 at 7:59 PM &#8212; Steve<br />
</span></p>
<p> <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   My PHP is rusty enough, it was good that you pointed it out.</p>
<p>Down the road when we have thousands of hit to the database ( <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  ) we can optimize disk usage according to necessary performance:</p>
<p><a href="http://www.postgresql.org/docs/8.3/static/manage-ag-tablespaces.html" target="_blank">http://www.postgresql.org/docs/8.3/static/manage-ag-tablespaces.html</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/anantasesha.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/anantasesha.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/anantasesha.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/anantasesha.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/anantasesha.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/anantasesha.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/anantasesha.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/anantasesha.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/anantasesha.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/anantasesha.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/anantasesha.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/anantasesha.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/anantasesha.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/anantasesha.wordpress.com/38/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anantasesha.wordpress.com&amp;blog=5852060&amp;post=38&amp;subd=anantasesha&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://anantasesha.wordpress.com/2009/01/09/data-has-arrived/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/22b355aff54ee609bc70d9cd942305fe?s=96&#38;d=identicon" medium="image">
			<media:title type="html">anantasesha</media:title>
		</media:content>
	</item>
		<item>
		<title>Database Updates</title>
		<link>http://anantasesha.wordpress.com/2009/01/09/database-updates/</link>
		<comments>http://anantasesha.wordpress.com/2009/01/09/database-updates/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 10:59:26 +0000</pubDate>
		<dc:creator>anantasesha</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://anantasesha.wordpress.com/?p=34</guid>
		<description><![CDATA[Oct 26, 2008 at 6:06 PM &#8212; Steve Leland, I think I&#8217;ve successfully loaded data into the database.  Now we&#8217;ll see if we can serve it up through GeoServer&#8230; . Oct 26, 2008 at 6:31 PM &#8212; Steve Wicked clever of me to make sure that postgis could handle the correct projection, but to forget [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anantasesha.wordpress.com&amp;blog=5852060&amp;post=34&amp;subd=anantasesha&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span class="HcCDpe">Oct 26, 2008 at 6:06 PM &#8212; Steve</span></p>
<p>Leland,<br />
I think I&#8217;ve successfully loaded data into the database.  Now we&#8217;ll see if we can serve it up through GeoServer&#8230; .</p>
<p><span class="HcCDpe">Oct 26, 2008 at 6:31 PM &#8212; Steve</span></p>
<p>Wicked clever of me to make sure that postgis could handle the correct projection, but to forget to add it to GeoServer.  Now I have to figure out that part.  Did it once, can&#8217;t remember now.</p>
<p><span class="HcCDpe">Oct 26, 2008 at 6:44 PM &#8212; Steve</span></p>
<p>The test worked:  we are serving from Postgre to Geoserver to a web interface.  Time to start building.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/anantasesha.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/anantasesha.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/anantasesha.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/anantasesha.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/anantasesha.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/anantasesha.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/anantasesha.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/anantasesha.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/anantasesha.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/anantasesha.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/anantasesha.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/anantasesha.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/anantasesha.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/anantasesha.wordpress.com/34/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anantasesha.wordpress.com&amp;blog=5852060&amp;post=34&amp;subd=anantasesha&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://anantasesha.wordpress.com/2009/01/09/database-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/22b355aff54ee609bc70d9cd942305fe?s=96&#38;d=identicon" medium="image">
			<media:title type="html">anantasesha</media:title>
		</media:content>
	</item>
		<item>
		<title>FWTools</title>
		<link>http://anantasesha.wordpress.com/2009/01/09/fwtools/</link>
		<comments>http://anantasesha.wordpress.com/2009/01/09/fwtools/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 10:53:52 +0000</pubDate>
		<dc:creator>anantasesha</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://anantasesha.wordpress.com/?p=32</guid>
		<description><![CDATA[Oct 26, 2008 at 5:51 PM &#8212; Steve Hi Leland, I took the liberty of downloading and installing FWTools on bytesmyth (let me know when/if I overstep any bounds&#8211; FYI, this is even a &#8220;blessed&#8221; application&#8211; I have it on my desktop at work).  Mostly I just wanted some of the gdal and ogr (pronounced [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anantasesha.wordpress.com&amp;blog=5852060&amp;post=32&amp;subd=anantasesha&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span class="HcCDpe">Oct 26, 2008 at 5:51 PM &#8212; Steve</span></p>
<p>Hi Leland,<br />
I took the liberty of downloading and installing <a href="http://fwtools.maptools.org/" target="_blank">FWTools</a> on bytesmyth (let me know when/if I overstep any bounds&#8211; FYI, this is even a &#8220;blessed&#8221; application&#8211; I have it on my desktop at work).  Mostly I just wanted some of the gdal and ogr (pronounced &#8220;goodle&#8221; and &#8220;ogre&#8221;) command line utilities for manipulating data (including populating a PostGIS database from a range of standard GIS formats), but it also comes with MapServer, which is GeoServer&#8217;s twin on the C/C++ GIS open source stack (GeoServer being the younger Java twin).  I&#8217;m thinking there might be an advantage to running MapServer as well as GeoServer in that MapServer can serve image files that are compressed in MrSid format.  I wouldn&#8217;t want to spend my time configuring MapServer to do everything, but configuring it to do just that shouldn&#8217;t be too hard.  Then GeoServer would access MapServer through the WMS interface.  What I don&#8217;t know yet is what MapServer runs on in the FWTools installation.  I have to assume it uses IIS, since it doesn&#8217;t say, but I do worry that this might not be the version of MapServer we&#8217;d want to run on an operational server.  <img style="vertical-align:middle;margin:0 .2ex;" src="https://mail.google.com/mail/e/gtalk/322" alt="" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/anantasesha.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/anantasesha.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/anantasesha.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/anantasesha.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/anantasesha.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/anantasesha.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/anantasesha.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/anantasesha.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/anantasesha.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/anantasesha.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/anantasesha.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/anantasesha.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/anantasesha.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/anantasesha.wordpress.com/32/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anantasesha.wordpress.com&amp;blog=5852060&amp;post=32&amp;subd=anantasesha&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://anantasesha.wordpress.com/2009/01/09/fwtools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/22b355aff54ee609bc70d9cd942305fe?s=96&#38;d=identicon" medium="image">
			<media:title type="html">anantasesha</media:title>
		</media:content>

		<media:content url="//mail.google.com/mail/e/gtalk/322" medium="image" />
	</item>
		<item>
		<title>Login</title>
		<link>http://anantasesha.wordpress.com/2009/01/09/login/</link>
		<comments>http://anantasesha.wordpress.com/2009/01/09/login/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 10:19:03 +0000</pubDate>
		<dc:creator>anantasesha</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://anantasesha.wordpress.com/?p=26</guid>
		<description><![CDATA[Oct 9, 2008 at 7:35 PM &#8212; Steve Hi Leland, I&#8217;m up and configuring Geoserver via the web.  Can&#8217;t change my password on login to the windows machine, I think because I don&#8217;t know its real domain name&#8230; .  Ahh, it&#8217;s nice to be playing with a version of the server when I know I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anantasesha.wordpress.com&amp;blog=5852060&amp;post=26&amp;subd=anantasesha&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Oct 9, 2008 at 7:35 PM &#8212; Steve</p>
<p>Hi Leland,<br />
I&#8217;m up and configuring Geoserver via the web.  Can&#8217;t change my password on login to the windows machine, I think because I don&#8217;t know its real domain name&#8230; .  Ahh, it&#8217;s nice to be playing with a version of the server when I know I probably will have to do this just once&#8230; .</p>
<p>Oct 10, 2008 at 7:25 PM &#8212; Leland</p>
<p>LOL &#8211; I was keeping my eye on Facebook last night and did not see this message from you. sorry I missed it.</p>
<p>Your screen shot was helpful. When changing the password make sure that the username field is only smather, not www.byte&#8230;.\smather.  If that does not work, try PGSQL\smather.  It looks like the MAC rdp client is trying to use ddddbsdn as the computername witch won&#8217;t work. <em>&#8220;Macintosh!&#8221;</em> (in my best &#8220;Newman!&#8221; voice).</p>
<p>Attached is an example of how the password change screen looks from the windows rdp client. Note that &#8220;log on to&#8221; option says &#8220;PGSQL&#8221;; that is the Windows computername. If you can choose this option as PGSQL, you should just use smather as the user name. If, however you can&#8217;t choose a log on to option, then use the PGSQL\smather for the username.</p>
<p>Here is what i have installed on this box so far so far&#8230;</p>
<p>Started Here &#8211; <a href="http://geoserver.org/display/GEOSDOC/1.1.1+Windows+Install" target="_blank">http://geoserver.org/display/GEOSDOC/1.1.1+Windows+Install</a></p>
<ul>
<li>JDK 6u7</li>
<li>GeoServer (default admin pw)</li>
</ul>
<p>Next followed these instructions <a href="http://pginstaller.projects.postgresql.org/" target="_blank">http://pginstaller.projects.postgresql.org/</a> using all the defaults</p>
<ul>
<li>PostGreSQL
<ul>
<li>PostGreSQL Service (windows) username:pguser pass:******* (begins with ***)</li>
</ul>
</li>
<li>Inital DB
<ul>
<li>superuser: postgres pass:******</li>
</ul>
</li>
<li>Ran StackBuilder and installed PostGIS 1.3.3 for PostGreSQL</li>
</ul>
<p>That is about the point I started falling asleep. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I am putting the kid to bed in about 20 min. But I&#8217;ll be back later if you are interested in connecting.</p>
<p>later</p>
<p>Oct 10, 2008 at 9:04 PM &#8212; Leland</p>
<p>I have reviewed, but have not done anything on this yet. http://geoserver.org/display/GEOSDOC/PostGIS+DataStore &#8230;.</p>
<p>&#8220;how to avoid the problem of the data being occluded by the treetops themselves.&#8221; &#8211; Cut down all the trees and re-scan.</p>
<p>Tue, Oct 21, 2008 at 6:55 PM &#8212; Steve</p>
<p>Hmm, so would it be possible to open up the postgre port?  Then I could use psql and PGAdmin natively on my Mac for configuring.</p>
<p>FYI, I&#8217;ve started playing with the database, just basic stuff, like adding a new database, dropping it, etc.  Boy it&#8217;s been a while, but the tutorials are really easy to follow.  PGAdmin is great &#8217;cause it exposes options for which I have no understanding, but points me in the direction of things I still have to learn.</p>
<p>Oct 21, 2008 at 8:25 PM &#8212; Leland</p>
<p>Sure thing. Try it now.</p>
<p>I forwarded 5432. It appears from the pgAdmin III server properties that this is the port it is using. Let me know if there are any others that need opened up.</p>
<p>Oct 25, 2008 at 10:46 AM &#8212; Steve</p>
<p>I tried the connection on 5432, but my PGAdmin client reports that there is no host listening on that report.  So I checked the postgresql.conf file and modified the host list to include my IP.  We&#8217;ll see if this works&#8230; .  I also added auto database vacuuming, &#8217;cause I read somewhere that&#8217;s a good practise.  I edited using file:open postgresql.conf in PGAdmin on the host machine.</p>
<p>Steve</p>
<p>Sat, Oct 25, 2008 at 10:48 AM &#8212; Steve</p>
<p>Although it looks like its easier to edit from tools:server configuration.</p>
<p>Unfortunately my changes haven&#8217;t helped&#8230; .</p>
<p>Sat, Oct 25, 2008 at 11:04 AM &#8212; Leland</p>
<p>The address you added (your ip) will not work here. I believe this setting tells pgsql which local network card to listen on. It can&#8217;t do that with your IP. Is there a pgsql setting for which ip addrs to accept connections from? If so, that is where to put ur ip addr. Especially if that setting is set to localhost.</p>
<p>I am out on some errands right now when I get home I can take a look at it.</p>
<p>Oct 25, 2008 at 11:52 AM &#8212; Steve</p>
<p>Hmm, I&#8217;ll have to look at that then.  So much to understand yet.  Looks like the setting for which hosts can connect is in the pg_hba.conf &#8212; I&#8217;ll let you handle that&#8211; I&#8217;m not really sure what to put for the subnet mask (if anything).  Not all of the network tutorial has sunk in yet <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Here&#8217;s what I ran locally as a set of command line tests for creating and spatially enabling a new database, g4wd (although now that I&#8217;ve read more, it seems that there&#8217;s already a template PostGIS database that is configured as part of the Windows install, so I probably didn&#8217;t need to do anything I did below&#8230; ).</p>
<p>createdb g4wd<br />
createlang plpgsql g4wd (unnecessary step, and postgre told me so)<br />
psql -d g4wd -f lwpostgis.sql<br />
psql-d g4wd -f spatial_ref_sys.sql</p>
<p>The next few I have recorded at the command line, after setting my number of lines of buffer retained in the cmd window:</p>
<p>psql g4wd<br />
\d<br />
\d geometry_columns<br />
\d spatial_ref_sys<br />
select postgis_full_version();</p>
<p>which actually looked like this:</p>
<p>C:\Program Files\PostgreSQL\8.3\share\contrib&gt;&#8221;C:\Program Files\PostgreSQL\8.3\b<br />
in\psql&#8221; g4wd<br />
Password:<br />
Welcome to psql 8.3.4, the PostgreSQL interactive terminal.</p>
<p>Type:  \copyright for distribution terms<br />
\h for help with SQL commands<br />
\? for help with psql commands<br />
\g or terminate with semicolon to execute query<br />
\q to quit</p>
<p>Warning: Console code page (437) differs from Windows code page (1252)<br />
8-bit characters might not work correctly. See psql reference<br />
page &#8220;Notes for Windows users&#8221; for details.</p>
<p>g4wd=# \d<br />
List of relations<br />
Schema |       Name       | Type  | Owner<br />
&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;-+&#8212;&#8212;&#8211;<br />
public | geometry_columns | table | pguser<br />
public | spatial_ref_sys  | table | pguser<br />
(2 rows)</p>
<p>g4wd=# \d geometry_columns<br />
Table &#8220;public.geometry_columns&#8221;<br />
Column       |          Type          | Modifiers<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8211;<br />
f_table_catalog   | character varying(256) | not null<br />
f_table_schema    | character varying(256) | not null<br />
f_table_name      | character varying(256) | not null<br />
f_geometry_column | character varying(256) | not null<br />
coord_dimension   | integer                | not null<br />
srid              | integer                | not null<br />
type              | character varying(30)  | not null<br />
Indexes:<br />
&#8220;geometry_columns_pk&#8221; PRIMARY KEY, btree (f_table_catalog, f_table_schema, f<br />
_table_name, f_geometry_column)</p>
<p>g4wd=# \d spatial_ref_sys<br />
Table &#8220;public.spatial_ref_sys&#8221;<br />
Column   |          Type           | Modifiers<br />
&#8212;&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-+&#8212;&#8212;&#8212;&#8211;<br />
srid      | integer                 | not null<br />
auth_name | character varying(256)  |<br />
auth_srid | integer                 |<br />
srtext    | character varying(2048) |<br />
proj4text | character varying(2048) |<br />
Indexes:<br />
&#8220;spatial_ref_sys_pkey&#8221; PRIMARY KEY, btree (srid)</p>
<p>g4wd=# select postgis_full_version<br />
g4wd-# ();<br />
postgis_full_version</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
&#8211;<br />
POSTGIS=&#8221;1.3.3&#8243; GEOS=&#8221;3.0.0-CAPI-1.4.1&#8243; PROJ=&#8221;Rel. 4.6.0, 21 Dec 2007&#8243; USE_STAT<br />
S<br />
(1 row)</p>
<p>g4wd=#</p>
<p>Oct 25, 2008 at 12:07 PM &#8212; Leland</p>
<p>Hmmmm. I got home and tried a port scan on my router from an external machine. Did not find port 5432 on my router. From the host machine, I tried scanning 5432 on pgsql, and it did not find any open port there either. When I did a port scan locally (to localhost) on the pgsql box, It shows that 5432 is open. So these results show me that PGSQL is indeed  using port 5432, but is is only allowing connections from the local machine. Any ideas?</p>
<p><span class="HcCDpe">Oct 25, 2008 at 12:10 PM &#8212; Steve</span></p>
<p>Now to check that we have one of the projections that we use in the GIS lab, Ohio State Plane North, NAD83, Meters available to us in PostGIS, I did a query on spatial_ref_sys looking for the code for Ohio State Plane (which I got from searching on the <a href="http://spatialreference.org/ref/epsg/32122/" target="_blank">spatial reference</a> web site):</p>
<p><strong>g4wd=# select * from spatial_ref_sys where srid = 32122;<br />
-[ RECORD 1 ]&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
srid      | 32122<br />
auth_name | EPSG<br />
auth_srid | 32122<br />
srtext    | PROJCS["NAD83 / Ohio North",GEOGCS["NAD83",DATUM["North_American_Dat<br />
um_1983",SPHEROID["GRS 1980",6378137,298.257222101,AUTHORITY["EPSG","7019"]],AUT<br />
HORITY["EPSG","6269"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degr<br />
ee",0.01745329251994328,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4269"]],PROJ<br />
ECTION["Lambert_Conformal_Conic_2SP"],PARAMETER["standard_parallel_1",41.7],PARA<br />
METER["standard_parallel_2",40.43333333333333],PARAMETER["latitude_of_origin",39<br />
.66666666666666],PARAMETER["central_meridian",-82.5],PARAMETER["false_easting",6<br />
00000],PARAMETER["false_northing",0],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AU<br />
THORITY["EPSG","32122"]]<br />
proj4text | +proj=lcc +lat_1=41.7 +lat_2=40.43333333333333 +lat_0=39.66666666666<br />
666 +lon_0=-82.5 +x_0=600000 +y_0=0 +ellps=GRS80 +datum=NAD83 +units=m +no_defs</strong></p>
<p>But we don&#8217;t have the equivalent projection in feet (as opposed to meters:</p>
<p><strong>g4wd=# select * from spatial_ref_sys where srid = 102722;<br />
(No rows)</strong></p>
<p>So I attempted an insert statement to add it:<br />
<strong><br />
INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 9102722, &#8216;<a href="http://spatialreference.org/" target="_blank">spatialreference.org</a>&#8216;, 102722, &#8216;+proj=lcc +lat_1=40.43333333333333 +lat_2=41.7 +lat_0=39.66666666666666 +lon_0=-82.5 +x_0=600000.0000000001 +y_0=0 +ellps=GRS80 +datum=NAD83 +to_meter=0.3048006096012192 +no_defs &#8216;, &#8216;PROJCS["NAD_1983_StatePlane_Ohio_North_FIPS_3401_Feet",GEOGCS["GCS_North_American_1983",DATUM["North_American_Datum_1983",SPHEROID["GRS_1980",6378137,298.257222101]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]],PROJECTION["Lambert_Conformal_Conic_2SP"],PARAMETER["False_Easting",1968500],PARAMETER["False_Northing",0],PARAMETER["Central_Meridian",-82.5],PARAMETER["Standard_Parallel_1",40.43333333333333],PARAMETER["Standard_Parallel_2",41.7],PARAMETER["Latitude_Of_Origin",39.66666666666666],UNIT["Foot_US",0.30480060960121924],AUTHORITY["EPSG","102722"]]&#8217;);</strong></p>
<p>But to no avail:</p>
<p><strong>g4wd=# select * from spatial_ref_sys where srid = 102722;<br />
(No rows)</strong></p>
<p>Hmm.   Need to do more research.</p>
<p><span class="HcCDpe">Sat, Oct 25, 2008 at 12:13 PM &#8212; Steve</span></p>
<p>Hmm, I don&#8217;t know.  pg_hba.conf (available under Tools:Server Configuration in PGAdmin) appears to handle the external connections, but I don&#8217;t know if that is the whole story or not.</p>
<p><span class="HcCDpe">Oct 25, 2008 at 12:15 PM &#8212; Steve<br />
</span></p>
<p>I guess hba is host based authentication:</p>
<p><a href="http://developer.postgresql.org/pgdocs/postgres/auth-pg-hba-conf.html" target="_blank">http://developer.postgresql.org/pgdocs/postgres/auth-pg-hba-conf.html</a></p>
<p><span class="HcCDpe">Sat, Oct 25, 2008 at 4:34 PM &#8212; Leland</span></p>
<p>Give it a try now. If your address is still <a href="http://76.160.84.30/" target="_blank">76.160.84.30</a>, this should work but I&#8217;m not sure. I tried to add a similar entry for my network 10.0.0.xxx,  but I still can&#8217;t seem to find 5432 on pgsql remotely with telnet or port scan, I need to get pgAdmin installed to test with, but I suspect it is not working yet.  Try admin from your and and let me know your results.</p>
<p>I have finished all of my errands, unfortunately now I have to start my chores. (I can&#8217;t wait till I get down to just tasks.).</p>
<p><span class="HcCDpe">Oct 25, 2008 at 5:26 PM &#8212; Leland</span></p>
<p>Ok. We&#8217;re in business.</p>
<p>I found that I had to add the remote address to the pg_hba.conf file, and I had to add the local NIC address to the listen_addresses properties in postgresql.conf. After doing this and restarting the server, I was able to telnet and scan on 5432 remotely. Should work with pgAdmin too.</p>
<p>It pays to read the <strong>WHOLE </strong>conf file instructions&#8230;<br />
<em>#<br />
# If you want to allow non-local connections, you need to add more<br />
# &#8220;host&#8221; records. <strong>In that case you will also need to make PostgreSQL listen<br />
# on a non-local interface via the listen_addresses configuration parameter,</strong><br />
# or via the -i or -h command line switches.<br />
#</em></p>
<p><span class="HcCDpe">Oct 25, 2008 at 6:22 PM  &#8212; Steve<br />
</span></p>
<p>I&#8217;m in!</p>
<p><span class="HcCDpe">Oct 25, 2008 at 6:25 PM &#8212; Leland</span></p>
<p>Got pgAdminIII running on Vista on my laptop. My first attempt to connect returned the error.  <strong>missing or erroneous pg_hba.conf file</strong> When I checked the pg_hba.conf file on the server, I found that it had an erroneous  host entry.  en I fixed it, the connection worked!</p>
<p>Very cool that the client would not connect remotely due to and error in the remote connect config file.</p>
<p><span class="HcCDpe">Oct 25, 2008 at 7:04 PM &#8212; Leland<br />
</span></p>
<p>Cool! Too bad it took us all day. He He.</p>
<p>You should be able to stay connected until your IP address changes from its current value. We could put a larger range in to represent your ISP, (</p>
<p>This range: <a href="http://76.160.84.30/32" target="_blank">76.160.84.30/32</a> only = <a href="http://76.160.84.30/32" target="_blank">76.160.84.30/32</a><br />
whereas This range: <a href="http://76.160.84.30/16" target="_blank">76.160.84.30/16</a> = 76.160.*.*<br />
)<br />
but that would also mean that anyone on your ISP would be able to connect too. Not a big issue, unless they know the username and password, but they would already be twice as far in the door as user who&#8217;s ip is not on the list. Or, if we are a little more daring, we could script something.</p>
<p><span class="HcCDpe">Oct 25, 2008 at 7:27 PM &#8212; Steve<br />
</span></p>
<p>I&#8217;ve got cURL on my machine.  It seems conceivable that I could write a bash script to periodically check my IP address and use a http post or get request to send that info to bs (actually an easy prospect).</p>
<p>Now, what the script would look like on the bs side?  Maybe a targeted PHP script to consume the get request, and modify the postgre config file.  Or maybe you have something more secure in mind.</p>
<p><span class="HcCDpe">Oct 25, 2008 at 7:57 PM &#8212; Steve<br />
</span></p>
<p>I&#8217;ve added the projection in question (state plane north feet).  The sql command I was using was right, I just failed to understand what it was coding the spatial reference id (srid) as.  I though it was coding it as 102722, but it is 9102722, so it just looked like it didn&#8217;t work.</p>
<p>So now, I should be able to load Cleveland Metroparks data.  But first, I have to turn the laptop back over to April&#8230; .</p>
<p><span class="HcCDpe">Oct 25, 2008 at 8:01 PM &#8212; Leland</span></p>
<p>What you suggested is just what I had in mind. The only extra step would be to restart pgsql after the pg_hba.conf was updated. We should be able to restart the whole pgsql service via a script, but I don&#8217;t know if a full service restart is required. From the pg_hba.conf file&#8230;</p>
<blockquote class="gmail_quote"><p># This file is read on server startup and when the postmaster receives<br />
# a SIGHUP signal.  <strong>If you edit the file on a running system, you have<br />
# to SIGHUP the postmaster for the changes to take effect.  You can use<br />
# &#8220;pg_ctl reload&#8221; to do that.</strong></p></blockquote>
<p>I have been restarting the service via pgadmin, but you may be able to re-load the conf using the &#8220;pg_ctl reload&#8221; command. Is that a pg server side command?</p>
<p><span class="HcCDpe">Oct 25, 2008 at 9:53 PM &#8212; Leland</span></p>
<p>random thoughts&#8230;</p>
<p>While thinking about this same task for treypod, it occurred to me that the scripting from end to end would be easier if I did not have to script finding my IP address first on the client side. Instead, I was thinking that if I could trust that a specially crafted HTTP get or put request was coming from my client, then I could trust the source IP of that request and use it to update the server&#8217;s copy of the clients IP.</p>
<p>The only problem with this is that an ISP operator can see the http request and replicate the URL from an undesirable IP address. Since the server is basing its trust on the specially crafted URL, once it is copied, it can&#8217;t be trusted. Even if the unscrupulous operator saw the URL, was clueless at to what it did and tried it, it would still automatically update the server with his IP address.</p>
<p><span class="HcCDpe">Oct 26, 2008 at 9:43 AM &#8212; Steve</span></p>
<p>What about https?  Then at least we require and encryted handshake.  I can script from the client side (in theory) FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP and LDAPS (although several of those I don&#8217;t know what they are).</p>
<p><span class="HcCDpe">Oct 26, 2008 at 9:48 AM &#8212; Steve</span></p>
<p>pg_ctl, from what I understand is a better way to stop and start than postmaster, since it gives more options.  If used with the <em>reload</em> option it just forces pg to reread the configuration files, but without stopping or starting the server.</p>
<p><a href="http://www.postgresql.org/docs/8.3/static/app-pg-ctl.html" target="_blank">http://www.postgresql.org/docs/8.3/static/app-pg-ctl.html</a></p>
<p><span class="HcCDpe">Oct 26, 2008 at 9:50 AM &#8212; Steve<br />
</span></p>
<p>My guess is that <em>pg_ctl reload</em> just applies configuration changes to all new threads started on pg, which works for our purposes.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/anantasesha.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/anantasesha.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/anantasesha.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/anantasesha.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/anantasesha.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/anantasesha.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/anantasesha.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/anantasesha.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/anantasesha.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/anantasesha.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/anantasesha.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/anantasesha.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/anantasesha.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/anantasesha.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anantasesha.wordpress.com&amp;blog=5852060&amp;post=26&amp;subd=anantasesha&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://anantasesha.wordpress.com/2009/01/09/login/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/22b355aff54ee609bc70d9cd942305fe?s=96&#38;d=identicon" medium="image">
			<media:title type="html">anantasesha</media:title>
		</media:content>
	</item>
		<item>
		<title>Data Directory</title>
		<link>http://anantasesha.wordpress.com/2009/01/09/data-directory/</link>
		<comments>http://anantasesha.wordpress.com/2009/01/09/data-directory/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 10:16:25 +0000</pubDate>
		<dc:creator>anantasesha</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://anantasesha.wordpress.com/?p=24</guid>
		<description><![CDATA[October 18, 2008, 8:35 &#8212; Leland Hey Steve, I uploaded the data directory last night to c:\data_dir please feel free to move it to wherever you wish. I didn&#8217;t do much else last night as I left my laptop power adapter at work. D&#8217;OH!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anantasesha.wordpress.com&amp;blog=5852060&amp;post=24&amp;subd=anantasesha&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>October 18, 2008, 8:35 &#8212; Leland</p>
<p>Hey Steve,</p>
<p>I uploaded the data directory last night to c:\data_dir please feel free to move it to wherever you wish.</p>
<p>I didn&#8217;t do much else last night as I left my laptop power adapter at work. D&#8217;OH!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/anantasesha.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/anantasesha.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/anantasesha.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/anantasesha.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/anantasesha.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/anantasesha.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/anantasesha.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/anantasesha.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/anantasesha.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/anantasesha.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/anantasesha.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/anantasesha.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/anantasesha.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/anantasesha.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anantasesha.wordpress.com&amp;blog=5852060&amp;post=24&amp;subd=anantasesha&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://anantasesha.wordpress.com/2009/01/09/data-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/22b355aff54ee609bc70d9cd942305fe?s=96&#38;d=identicon" medium="image">
			<media:title type="html">anantasesha</media:title>
		</media:content>
	</item>
		<item>
		<title>Server is back up</title>
		<link>http://anantasesha.wordpress.com/2009/01/09/server-is-back-up/</link>
		<comments>http://anantasesha.wordpress.com/2009/01/09/server-is-back-up/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 10:13:33 +0000</pubDate>
		<dc:creator>anantasesha</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://anantasesha.wordpress.com/?p=22</guid>
		<description><![CDATA[Oct 15, 2008, 4:26 PM &#8212; Leland The server is back up. It looks like the host machine was set to download and install Windows updates automatically. Unfortunately this also included rebooting the server at 3:00am. Yesterday I set up a &#8220;IP beacon&#8221; &#8211; Every hour I send a message to my email account. If [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anantasesha.wordpress.com&amp;blog=5852060&amp;post=22&amp;subd=anantasesha&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Oct 15, 2008, 4:26 PM &#8212; Leland</p>
<p>The server is back up. It looks like the host machine was set to download and install Windows updates automatically. Unfortunately this also included rebooting the server at 3:00am.</p>
<p>Yesterday I set up a &#8220;IP beacon&#8221; &#8211; Every hour I send a message to my email account. If I check the very first RECEIVED BY entry in the email header, I can see my home IP address. This beacon worked last night, every hour on the hour, that is  until after 3:00am after the update occured.</p>
<p>October 15 at 5:00pm &#8212; Steve</p>
<p> <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   Now I just need to find the energy to dive into Postgre!  (I feel pretty comfortable with Geoserver at this stage.</p>
<p>Steve</p>
<h4></h4>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/anantasesha.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/anantasesha.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/anantasesha.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/anantasesha.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/anantasesha.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/anantasesha.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/anantasesha.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/anantasesha.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/anantasesha.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/anantasesha.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/anantasesha.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/anantasesha.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/anantasesha.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/anantasesha.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anantasesha.wordpress.com&amp;blog=5852060&amp;post=22&amp;subd=anantasesha&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://anantasesha.wordpress.com/2009/01/09/server-is-back-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/22b355aff54ee609bc70d9cd942305fe?s=96&#38;d=identicon" medium="image">
			<media:title type="html">anantasesha</media:title>
		</media:content>
	</item>
		<item>
		<title>GeoServer</title>
		<link>http://anantasesha.wordpress.com/2009/01/09/geoserver/</link>
		<comments>http://anantasesha.wordpress.com/2009/01/09/geoserver/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 10:06:59 +0000</pubDate>
		<dc:creator>anantasesha</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://anantasesha.wordpress.com/?p=19</guid>
		<description><![CDATA[October 8 at 11:03pm — Leland hey steve, I have a base install of JDK 6u7 &#38; GeoServer 1.6.5 running on a Windows vm. http://localhost:8080/geoserver/welcome.do. give it a try let me know how it works. If you would like to log on to the windows box, go here http://www.microsoft.com/mac/products/remote-desktop/default.mspx and download the mac RDP client. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anantasesha.wordpress.com&amp;blog=5852060&amp;post=19&amp;subd=anantasesha&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>October 8 at 11:03pm — Leland</p>
<p>hey steve,</p>
<p>I have a base install of JDK 6u7 &amp; GeoServer 1.6.5 running on a Windows vm. <a rel="nofollow" href="http://www.bytesmyth.net:8080/geoserver/welcome.do" target="_blank"><span>http://localhost:8</span>080/geoserver/welcome.do</a>. give it a try let me know how it works.</p>
<p>If you would like to log on to the windows box, go here <a rel="nofollow" href="http://www.microsoft.com/mac/products/remote-desktop/default.mspx" target="_blank"><span>http://www.microsoft.com/m</span><span>ac/products/remote-desktop</span>/default.mspx</a> and download the mac RDP client. connect to wdbdn and log on as user=smather pass=letmein (you will need to change it). your test user is an administrator of the windows server.</p>
<p>The /download folder has the packages that I have acquired and installed so far.</p>
<p>cool stuff!</p>
<p>October 9 at 8:27pm &#8212; Steve</p>
<p>Already configuring!  This is great!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/anantasesha.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/anantasesha.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/anantasesha.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/anantasesha.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/anantasesha.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/anantasesha.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/anantasesha.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/anantasesha.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/anantasesha.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/anantasesha.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/anantasesha.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/anantasesha.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/anantasesha.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/anantasesha.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anantasesha.wordpress.com&amp;blog=5852060&amp;post=19&amp;subd=anantasesha&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://anantasesha.wordpress.com/2009/01/09/geoserver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/22b355aff54ee609bc70d9cd942305fe?s=96&#38;d=identicon" medium="image">
			<media:title type="html">anantasesha</media:title>
		</media:content>
	</item>
	</channel>
</rss>
