<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.text.xml.exist">
    <title>gmane.text.xml.exist</title>
    <link>http://permalink.gmane.org/gmane.text.xml.exist</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.exist/42614"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.exist/42613"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.exist/42612"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.exist/42611"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.exist/42610"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.exist/42609"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.exist/42608"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.exist/42607"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.exist/42606"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.exist/42605"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.exist/42604"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.exist/42603"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.exist/42602"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.exist/42601"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.exist/42600"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.exist/42599"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.exist/42598"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.exist/42597"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.exist/42596"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.exist/42595"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.exist/42614">
    <title>Re: Installation on a server</title>
    <link>http://permalink.gmane.org/gmane.text.xml.exist/42614</link>
    <description>&lt;pre&gt;Please could you try the more simple http://(servername):8080/ ?? And maybe clean your browser cache?

--
Dannes Wessels

On 19 mei 2013, at 04:09, Joe Wicentowski &amp;lt;joewiz&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:


------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
&lt;/pre&gt;</description>
    <dc:creator>Dannes Wessels</dc:creator>
    <dc:date>2013-05-19T15:49:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.exist/42613">
    <title>Re: Error in logfile</title>
    <link>http://permalink.gmane.org/gmane.text.xml.exist/42613</link>
    <description>&lt;pre&gt;

What? I see nothing...




&lt;/pre&gt;</description>
    <dc:creator>Dmitriy Shabanov</dc:creator>
    <dc:date>2013-05-19T13:35:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.exist/42612">
    <title>Re: Installation on a server</title>
    <link>http://permalink.gmane.org/gmane.text.xml.exist/42612</link>
    <description>&lt;pre&gt;Hi Giuseppe,

I do not have any step-by-step instructions, but there should be sufficient resources about apache proxies on the web. You'll first have to create a virtual host for your servers public name (just copy an existing one). Within the virtual host config, the relevant instructions for the proxy should look similar to the following:

ProxyRequests Off
ProxyPass       /   http://localhost:8080/
ProxyPassReverse    /   http://localhost:8080/
ProxyPassReverseCookieDomain localhost my.host.public.name
ProxyPassReverseCookiePath / /exist
ProxyPreserveHost On
RewriteEngine       On
RewriteRule ^/exist - [PT]
RewriteRule ^/(.*)$ /exist/$1 [PT]

It takes some patience to figure out the correct configuration matching your server setup. Even though I've done it many times, I always manage to mess up my config ;-)

Wolfgang
------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential&lt;/pre&gt;</description>
    <dc:creator>wolfgang&lt; at &gt;exist-db.org</dc:creator>
    <dc:date>2013-05-19T12:42:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.exist/42611">
    <title>Re: Installation on a server</title>
    <link>http://permalink.gmane.org/gmane.text.xml.exist/42611</link>
    <description>&lt;pre&gt;Hi Wolfgang,

Thanks for answering. Yes, I would be happy if you could tell me how to deal with an apache proxy. Do you have step-by-step instructions? Thanks!

Giuseppe

Il giorno 19/mag/2013, alle ore 14:17, wolfgang&amp;lt; at &amp;gt;exist-db.org ha scritto:

Hi,


This will not work! eXist has its own web server, so if you want another web server to sit in front of eXist, you have to configure it as a proxy. I have never done this with IIS, but I have several instances running on Windows 2008 Server with Apache as a proxy in front of them. Configuring an Apache proxy works more or less in the same way on all operating systems. If you want, I can send you a sample configuration.

The alternative would be to configure eXist to directly respond to port 80 (instead of 8080), but if you need multiple instances/services, the proxy is to be preferred.

Wolfgang
------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility&lt;/pre&gt;</description>
    <dc:creator>applemeum&lt; at &gt;gmail.com</dc:creator>
    <dc:date>2013-05-19T12:21:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.exist/42610">
    <title>Re: Installation on a server</title>
    <link>http://permalink.gmane.org/gmane.text.xml.exist/42610</link>
    <description>&lt;pre&gt;Hi,


This will not work! eXist has its own web server, so if you want another web server to sit in front of eXist, you have to configure it as a proxy. I have never done this with IIS, but I have several instances running on Windows 2008 Server with Apache as a proxy in front of them. Configuring an Apache proxy works more or less in the same way on all operating systems. If you want, I can send you a sample configuration.

