Problem Schedule Where to find M2EE file

0
I have a probleme with my Schedule Events. I have to check out my M2EE file. The problem is that i can't find my m2ee file (on server). Does anyone now the right pad?
asked
1 answers
4

You can find your m2ee file in home/yourprojectname/

Navigate in your ftp client to the root and then in the home folder. You should see there a folder with your project name. You can find you m2ee file here.

Possible locations for the m2ee config file are as follows:

/home/user/.m2ee/m2ee.yaml
/home/user/.m2eerc

where you should replace "user" with the username that you've logged in with. (note that ls -l will not display files that start with a ".", but you should be able to view them in your SCP browser if you set "show hidden files" to true)

answered