Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 
 

49 rindas
1.6 KiB

Index: conf/classworlds.conf
--- conf/classworlds.conf.orig 2011-07-05 07:30:20.000000000 +0200
+++ conf/classworlds.conf 2011-07-17 11:09:38.000000000 +0200
@@ -1,7 +1,7 @@
-main is org.sonatype.appbooter.jsw.PlexusAppBooterJSWListener from plexus.core
+main is org.sonatype.appbooter.PlexusAppBooter from plexus.core
set plexus.appbooter.customizers default org.sonatype.nexus.NexusBooterCustomizer
[plexus.core]
- load ${basedir}/runtime/apps/nexus/conf
- load ${basedir}/runtime/apps/nexus/lib/*.jar
+ load @l_prefix@/etc/nexus
+ load @l_prefix@/lib/nexus/lib/*.jar
Index: conf/plexus.properties
--- conf/plexus.properties.orig 2011-07-05 07:30:20.000000000 +0200
+++ conf/plexus.properties 2011-07-17 11:10:07.000000000 +0200
@@ -1,21 +1,12 @@
application-port=8081
-application-host=0.0.0.0
-runtime=${basedir}/runtime
-apps=${runtime}/apps
-nexus-work=${basedir}/../sonatype-work/nexus
-nexus-app=${runtime}/apps/nexus
-webapp=${runtime}/apps/nexus/webapp
+application-host=127.0.0.1
+runtime=@l_prefix@/var/nexus
+apps=@l_prefix@/lib/nexus
+nexus-work=@l_prefix@/var/nexus/work
+nexus-app=@l_prefix@/lib/nexus
+webapp=@l_prefix@/lib/nexus/webapp
webapp-context-path=/nexus
-security-xml-file=${nexus-work}/conf/security.xml
-application-conf=${nexus-work}/conf
-runtime-tmp=${runtime}/tmp
-
-# If this file is present, it will be used to configure Jetty.
-jetty.xml=${basedir}/conf/jetty.xml
-
-# Uncomment this to use the debug js files
-#index.template.file=templates/index-debug.vm
-
-
-
-
+security-xml-file=@l_prefix@/etc/nexus/security.xml
+application-conf=@l_prefix@/etc/nexus
+runtime-tmp=@l_prefix@/var/nexus/tmp
+jetty.xml=@l_prefix@/etc/nexus/jetty.xml