The alternative would be to configure eXist to directly respond to port 80 (instead of 8080), but if you need multiple instances/services, the proxy is to be preferred.

Wolfgang
------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
&lt;/pre&gt;</description>
    <dc:creator>wolfgang&lt; at &gt;exist-db.org</dc:creator>
    <dc:date>2013-05-19T12:17:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.exist/42609">
    <title>Error in logfile</title>
    <link>http://permalink.gmane.org/gmane.text.xml.exist/42609</link>
    <description>&lt;pre&gt;Hi all,

In my opinion is something related with betterform, but I'm not sure. 
I've no idea of what does it mean.

Any suggestion?

Paolo

Running exist-2.0 as is on a windows 7 machine w/8GB Ram



------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d_______________________________________________
Exist-open mailing list
Exist-open&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/exist-open
&lt;/pre&gt;</description>
    <dc:creator>Paolo Di Pietro</dc:creator>
    <dc:date>2013-05-19T09:30:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.exist/42608">
    <title>Re: Installation on a server</title>
    <link>http://permalink.gmane.org/gmane.text.xml.exist/42608</link>
    <description>&lt;pre&gt;Hi Joe,

I think that the problem is in the IIS configuration. If I manage the
website section of IIS, I need to specify a directory where my website is
(and I do  not know where it is, but I have to specify a path!). For
example, If i specify the directory of eXist-db, there appears the page
with the message

You should be redirected to eXist's local homepage within 3 seconds. If
not, click the link below. http://localhost:8080/exist/index.xml

and then

HTTP ERROR 404
Problem accessing /exist/index.xml. Reason:
Not found


The page (You should be redirected etc....) is the page contained in the
index.html page available in that directory (but then it is not possible to
cnnect via localhost).

