Issue Details (XML | Word | Printable)

Key: DIRSERVER-483
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Alex Karasulu
Reporter: Nick Faiz
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Directory ApacheDS

PATCH - creates standalone zip file, with shell startup script

Created: 31/Jul/05 12:35 PM   Updated: 21/Apr/07 11:14 AM
Return to search
Component/s: None
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

File Attachments:
  Size
File Licensed for inclusion in ASF works apacheds-server.bat 2005-07-31 12:37 PM Nick Faiz 0.5 kB
File Licensed for inclusion in ASF works apacheds-server.sh 2005-07-31 12:37 PM Nick Faiz 0.9 kB
Text File Licensed for inclusion in ASF works standalone_patch.txt 2005-07-31 12:35 PM Nick Faiz 5 kB

Resolution Date: 04/Aug/05 06:32 AM


 Description  « Hide
Find attached a svn diff file for the main module which

- excludes log4j.properties from jar:jar by default
- has a standalone maven goal, to create a standalone zip and supply it with a shell script (apacheds-server.sh) and an external spring config file (apacheds-server.xml) to start up main as a standalone server.
- which creates a logs/apacheds.log file .

The apacheds-server.bat needs work. I dont currently have a windows machine to test it on but can do so during the week if the patch is applied.



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Repository Revision Date User Message
ASF #227268 Wed Aug 03 21:31:09 UTC 2005 akarasulu Applied Nick Faiz's patches from issue DIREVE-206 here:

http://issues.apache.org/jira/browse/DIREVE-206

Modified patch results which accidentally included directives to generate the
Atlassian LDAP schema.
Files Changed
MODIFY /directory/apacheds/trunk/main/src/main/resources/log4j.properties
MODIFY /directory/apacheds/trunk/main/project.properties
MODIFY /directory/apacheds/trunk/main/src/main/java/org/apache/ldap/server/ServerMain.java
MODIFY /directory/apacheds/trunk/main/maven.xml
ADD /directory/apacheds/trunk/main/src/main/resources/apacheds-server.sh
ADD /directory/apacheds/trunk/main/src/main/resources/apacheds-server.bat