Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to set up syncml Server in Fedora funambol

2025-04-06 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)05/31 Report--

This article introduces the knowledge of "how to set up a syncml server in Fedora funambol". In the operation of actual cases, many people will encounter such a dilemma, so let the editor lead you to learn how to deal with these situations. I hope you can read it carefully and be able to achieve something!

1. Install a new Fedora system, do not bring any related software, and add an environment that is consistent with your target.

two。 Go to www.objectweb.org to download Fedora funambol*** 's source code package.

3. Download jdk.rpm,ant,jre.bin,maven.tar.gz,javacc,netbeans-platform,tomcat.zip,hsqldb along with the two necessary settings and some less commonly used tools.

4. Install jdk on Fedora system

5. Install ant on Fedora system and extract apache-ant-1.6.5-bin.zip to / usr/share/ant

6. Fedora system installation maven decompression apache-maven-2.0.9-bin.tar.gz installation under / usr/share/maven copy settings.xml to the current user root directory under .m2

7. Create a new script file, / etc/profile.d/java.sh

Export JAVA_HOME=/usr/java/jdk1.5.0_14 export CLASSPATH=$JAVA_HOME/lib/tools.jar export ANT_HOME=/usr/share/ant export M2_HOME=/usr/share/maven export M2=$M2_HOME/bin export PATH=$M2:$JAVA_HOME/bin:$ANT_HOME/bin:$PATH

8. Extract javacc-4.0.tar.gz to / usr/share/javacc-4.0, extract netbeans-5_5-platform.zip to / usr/share/netbeans

9. Copy apache-tomcat-6.0.16.zip,hsqldb_1_8_0_7.zip,jre-1_5_0_16-linux-i586.bin to / home/works/tools

10. Modify the forge/build.properties file to set the following:

Javacc.home=/usr/share/javacc-4.0 tomcat.pkg=/home/works/tools/apache-tomcat-6.0.16.zip jre.pkg=/home/works/tools/jre-1_5_0_16-linux-i586.bin hsqldb.pkg=/home/works/tools/hsqldb_1_8_0_7.zip jre.name=jre1.5.0_16 tomcat.name=apache-tomcat-6.0.16 hsqldbhsqldb.name=hsqldb

11. Modify the admin_suite/build.properties to set the following content nbplatform.default.netbeans.dest.dir=/usr/share/netbeans

twelve。 The development environment for compiling the module Fedora funambol 7 downloads all release packages from the server by default. If you make local changes to the source code, you must overwrite the download on the server with local changes. Take the pim-listener module as an example:

Cd funambol/modules/foundation cd pim-listener mvn install-Dmaven.test.skip

When finished, do the above operations on the foundation-core and foundation-connector modules in turn.

13. Go to / home/works/funambol/forge and type ant forge-bundle-unix to compile synchronization server. After the compilation is completed, copy the generated output/Funambol directory to / opt/Funambol. Follow the steps above to compile your Fedora funambol.

This is the end of the content of "how to set up a syncml server in Fedora funambol". Thank you for reading. If you want to know more about the industry, you can follow the website, the editor will output more high-quality practical articles for you!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 232

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report