|
From: Brad C. <bk...@mu...> - 2008-09-06 03:10:42
|
If you're using startup.sh, you can change the default server port in
<exist-dir>/bin/functions.d/eXist-settings.sh
like:
set_exist_options() {
OPTIONS="-Dexist.home=$EXIST_HOME -Djetty.port=8680"
}
if you're using server.sh, you can change the server port by editing
server.xml
To change the default client and backup ports, edit
<exist-dir>/client.properties
like this if using startup.sh (tomcat server):
uri=xmldb:exist://localhost:8680/exist/xmlrpc
or like this if using server.sh
uri=xmldb:exist://localhost:8680/xmlrpc
to change the default port used by backup.sh, edit backup.properties
I think this information is correct.
chaotic_ bits wrote:
> I am new to eXist. I have Glassfish running on port 8080. So i wish to
> run eXist 's java admin client or client on a different port..and
> not 8080 ..
> By default the Jetty server will listen on 8088.. .so that's fine.
> How can i do that ?
>
> Thanks.
>
> Sipps.
>
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ------------------------------------------------------------------------
>
> _______________________________________________
> Exist-open mailing list
> Exi...@li...
> https://lists.sourceforge.net/lists/listinfo/exist-open
>
--
Brad Clements, bk...@mu... (315)268-1000
http://www.murkworks.com
AOL-IM: BKClements
|