Consider that on my server exist.db works correctly, as it does in a normal
computer (and I have also activated the relative Service). But I cannot
access it on the internet via my IP address. I think it is a problem of
parameters in IIS (on the initial page of IIS, I see options like "connect
to a localhost, connect &lt;/pre&gt;</description>
    <dc:creator>Beppe</dc:creator>
    <dc:date>2013-05-19T08:56:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.exist/42607">
    <title>Re: Installation on a server</title>
    <link>http://permalink.gmane.org/gmane.text.xml.exist/42607</link>
    <description>&lt;pre&gt;Hi Giuseppe,

Does http://localhost:8080/exist/ work in your server's browser to bring up eXist-db's dashboard app?  If so, substitute your host name or public IP address for localhost, and that should work.  IPChicken.com is a good service for determining your public IP address if you don't know.  I doubt IIS is needed unless you want to use it as a reverse proxy. 

Joe 

Sent from my iPhone


On Saturday, May 18, 2013 at 7:00 PM, Beppe wrote:



------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d_______________________________________________
Exist-open mailing list
Exist-open&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/exist-open
&lt;/pre&gt;</description>
    <dc:creator>Joe Wicentowski</dc:creator>
    <dc:date>2013-05-19T02:09:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.exist/42606">
    <title>Re: Installation on a server</title>
    <link>http://permalink.gmane.org/gmane.text.xml.exist/42606</link>
    <description>&lt;pre&gt;Hi Dannes,

Your files for 64bit windows have allowed me to run "eXist as a server" on
my windows 2008 VPS. The point now is ...what next? I mean, How can I
access a webapplication in eXist-db from the internet? Do I have to specify
a particular directory in the IIS? Which one? Thanks.

Giuseppe


2013/5/18 Dannes Wessels &amp;lt;dizzzz&amp;lt; at &amp;gt;exist-db.org&amp;gt;

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d_______________________________________________
Exist-open mailing list
Exist-open&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/exist-open
&lt;/pre&gt;</description>
    <dc:creator>Beppe</dc:creator>
    <dc:date>2013-05-18T23:00:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.exist/42605">
    <title>Re: Server traffic analytics for eXist-db</title>
    <link>http://permalink.gmane.org/gmane.text.xml.exist/42605</link>
    <description>&lt;pre&gt;Thanks to everyone for your suggestions.  I'm going to try the Google
Analytics route but will let you all know how I fare.

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
&lt;/pre&gt;</description>
    <dc:creator>Joe Wicentowski</dc:creator>
    <dc:date>2013-05-18T21:28:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.exist/42604">
    <title>Re: Installation on a server</title>
    <link>http://permalink.gmane.org/gmane.text.xml.exist/42604</link>
    <description>&lt;pre&gt;
On 18 May 2013, at 15:11 , Dannes Wessels &amp;lt;dizzzz&amp;lt; at &amp;gt;exist-db.org&amp;gt; wrote:


http://sourceforge.net/p/exist/code/18420/tree//trunk/eXist/tools/wrapper/lib/wrapper-windows-x86-64.dll

http://sourceforge.net/p/exist/code/18420/tree//trunk/eXist/tools/wrapper/bin/wrapper-windows-x86-64.exe

cheers

Dannes------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d_______________________________________________
Exist-open mailing list
Exist-open&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/exist-open
&lt;/pre&gt;</description>
    <dc:creator>Dannes Wessels</dc:creator>
    <dc:date>2013-05-18T13:46:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.exist/42603">
    <title>Re: Installation on a server</title>
    <link>http://permalink.gmane.org/gmane.text.xml.exist/42603</link>
    <description>&lt;pre&gt;Hi,

On 18 May 2013, at 15:05 , Dannes Wessels &amp;lt;dizzzz&amp;lt; at &amp;gt;exist-db.org&amp;gt; wrote:


if it is a 64bit system, there is indeed a problem with the wrapper; the author does not provide a 64bit windows community edition of the wrapper;

the good news... someone else built this version, I added it to the SVN last week; note that I did not test it too well yet;

see http://sourceforge.net/p/exist/code/18420/ (download .dll en .exe and put it in the tools\wrapper\lib and tools\wrapper\bin directories)

regards

Dannes


------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d_______________________________________________
Exist-open mailing list
Exist-open&amp;lt; at &amp;gt;lists.sourceforge.net
htt&lt;/pre&gt;</description>
    <dc:creator>Dannes Wessels</dc:creator>
    <dc:date>2013-05-18T13:11:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.exist/42602">
    <title>Re: Installation on a server</title>
    <link>http://permalink.gmane.org/gmane.text.xml.exist/42602</link>
    <description>&lt;pre&gt;
On 18 May 2013, at 13:45 , applemeum&amp;lt; at &amp;gt;gmail.com wrote:


Please realize that in order to understand your problem, you must be a bit more clear than "got a sort of error" : what do you see, what is the text? maybe you can a screen-dump of the window or type over the message.

Back to your problem: in the first mail you wrote that you use 'Windows Server 2008" : is this a 32bit of 64bit operating system?

regards

Dannes

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d_______________________________________________
Exist-open mailing list
Exist-open&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/exist-open
&lt;/pre&gt;</description>
    <dc:creator>Dannes Wessels</dc:creator>
    <dc:date>2013-05-18T13:05:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.exist/42601">
    <title>Re: Installation on a server</title>
    <link>http://permalink.gmane.org/gmane.text.xml.exist/42601</link>
    <description>&lt;pre&gt;Hi Dmitriy,

Thank you for your answer. I knew that webpage, but it is not enough to me. I tried to launch 'install as a server" on my server, but I got a sort of error with wrapper, so nothing happens. What to do to make my exist web application working ?

Thanks,
Giuseppe

Il giorno 17/mag/2013, alle ore 19:35, Dmitriy Shabanov &amp;lt;shabanovd&amp;lt; at &amp;gt;gmail.com&amp;gt; ha scritto:

Hi,

Here the link http://www.exist-db.org/exist/apps/doc/quickstart.xml

On Fri, May 17, 2013 at 12:48 PM, Beppe &amp;lt;applemeum&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>applemeum&lt; at &gt;gmail.com</dc:creator>
    <dc:date>2013-05-18T11:45:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.exist/42600">
    <title>Re: Bug in the function documentation</title>
    <link>http://permalink.gmane.org/gmane.text.xml.exist/42600</link>
    <description>&lt;pre&gt;Hi,

On 17 May 2013, at 3:46 , Jens Østergaard Petersen &amp;lt;oesterg&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:


please could you commit the changes to svn? otherwise there is a risk we loose these changes....

regards

Dannes




------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
&lt;/pre&gt;</description>
    <dc:creator>Dannes Wessels</dc:creator>
    <dc:date>2013-05-18T10:23:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.exist/42599">
    <title>Re: Installation on a server</title>
    <link>http://permalink.gmane.org/gmane.text.xml.exist/42599</link>
    <description>&lt;pre&gt;Hi,

Here the link http://www.exist-db.org/exist/apps/doc/quickstart.xml

On Fri, May 17, 2013 at 12:48 PM, Beppe &amp;lt;applemeum&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:


&lt;/pre&gt;</description>
    <dc:creator>Dmitriy Shabanov</dc:creator>
    <dc:date>2013-05-17T17:35:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.exist/42598">
    <title>Installation on a server</title>
    <link>http://permalink.gmane.org/gmane.text.xml.exist/42598</link>
    <description>&lt;pre&gt;Hi All,

I would like to install exist-db on my VPS running Windows Server 2008, so that my exist web application can be accessed on the internet. I do not know how to do it....anyone having som suggestion? Thanks.

Giuseppe

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
&lt;/pre&gt;</description>
    <dc:creator>Beppe</dc:creator>
    <dc:date>2013-05-17T16:54:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.exist/42597">
    <title>Re: Server traffic analytics for eXist-db</title>
    <link>http://permalink.gmane.org/gmane.text.xml.exist/42597</link>
    <description>&lt;pre&gt;

So, here what on field so far:
 - elasticsearch integration for eXist that provide facets
 - module that interception logs messages and send it by JMS (ActiveMQ) and
on another side receive and store

note that both was research and it do not in use in production, but I don't
see any reason why it can't start do that.

interesting?

&lt;/pre&gt;</description>
    <dc:creator>Dmitriy Shabanov</dc:creator>
    <dc:date>2013-05-17T08:47:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.exist/42596">
    <title>Re: Server traffic analytics for eXist-db</title>
    <link>http://permalink.gmane.org/gmane.text.xml.exist/42596</link>
    <description>&lt;pre&gt;Hi,

I am also planning to make an EXPath Web Metrics Module, which would ingest
logs (in various formats) and return aggregated data (in a standard format),
so I am all ears about the suggestions Joe is asking for.

Claudius



--
View this message in context: http://exist.2174344.n4.nabble.com/Server-traffic-analytics-for-eXist-db-tp4659701p4659713.html
Sent from the exist-open mailing list archive at Nabble.com.

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
&lt;/pre&gt;</description>
    <dc:creator>Claudius Teodorescu</dc:creator>
    <dc:date>2013-05-17T08:16:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.exist/42595">
    <title>Installation on a server</title>
    <link>http://permalink.gmane.org/gmane.text.xml.exist/42595</link>
    <description>&lt;pre&gt;Hi All,

I would like to install exist-db on my VPS running Windows Server 2008, so
that my exist web application can be accessed on the internet. I do not
know how to do it....anyone having som suggestion? Thanks.

Giuseppe
------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d_______________________________________________
Exist-open mailing list
Exist-open&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/exist-open
&lt;/pre&gt;</description>
    <dc:creator>Beppe</dc:creator>
    <dc:date>2013-05-17T07:48:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.exist/42594">
    <title>Re: permission problems with Build: 20130207</title>
    <link>http://permalink.gmane.org/gmane.text.xml.exist/42594</link>
    <description>&lt;pre&gt;Hi Brad,

it must be something very specific to that machine... I have several
instances running just fine.

please could you run

set | grep -i CLASS
set | grep -i JAVA

regards

Dannes




On Fri, May 17, 2013 at 5:36 AM, Brad Clements &amp;lt;bkc&amp;lt; at &amp;gt;murkworks.com&amp;gt; wrote:



&lt;/pre&gt;</description>
    <dc:creator>Dannes Wessels</dc:creator>
    <dc:date>2013-05-17T06:44:02</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.text.xml.exist">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.text.xml.exist</link>
  </textinput>
</rdf:RDF>
