hi,

I have little experience in deploying projects so pardon me if this is an amateur question . I would like to deploy my LS project in jar to another machine.

The folder hierarchy in LS is as follows:

adapters
- HelloWorld
  • - classes
    - packages
    - xml used for Dependency Injection

  • - lib
    - jar files

  • - adapters.xml


pages
- project html files

so the questions are:
- what are the files that should be in the jar?
- subsequently, which directory do i deploy the jar file on the other machine?
- do i have to install the LS server on that machine?

many thanks!