Giter VIP home page Giter VIP logo

Comments (7)

elisafilevich avatar elisafilevich commented on June 18, 2024

Yes, see the docs here https://www.jatos.org/Customize-JATOS-Home-Page.html

from jatos.

St-ZFeng avatar St-ZFeng commented on June 18, 2024

Wait a moment, I have read this guide, it seems to be a customization of the homepage rather than a login page.

from jatos.

kristian-lange avatar kristian-lange commented on June 18, 2024

Yes, it's the customization of the home page, e.g. cortex.jatos.org does it. Currently there is no build-in way to customize JATOS' login page. But you can always have your landing page, e.g. abcd.com, outside of JATOS and let JATOS reside under abcd.com/jatos or jatos.abcd.com. This landing page would have to be delivered by some other server, e.g. nginx or apache. This is how we doing it with mindprobe.eu (landing page) and jatos.mindprobe.eu (JATOS).

from jatos.

St-ZFeng avatar St-ZFeng commented on June 18, 2024

Yes, it's the customization of the home page, e.g. cortex.jatos.org does it. Currently there is no build-in way to customize JATOS' login page. But you can always have your landing page, e.g. abcd.com, outside of JATOS and let JATOS reside under abcd.com/jatos or jatos.abcd.com. This landing page would have to be delivered by some other server, e.g. nginx or apache. This is how we doing it with mindprobe.eu (landing page) and jatos.mindprobe.eu (JATOS).

I succeeded! I have created a new Docker container to place an introductory static webpage, and then link it to JATOS running on port 9000. Everything seems to be running quite well.

But I don't know if this operation will affect JATOS. Below is the JVM information for the JATOS server. (In fact, I really want to know how the maximum memory here is determined. I want to allocate more memory for JATOS to avoid any issues, but it doesn't seem to be under my control.)
image

from jatos.

St-ZFeng avatar St-ZFeng commented on June 18, 2024

Is it convenient to tell me the size of the server used for jatos.mindprobe.eu? Perhaps it can be a reference for me.

from jatos.

kristian-lange avatar kristian-lange commented on June 18, 2024

I succeeded! I have created a new Docker container to place an introductory static webpage, and then link it to JATOS running on port 9000. Everything seems to be running quite well.

That is one way to do it.

But I don't know if this operation will affect JATOS. Below is the JVM information for the JATOS server. (In fact, I really want to know how the maximum memory here is determined. I want to allocate more memory for JATOS to avoid any issues, but it doesn't seem to be under my control.)

The memory numbers under 'JVM info' are not necessarily the same as JATOS actually uses. E.g. the Mindprobe server has 8GB and 4GB are reserved for JATOS (the other 4GB are for MySQL and the system) - but in 'JVM info' / 'Max memory' it only states 3.2GB. Btw. 8GB memory is rather generous and usually 2 or 4GB are fine (if you have MySQL on a different host then even less).

And it makes sense to limit the amount of memory the JVM is able to grab maximally - otherwise the JVM might just take more than is good for the system and crashes it. Use the -J-Xmx argument for this (https://www.jatos.org/Configure-JATOS-on-a-Server.html#jvm-arguments).

from jatos.

St-ZFeng avatar St-ZFeng commented on June 18, 2024

Thank you very much for your answer.

from jatos.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.