Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16
  1. #11
    Hi Giuseppe,

    Is there any application or project in java that can be launched as a stand-alone application using maven without initiating the lightstreamer server manually?

    I just want to test an application remotely without starting the lightstreamer server.

    Thankyou for your patience.

    Regards
    Vinayak

  2. #12
    Administrator
    Join Date
    Feb 2012
    Location
    Milano
    Posts
    716
    Hi Vinayak,

    No, unfortunately at the moment there is no any example that launches contextually the server directly from maven.
    As said in one of the previous posts, you should create a specific script to be then executed by a maven goal.

    Regards,
    Giuseppe

  3. #13
    Hi Giuseppe

    Is there any application/project in java having the probability of running as a stand-alone application.?

    Just willing to explore the stand-alone applications running remotely on lightstreamer server.

    Thank you for the information shared so far.

    Regards
    Vinayak

  4. #14
    Administrator
    Join Date
    Feb 2012
    Location
    Milano
    Posts
    716
    Hi Vinayak,

    This is the project of a Remote Data Adapter the can be launched stand-alone via maven: https://github.com/Lightstreamer/Lig...er-java-remote

    Code:
     mvn exec:java -Dexec.args="-host localhost -metadata_rrport 6663 -data_rrport 6661 -data_notifport 6662"
    But please note that requires a Lightstremer server up and running listening on the specified ports.

    Regards,
    Giuseppe

  5. #15
    Hi Giuseppe,

    Thank you for your response. I was just wondering if you have a specific script or any reference to that creation of script that can guide me to the maven goal?

    Regards
    Vinayak

  6. #16
    Administrator
    Join Date
    Feb 2012
    Location
    Milano
    Posts
    716
    Hi Vinayak,

    No sorry, unfortunately we have no specific documentation.
    You should rely on the official exec plugin documentation: https://www.mojohaus.org/exec-maven-plugin/index.html
    But you can also find useful examples on stackoverflow, for example try looking at this thread: https://stackoverflow.com/questions/...mavens-pom-xml

    Regards,
    Giuseppe

 

 

Similar Threads

  1. Configuring Lightstreamer with SSL Certificate
    By hakankecelioglu in forum General
    Replies: 1
    Last Post: May 21st, 2015, 10:48 AM
  2. Replies: 3
    Last Post: January 24th, 2011, 09:48 AM
  3. Server start fails on Windows
    By UweF in forum General
    Replies: 1
    Last Post: November 19th, 2010, 12:41 PM
  4. newbie ask: Web client by pre-installed locally?
    By chenxun in forum Client SDKs
    Replies: 1
    Last Post: July 1st, 2010, 03:51 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
All times are GMT +1. The time now is 02:50 PM.